Searched refs:mkstemp (Results 1 - 25 of 108) sorted by relevance

12345

/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/lib/libbc/libc/gen/common/
H A Dmkstemp.c12 mkstemp(char *as) function
H A Dexportent.c139 fd = mkstemp(fname);
/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/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/libproc/common/
H A Dproc_stdio.c62 if ((fd = mkstemp(stdout_name)) < 0) {
80 if ((fd = mkstemp(stderr_name)) < 0) {
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dmktemp.c78 mkstemp(char *path) { function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dtmpfile.c83 if ((mkret = mkstemp(tfname)) == -1)
112 * mkstemp which will just do the right thing for us.
/illumos-gate/usr/src/cmd/oamuser/group/
H A Ddel_group.c67 if ((fd = mkstemp(tname)) == -1)
H A Dmod_group.c67 if ((fd = mkstemp(tname)) == -1)
/illumos-gate/usr/src/cmd/mandoc/
H A Dtag.c89 if ((ofd = mkstemp(tag_files.ofn)) == -1)
91 if ((tag_files.tfd = mkstemp(tag_files.tfn)) == -1)
/illumos-gate/usr/src/cmd/mktemp/
H A Dmktemp.c140 if (mkstemp(tmpl) < 0) {
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dproj.c64 if ((fd = mkstemp(t_name)) < 0) {
H A Dgroups.c73 if ((fd = mkstemp(t_name)) == -1) {
/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Dinz_inval.c84 fd = mkstemp(tmpfile);
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c178 if ((fd = mkstemp(tmpname)) != -1) {
288 if ((ffd = mkstemp(tmpname)) != -1) {
/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*));
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c695 tmpfd = mkstemp(tempfn);
770 tmpfd = mkstemp(tempfn);
856 if (mkstemp(ocsp_reqname) == -1) {
862 if (mkstemp(ocsp_respname) == -1) {

Completed in 1438 milliseconds

12345