Searched defs:mkstemp (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmkstemp.c12 mkstemp(char *as) function
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dmktemp.c78 mkstemp(char *path) { function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmkstemp.c41 #define mkstemp mkstemp64 macro
48 #pragma weak _mkstemp = mkstemp
121 mkstemp(char *as) function
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dmktemp.c24 * mktemp,mkstemp implementation
28 #define mkstemp ______mkstemp macro
34 #undef mkstemp macro
80 mkstemp(char* buf) function
/illumos-gate/usr/src/head/
H A Dstdlib.h96 #pragma redefine_extname mkstemp mkstemp64
101 #define mkstemp mkstemp64 macro
113 #pragma redefine_extname mkstemp64 mkstemp
118 #define mkstemp64 mkstemp
176 extern int mkstemp(char *);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h168 #undef mkstemp macro
169 #define mkstemp _ast_mkstemp macro
170 extern __MANGLE__ int mkstemp __PROTO__((char*));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h147 #undef mkstemp macro
148 #define mkstemp _ast_mkstemp macro
149 extern __MANGLE__ int mkstemp __PROTO__((char*));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h168 #undef mkstemp macro
169 #define mkstemp _ast_mkstemp macro
170 extern __MANGLE__ int mkstemp __PROTO__((char*));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h147 #undef mkstemp macro
148 #define mkstemp _ast_mkstemp macro
149 extern __MANGLE__ int mkstemp __PROTO__((char*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h168 #undef mkstemp macro
169 #define mkstemp _ast_mkstemp macro
170 extern __MANGLE__ int mkstemp __PROTO__((char*));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h147 #undef mkstemp macro
148 #define mkstemp _ast_mkstemp macro
149 extern __MANGLE__ int mkstemp __PROTO__((char*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h168 #undef mkstemp macro
169 #define mkstemp _ast_mkstemp macro
170 extern __MANGLE__ int mkstemp __PROTO__((char*));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h147 #undef mkstemp macro
148 #define mkstemp _ast_mkstemp macro
149 extern __MANGLE__ int mkstemp __PROTO__((char*));

Completed in 87 milliseconds