Home
last modified time | relevance | path

Searched refs:tempnam (Results 1 – 25 of 57) sorted by path

123

/illumos-gate/usr/src/boot/include/
H A Dstdio.h345 char *tempnam(const char *, const char *);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dio.c81 if ((body_file_name = tempnam(dir, NULL)) == NULL) { in open_code_file()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs166 comp/tempnam.o \
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap382 #undef tempnam
383 #define tempnam _ast_tempnam
384 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
H A Dstdio376 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap382 #undef tempnam
383 #define tempnam _ast_tempnam
384 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
H A Dstdio376 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap382 #undef tempnam
383 #define tempnam _ast_tempnam
384 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
H A Dstdio376 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap382 #undef tempnam
383 #define tempnam _ast_tempnam
384 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
H A Dstdio376 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c2191 rp->outfile = tempnam(TMPDIR, PFX); in ex()
/illumos-gate/usr/src/cmd/ed/
H A Ded.c471 if ((tfname = tempnam("", "ea")) == NULL) { in main()
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A DMakefile33 SRCS = glob.c misc.c request.c tempnam.c
H A Dext.h53 extern char *tempnam();
H A Dtempnam.c31 char *tempnam(dir, pfx) in tempnam() function
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A DMakefile43 $(COMMONDIR)/tempnam.o
H A Ddownload.c430 if ( (temp_file = tempnam(temp_dir, "post")) == NULL ) in download()
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DMakefile43 $(COMMONDIR)/tempnam.o
H A Ddpost.c2779 if ( (temp_file = tempnam(TEMPDIR, "dpost")) == NULL ) in documentfonts()
H A Dpictures.c232 if ( (tname = tempnam(TEMPDIR, "dpost")) == NULL ) in picopen()
276 if ( (tname = tempnam(TEMPDIR, "dpost")) == NULL ) in inlinepic()
/illumos-gate/usr/src/cmd/mkmsgs/
H A Dmkmsgs.c240 workp = tempnam(".", "xx");
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dcrle.c463 if ((crle.c_tempname = tempnam(MSG_ORIG(MSG_TMP_DIR), in main()
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c81 return (tempnam(buffer, 0)); in mkname()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c118 artmpfile.tmp_name = tempnam(TMPDIR, "mcs2"); in each_file()
149 elftmpfile.tmp_name = tempnam(TMPDIR, "mcs1"); in each_file()

123