/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | tempnam.c | 29 #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 D | tempnam.c | 30 #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 D | cmdexec.c | 90 input = tempnam(NULL, "sedinp"); in main() 132 tempout = tempnam(NULL, "temp1"); in docmd()
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | pictures.c | 232 if ( (tname = tempnam(TEMPDIR, "dpost")) == NULL ) in picopen() 276 if ( (tname = tempnam(TEMPDIR, "dpost")) == NULL ) in inlinepic()
|
H A D | Makefile | 43 $(COMMONDIR)/tempnam.o
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/ |
H A D | ext.h | 53 extern char *tempnam();
|
H A D | tempnam.c | 31 char *tempnam(dir, pfx) in tempnam() function
|
H A D | Makefile | 33 SRCS = glob.c misc.c request.c tempnam.c
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | setup_temporary_directory.c | 95 dirname = tempnam(a_tmpdir, a_suffix); in setup_temporary_directory()
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/ |
H A D | Makefile | 43 $(COMMONDIR)/tempnam.o
|
H A D | download.c | 430 if ( (temp_file = tempnam(temp_dir, "post")) == NULL ) in download()
|
/illumos-gate/usr/src/tools/protocmp/ |
H A D | protocmp.c | 118 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 D | io.c | 81 if ((body_file_name = tempnam(dir, NULL)) == NULL) { in open_code_file()
|
/illumos-gate/usr/src/ucbhead/ |
H A D | stdio.h | 218 extern char *tempnam(const char *, const char *);
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | map | 382 #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 D | map | 382 #undef tempnam 383 #define tempnam _ast_tempnam 384 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | map | 379 #undef tempnam 380 #define tempnam _ast_tempnam 381 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | map | 379 #undef tempnam 380 #define tempnam _ast_tempnam 381 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
|
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | dcom.c | 81 return (tempnam(buffer, 0)); in mkname()
|
/illumos-gate/usr/src/cmd/mkmsgs/ |
H A D | mkmsgs.c | 240 workp = tempnam(".", "xx");
|
/illumos-gate/usr/src/head/ |
H A D | stdio.h | 324 extern char *tempnam(const char *, const char *);
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | main.c | 362 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 D | digraph-test.c | 253 if ((out_path = tempnam(TEST_XML_OUT_DIR, TEST_XML_OUT_PREFIX)) == in main()
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdio.h | 345 char *tempnam(const char *, const char *);
|
/illumos-gate/usr/src/cmd/sgs/crle/common/ |
H A D | crle.c | 463 if ((crle.c_tempname = tempnam(MSG_ORIG(MSG_TMP_DIR), in main()
|