Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/cachefspack/
H A Delfrd.c122 char pathtmp[MAXPATHLEN]; in get_share_obj() local
258 pathtmp); in get_share_obj()
266 rpath, pathtmp); in get_share_obj()
283 hitem.key = mstrdup(pathtmp); in get_share_obj()
289 pathtmp); in get_share_obj()
296 printf("do : %s\n", pathtmp); in get_share_obj()
300 so = add_so(so, pathtmp); in get_share_obj()
304 pathtmp); in get_share_obj()
306 hitem.key = mstrdup(pathtmp); in get_share_obj()
314 get_share_obj(pathtmp, libpath, flag); in get_share_obj()
H A Ddocmds.c543 char *pathtmp; in func_dir_path() local
555 pathtmp = mstrdup(path); in func_dir_path()
562 free(pathtmp); in func_dir_path()
563 pathtmp = mstrdup(dnam); in func_dir_path()
572 dnam, pathtmp); in func_dir_path()
576 hitem.key = mstrdup(pathtmp); in func_dir_path()
593 hitem.key = mstrdup(pathtmp); in func_dir_path()
603 if (func(pathtmp, fnam, dir, 0) < 0) { in func_dir_path()
618 free(pathtmp); in func_dir_path()
619 pathtmp = mstrdup(dnam); in func_dir_path()
[all …]
/titanic_41/usr/src/lib/libast/common/path/
H A Dpathtmp.c35 pathtmp(char* buf, const char* dir, const char* pfx, int* fdp) in pathtmp() function
/titanic_41/usr/src/lib/libast/common/comp/
H A Dtempnam.c57 return pathtmp(NiL, dir, pfx, NiL); in tempnam()
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h213 #undef pathtmp
214 #define pathtmp _ast_pathtmp macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h234 #undef pathtmp
235 #define pathtmp _ast_pathtmp macro
H A Dast.h317 extern __MANGLE__ char* pathtmp __PROTO__((char*, const char*, const char*, int*));
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h234 #undef pathtmp
235 #define pathtmp _ast_pathtmp macro
H A Dast.h317 extern __MANGLE__ char* pathtmp __PROTO__((char*, const char*, const char*, int*));
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h234 #undef pathtmp
235 #define pathtmp _ast_pathtmp macro
H A Dast.h317 extern __MANGLE__ char* pathtmp __PROTO__((char*, const char*, const char*, int*));
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h213 #undef pathtmp
214 #define pathtmp _ast_pathtmp macro
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h213 #undef pathtmp
214 #define pathtmp _ast_pathtmp macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h234 #undef pathtmp
235 #define pathtmp _ast_pathtmp macro
H A Dast.h317 extern __MANGLE__ char* pathtmp __PROTO__((char*, const char*, const char*, int*));
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h213 #undef pathtmp
214 #define pathtmp _ast_pathtmp macro
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dhistory.c296 if(!(fname = pathtmp(NIL(char*),0,0,NIL(int*)))) in sh_histinit()
478 pathtmp(tmpname,name,"hist",NIL(int*)); in hist_trim()
482 pathtmp(tmpname,".","hist",NIL(int*)); in hist_trim()
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dhist.c191 if(!(fname=pathtmp(NIL(char*),0,0,NIL(int*)))) in b_hist()
/titanic_41/usr/src/lib/libast/common/include/
H A Dast.h299 extern char* pathtmp(char*, const char*, const char*, int*);
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap213 #undef pathtmp
214 #define pathtmp _ast_pathtmp
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap213 #undef pathtmp
214 #define pathtmp _ast_pathtmp
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap213 #undef pathtmp
214 #define pathtmp _ast_pathtmp
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap213 #undef pathtmp
214 #define pathtmp _ast_pathtmp
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE1094 00-05-01 pathtmp: copy env values (libshell or putenv may change)
1125 00-02-14 pathtmp: fix pid cache bug that sometimes repeated after ~10 attempts
1129 pathtmp: fix mktemp() logic
1254 98-03-17 features/fcntl.c,pathtmp,sftmp: add O_TEMPORARY
1290 97-12-07 pathtmp: add override for TMPPATH,TMPDIR and cycling
1301 97-08-11 pathtmp: check pid to note forks
1403 pathtmp: add TMPPATH check
/titanic_41/usr/src/lib/libast/
H A DMakefile.com242 common/path/pathtmp.o \