Searched refs:pathtemp (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/lib/libast/common/comp/
H A Dtmpnam.c50 return pathtemp(s ? s : buf, L_tmpnam, NiL, "tn", NiL);
H A Dmktemp.c67 if (!pathtemp(buf, len, d, s, fdp))
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathtmp.c24 * obsolete -- use pathtemp()
40 return pathtemp(buf, len, dir, pfx, fdp);
H A Dpathtemp.c34 * pathtmp(a,b,c,d) pathtemp(a,L_tmpnam,b,c,0)
35 * tmpfile() char*p=pathtemp(0,0,0,"tf",&sp);
39 * pathtemp(p,sizeof(p),0,"tn",0)
40 * tmpnam(p) pathtemp(p,L_tmpnam,0,"tn",0)
41 * tempnam(d,p) pathtemp(0,d,p,0)
42 * mktemp(p) pathtemp(0,0,p,0)
50 * malloc'd space returned by successful pathtemp() calls
102 pathtemp(char* buf, size_t len, const char* dir, const char* pfx, int* fdp) function
/osnet-11/usr/src/lib/libcmd/common/
H A Dmktemp.c111 if (!pathtemp(NiL, 0, opt_info.arg, "/seed", NiL))
146 if (!pathtemp(path, sizeof(path), dir, pfx, fdp))
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h232 #undef pathtemp macro
233 #define pathtemp _ast_pathtemp macro
H A Dast.h337 extern __MANGLE__ char* pathtemp __PROTO__((char*, size_t, const char*, const char*, int*));
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h211 #undef pathtemp macro
212 #define pathtemp _ast_pathtemp macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h232 #undef pathtemp macro
233 #define pathtemp _ast_pathtemp macro
H A Dast.h337 extern __MANGLE__ char* pathtemp __PROTO__((char*, size_t, const char*, const char*, int*));
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h211 #undef pathtemp macro
212 #define pathtemp _ast_pathtemp macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h232 #undef pathtemp macro
233 #define pathtemp _ast_pathtemp macro
H A Dast.h337 extern __MANGLE__ char* pathtemp __PROTO__((char*, size_t, const char*, const char*, int*));
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h211 #undef pathtemp macro
212 #define pathtemp _ast_pathtemp macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h232 #undef pathtemp macro
233 #define pathtemp _ast_pathtemp macro
H A Dast.h337 extern __MANGLE__ char* pathtemp __PROTO__((char*, size_t, const char*, const char*, int*));
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h211 #undef pathtemp macro
212 #define pathtemp _ast_pathtemp macro
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsggen.c511 if (!(s = pathtemp(NiL, 0, "", error_info.id, NiL)) || !(sp = sfopen(NiL, s, "w")))
/osnet-11/usr/src/lib/libast/common/include/
H A Dast.h319 extern char* pathtemp(char*, size_t, const char*, const char*, int*);
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsftmp.c210 if(!(file = pathtemp(NiL,PATH_MAX,NiL,"sf",&fd)))
/osnet-11/usr/src/lib/libast/
H A DMakefile.com231 common/path/pathtemp.o \
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfastfind.c318 if (!pathtemp(fp->encode.temp, sizeof(fp->encode.temp), p, "ff", &fd))

Completed in 66 milliseconds