Searched defs:tempnam (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | tempnam.c | 24 * tempnam implementation 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) function
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/ |
H A D | tempnam.c | 31 char *tempnam(dir, pfx) function
|
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
H A D | tempnam.c | 45 tempnam(dir, pfx) function
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | tempnam.c | 32 #pragma weak _tempnam = tempnam 54 tempnam(const char *dir, /* use this directory please (if non-NULL) */ function
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 403 #undef tempnam macro 404 #define tempnam _ast_tempnam macro 405 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 382 #undef tempnam macro 383 #define tempnam _ast_tempnam macro 384 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 403 #undef tempnam macro 404 #define tempnam _ast_tempnam macro 405 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 382 #undef tempnam macro 383 #define tempnam _ast_tempnam macro 384 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 403 #undef tempnam macro 404 #define tempnam _ast_tempnam macro 405 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 382 #undef tempnam macro 383 #define tempnam _ast_tempnam macro 384 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 403 #undef tempnam macro 404 #define tempnam _ast_tempnam macro 405 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 382 #undef tempnam macro 383 #define tempnam _ast_tempnam macro 384 extern __MANGLE__ char* tempnam __PROTO__((const char*, const char*));
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1251 tempnam.3c \ 2353 tempnam.3c := LINKSRC = tmpnam.3c
|
Completed in 90 milliseconds