Home
last modified time | relevance | path

Searched refs:pathtemp (Results 1 – 25 of 28) sorted by relevance

12

/titanic_50/usr/src/lib/libcmd/common/
H A Dmktemp.c113 if (!pathtemp(NiL, 0, opt_info.arg, "/seed", NiL)) in b_mktemp()
148 if (!pathtemp(path, sizeof(path), dir, pfx, fdp)) in b_mktemp()
/titanic_50/usr/src/lib/libast/common/comp/
H A Dtmpnam.c50 return pathtemp(s ? s : buf, L_tmpnam, NiL, "tn", NiL); in tmpnam()
H A Dmktemp.c67 if (!pathtemp(buf, len, d, s, fdp)) in temp()
/titanic_50/usr/src/lib/libast/common/path/
H A Dpathtmp.c40 return pathtemp(buf, len, dir, pfx, fdp); in pathtmp()
H A Dpathtemp.c102 pathtemp(char* buf, size_t len, const char* dir, const char* pfx, int* fdp) in pathtemp() function
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h211 #undef pathtemp
212 #define pathtemp _ast_pathtemp macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h232 #undef pathtemp
233 #define pathtemp _ast_pathtemp macro
H A Dast.h316 extern __MANGLE__ char* pathtemp __PROTO__((char*, size_t, const char*, const char*, int*));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h232 #undef pathtemp
233 #define pathtemp _ast_pathtemp macro
H A Dast.h316 extern __MANGLE__ char* pathtemp __PROTO__((char*, size_t, const char*, const char*, int*));
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h211 #undef pathtemp
212 #define pathtemp _ast_pathtemp macro
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h211 #undef pathtemp
212 #define pathtemp _ast_pathtemp macro
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h211 #undef pathtemp
212 #define pathtemp _ast_pathtemp macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h232 #undef pathtemp
233 #define pathtemp _ast_pathtemp macro
H A Dast.h316 extern __MANGLE__ char* pathtemp __PROTO__((char*, size_t, const char*, const char*, int*));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h232 #undef pathtemp
233 #define pathtemp _ast_pathtemp macro
H A Dast.h316 extern __MANGLE__ char* pathtemp __PROTO__((char*, size_t, const char*, const char*, int*));
/titanic_50/usr/src/lib/libast/common/include/
H A Dast.h298 extern char* pathtemp(char*, size_t, const char*, const char*, int*);
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap211 #undef pathtemp
212 #define pathtemp _ast_pathtemp
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap211 #undef pathtemp
212 #define pathtemp _ast_pathtemp
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap211 #undef pathtemp
212 #define pathtemp _ast_pathtemp
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap211 #undef pathtemp
212 #define pathtemp _ast_pathtemp
/titanic_50/usr/src/cmd/ast/msgcc/
H A Dmsggen.c511 if (!(s = pathtemp(NiL, 0, "", error_info.id, NiL)) || !(sp = sfopen(NiL, s, "w"))) in main()
/titanic_50/usr/src/lib/libast/common/sfio/
H A Dsftmp.c210 if(!(file = pathtemp(NiL,PATH_MAX,NiL,"sf",&fd)))
/titanic_50/usr/src/lib/libshell/misc/
H A DERRATA.txt894 Index: usr/src/lib/libast/common/path/pathtemp.c
896 --- usr/src/lib/libast/common/path/pathtemp.c (revision 1822)
897 +++ usr/src/lib/libast/common/path/pathtemp.c (working copy)

12