Home
last modified time | relevance | path

Searched refs:pathtmp (Results 1 – 13 of 13) sorted by path

/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs271 path/pathtmp.o \
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap213 #undef pathtmp
214 #define pathtmp _ast_pathtmp
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap213 #undef pathtmp
214 #define pathtmp _ast_pathtmp
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap213 #undef pathtmp
214 #define pathtmp _ast_pathtmp
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap213 #undef pathtmp
214 #define pathtmp _ast_pathtmp
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c192 if(!(fname=pathtmp(NIL(char*),0,0,NIL(int*)))) in b_hist()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c295 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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile80 pathnative.c pathposix.c pathtemp.c pathtmp.c pathstat.c \
H A DMamfile1133 make pathtmp.o
1134 make path/pathtmp.c
1137 done path/pathtmp.c
1138 meta pathtmp.o %.c>%.o path/pathtmp.c pathtmp
1139 prev path/pathtmp.c
1140 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c path/pathtmp.c
1141 done pathtmp.o generated
6101 …d.o pathkey.o pathprobe.o pathrepl.o pathnative.o pathposix.o pathtemp.o pathtmp.o pathstat.o path…
H A DRELEASE1282 00-05-01 pathtmp: copy env values (libshell or putenv may change)
1313 00-02-14 pathtmp: fix pid cache bug that sometimes repeated after ~10 attempts
1317 pathtmp: fix mktemp() logic
1442 98-03-17 features/fcntl.c,pathtmp,sftmp: add O_TEMPORARY
1478 97-12-07 pathtmp: add override for TMPPATH,TMPDIR and cycling
1489 97-08-11 pathtmp: check pid to note forks
1591 pathtmp: add TMPPATH check
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dtempnam.c57 return pathtmp(NiL, dir, pfx, NiL); in tempnam()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h320 extern char* pathtmp(char*, const char*, const char*, int*);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathtmp.c35 pathtmp(char* buf, const char* dir, const char* pfx, int* fdp) in pathtmp() function