/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | mktemp.c | 28 #define mkstemp ______mkstemp macro 34 #undef mkstemp 80 mkstemp(char* buf) in mkstemp() function
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | mkstemp.c | 41 #define mkstemp mkstemp64 macro 48 #pragma weak _mkstemp = mkstemp 121 mkstemp(char *as) in mkstemp() function
|
/titanic_50/usr/src/head/ |
H A D | stdlib.h | 108 #pragma redefine_extname mkstemp mkstemp64 113 #define mkstemp mkstemp64 macro 125 #pragma redefine_extname mkstemp64 mkstemp 130 #define mkstemp64 mkstemp 188 extern int mkstemp(char *);
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | proc_stdio.c | 62 if ((fd = mkstemp(stdout_name)) < 0) { in proc_initstdio() 80 if ((fd = mkstemp(stderr_name)) < 0) { in proc_initstdio()
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | mktemp.h | 15 int mkstemp(char *path);
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | mkstemp.c | 12 mkstemp(char *as) in mkstemp() function
|
/titanic_50/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_lu.c | 178 if ((fd = mkstemp(tmpname)) != -1) { in load_lu() 288 if ((ffd = mkstemp(tmpname)) != -1) { in lustatus()
|
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | xmmap.c | 49 tmpfd = mkstemp(tmpname); in xmmap()
|
H A D | mktemp.c | 63 mkstemp(path) in mkstemp() function
|
/titanic_50/usr/src/cmd/sdiff/ |
H A D | sdiff.c | 222 tempfd = mkstemp(temp); in main() 231 if ((lfd = mkstemp(ltemp)) == -1 || in main() 237 if ((rfd = mkstemp(rtemp)) == -1 || in main() 801 if ((tempfd = mkstemp(temp)) == -1 || in filename()
|
/titanic_50/usr/src/lib/libc/port/stdio/ |
H A D | tmpfile.c | 83 if ((mkret = mkstemp(tfname)) == -1) in _common()
|
/titanic_50/usr/src/lib/libresolv2/common/bsd/ |
H A D | mktemp.c | 78 mkstemp(char *path) { in mkstemp() function
|
/titanic_50/usr/src/cmd/oamuser/group/ |
H A D | del_group.c | 67 if ((fd = mkstemp(tname)) == -1) in del_group()
|
H A D | mod_group.c | 67 if ((fd = mkstemp(tname)) == -1) in mod_group()
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 147 #undef mkstemp 148 #define mkstemp _ast_mkstemp macro 149 extern __MANGLE__ int mkstemp __PROTO__((char*));
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 168 #undef mkstemp 169 #define mkstemp _ast_mkstemp macro 170 extern __MANGLE__ int mkstemp __PROTO__((char*));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 168 #undef mkstemp 169 #define mkstemp _ast_mkstemp macro 170 extern __MANGLE__ int mkstemp __PROTO__((char*));
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 147 #undef mkstemp 148 #define mkstemp _ast_mkstemp macro 149 extern __MANGLE__ int mkstemp __PROTO__((char*));
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 147 #undef mkstemp 148 #define mkstemp _ast_mkstemp macro 149 extern __MANGLE__ int mkstemp __PROTO__((char*));
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 147 #undef mkstemp 148 #define mkstemp _ast_mkstemp macro 149 extern __MANGLE__ int mkstemp __PROTO__((char*));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 168 #undef mkstemp 169 #define mkstemp _ast_mkstemp macro 170 extern __MANGLE__ int mkstemp __PROTO__((char*));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 168 #undef mkstemp 169 #define mkstemp _ast_mkstemp macro 170 extern __MANGLE__ int mkstemp __PROTO__((char*));
|
/titanic_50/usr/src/cmd/mktemp/ |
H A D | mktemp.c | 140 if (mkstemp(tmpl) < 0) { in main()
|
/titanic_50/usr/src/lib/libkmf/libkmf/common/ |
H A D | client.c | 695 tmpfd = mkstemp(tempfn); in kmf_download_crl() 770 tmpfd = mkstemp(tempfn); in kmf_download_cert() 856 if (mkstemp(ocsp_reqname) == -1) { in kmf_get_ocsp_for_cert() 862 if (mkstemp(ocsp_respname) == -1) { in kmf_get_ocsp_for_cert()
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | auth-krb5.c | 193 if ((tmpfd = mkstemp(ccname+strlen("FILE:")))==-1) { in auth_krb5_tgt() 330 if ((tmpfd = mkstemp(ccname+strlen("FILE:")))==-1) { in auth_krb5_password()
|