Home
last modified time | relevance | path

Searched refs:mkstemp (Results 1 – 25 of 121) sorted by relevance

12345

/titanic_50/usr/src/lib/libast/common/comp/
H A Dmktemp.c28 #define mkstemp ______mkstemp macro
34 #undef mkstemp
80 mkstemp(char* buf) in mkstemp() function
/titanic_50/usr/src/lib/libc/port/gen/
H A Dmkstemp.c41 #define mkstemp mkstemp64 macro
48 #pragma weak _mkstemp = mkstemp
121 mkstemp(char *as) in mkstemp() function
/titanic_50/usr/src/head/
H A Dstdlib.h108 #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 Dproc_stdio.c62 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 Dmktemp.h15 int mkstemp(char *path);
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dmkstemp.c12 mkstemp(char *as) in mkstemp() function
/titanic_50/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c178 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 Dxmmap.c49 tmpfd = mkstemp(tmpname); in xmmap()
H A Dmktemp.c63 mkstemp(path) in mkstemp() function
/titanic_50/usr/src/cmd/sdiff/
H A Dsdiff.c222 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 Dtmpfile.c83 if ((mkret = mkstemp(tfname)) == -1) in _common()
/titanic_50/usr/src/lib/libresolv2/common/bsd/
H A Dmktemp.c78 mkstemp(char *path) { in mkstemp() function
/titanic_50/usr/src/cmd/oamuser/group/
H A Ddel_group.c67 if ((fd = mkstemp(tname)) == -1) in del_group()
H A Dmod_group.c67 if ((fd = mkstemp(tname)) == -1) in mod_group()
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h147 #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 Dast_map.h168 #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 Dast_map.h168 #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 Dast_map.h147 #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 Dast_map.h147 #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 Dast_map.h147 #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 Dast_map.h168 #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 Dast_map.h168 #undef mkstemp
169 #define mkstemp _ast_mkstemp macro
170 extern __MANGLE__ int mkstemp __PROTO__((char*));
/titanic_50/usr/src/cmd/mktemp/
H A Dmktemp.c140 if (mkstemp(tmpl) < 0) { in main()
/titanic_50/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c695 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 Dauth-krb5.c193 if ((tmpfd = mkstemp(ccname+strlen("FILE:")))==-1) { in auth_krb5_tgt()
330 if ((tmpfd = mkstemp(ccname+strlen("FILE:")))==-1) { in auth_krb5_password()

12345