/titanic_50/usr/src/lib/libcmd/common/ |
H A D | mktemp.c | 113 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 D | tmpnam.c | 50 return pathtemp(s ? s : buf, L_tmpnam, NiL, "tn", NiL); in tmpnam()
|
H A D | mktemp.c | 67 if (!pathtemp(buf, len, d, s, fdp)) in temp()
|
/titanic_50/usr/src/lib/libast/common/path/ |
H A D | pathtmp.c | 40 return pathtemp(buf, len, dir, pfx, fdp); in pathtmp()
|
H A D | pathtemp.c | 102 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 D | ast_map.h | 211 #undef pathtemp 212 #define pathtemp _ast_pathtemp macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 232 #undef pathtemp 233 #define pathtemp _ast_pathtemp macro
|
H A D | ast.h | 316 extern __MANGLE__ char* pathtemp __PROTO__((char*, size_t, const char*, const char*, int*));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 232 #undef pathtemp 233 #define pathtemp _ast_pathtemp macro
|
H A D | ast.h | 316 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 D | ast_map.h | 211 #undef pathtemp 212 #define pathtemp _ast_pathtemp macro
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 211 #undef pathtemp 212 #define pathtemp _ast_pathtemp macro
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 211 #undef pathtemp 212 #define pathtemp _ast_pathtemp macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 232 #undef pathtemp 233 #define pathtemp _ast_pathtemp macro
|
H A D | ast.h | 316 extern __MANGLE__ char* pathtemp __PROTO__((char*, size_t, const char*, const char*, int*));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 232 #undef pathtemp 233 #define pathtemp _ast_pathtemp macro
|
H A D | ast.h | 316 extern __MANGLE__ char* pathtemp __PROTO__((char*, size_t, const char*, const char*, int*));
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | ast.h | 298 extern char* pathtemp(char*, size_t, const char*, const char*, int*);
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 211 #undef pathtemp 212 #define pathtemp _ast_pathtemp
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 211 #undef pathtemp 212 #define pathtemp _ast_pathtemp
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 211 #undef pathtemp 212 #define pathtemp _ast_pathtemp
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 211 #undef pathtemp 212 #define pathtemp _ast_pathtemp
|
/titanic_50/usr/src/cmd/ast/msgcc/ |
H A D | msggen.c | 511 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 D | sftmp.c | 210 if(!(file = pathtemp(NiL,PATH_MAX,NiL,"sf",&fd)))
|
/titanic_50/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 894 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)
|