Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dtempnam.c29 #ifdef tempnam
33 __STDPP__directive pragma pp:hide tempnam
35 #define tempnam ______tempnam
44 __STDPP__directive pragma pp:nohide tempnam
46 #undef tempnam
55 tempnam(const char* dir, const char* pfx) in tempnam() function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dtempnam.c30 #pragma weak _tempnam = tempnam
52 tempnam(const char *dir, /* use this directory please (if non-NULL) */ in tempnam() function
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Dcmdexec.c90 input = tempnam(NULL, "sedinp"); in main()
132 tempout = tempnam(NULL, "temp1"); in docmd()
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c232 if ( (tname = tempnam(TEMPDIR, "dpost")) == NULL ) in picopen()
276 if ( (tname = tempnam(TEMPDIR, "dpost")) == NULL ) in inlinepic()
H A DMakefile43 $(COMMONDIR)/tempnam.o
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dext.h53 extern char *tempnam();
H A Dtempnam.c31 char *tempnam(dir, pfx) in tempnam() function
H A DMakefile33 SRCS = glob.c misc.c request.c tempnam.c
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetup_temporary_directory.c95 dirname = tempnam(a_tmpdir, a_suffix); in setup_temporary_directory()
/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/tools/protocmp/
H A Dprotocmp.c118 fopen((need_add_file = tempnam(NULL, "add")), "w")) == NULL) { in open_output_files()
124 fopen((need_rm_file = tempnam(NULL, "rm")), "w")) == NULL) { in open_output_files()
130 fopen((differ_file = tempnam(NULL, "diff")), "w")) == NULL) { in open_output_files()
/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/ucbhead/
H A Dstdio.h218 extern char *tempnam(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*));
/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*));
/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*));
/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*));
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c81 return (tempnam(buffer, 0)); in mkname()
/illumos-gate/usr/src/head/
H A Dstdio.h324 extern char *tempnam(const char *, const char *);
/illumos-gate/usr/src/cmd/mkmsgs/
H A Dmkmsgs.c240 workp = tempnam(".", "xx");
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c362 t_pkgmap = tempnam(tmpdir, "tmpmap"); in main()
599 t_pkginfo = tempnam(tmpdir, "pkginfo"); in main()
/illumos-gate/usr/src/test/os-tests/tests/libtopo/
H A Ddigraph-test.c253 if ((out_path = tempnam(TEST_XML_OUT_DIR, TEST_XML_OUT_PREFIX)) == in main()
/illumos-gate/usr/src/boot/include/
H A Dstdio.h345 char *tempnam(const char *, const char *);
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dcrle.c463 if ((crle.c_tempname = tempnam(MSG_ORIG(MSG_TMP_DIR), in main()

123