Home
last modified time | relevance | path

Searched refs:pathtemp (Results 1 – 19 of 19) sorted by path

/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs270 path/pathtemp.o \
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap211 #undef pathtemp
212 #define pathtemp _ast_pathtemp
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap211 #undef pathtemp
212 #define pathtemp _ast_pathtemp
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap211 #undef pathtemp
212 #define pathtemp _ast_pathtemp
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap211 #undef pathtemp
212 #define pathtemp _ast_pathtemp
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c808 shp->fifo = pathtemp(0,0,0,"ksh.fifo",0); in sh_argprocsub()
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsggen.c511 if (!(s = pathtemp(NiL, 0, "", error_info.id, NiL)) || !(sp = sfopen(NiL, s, "w"))) in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile80 pathnative.c pathposix.c pathtemp.c pathtmp.c pathstat.c \
H A DMamfile1109 make pathtemp.o
1110 make path/pathtemp.c
1128 done path/pathtemp.c
1129 meta pathtemp.o %.c>%.o path/pathtemp.c pathtemp
1130 prev path/pathtemp.c
1131 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c path/pathtemp.c
1132 done pathtemp.o generated
6101 ….o pathfind.o pathkey.o pathprobe.o pathrepl.o pathnative.o pathposix.o pathtemp.o pathtmp.o paths…
H A DRELEASE187 10-03-24 path/pathtemp.c: fix pointer => int casts
193 10-03-05 path/pathtemp.c: add pfx /seed for regression testing
195 10-03-04 path/pathtemp.c: properly handle mktemp()-style *+(X) templates
1151 01-05-09 path/pathtemp.c: pathtemp(0,0,0,"/private",0) for mode S_IRUSR|S_IWUSR
1232 sftmp.c: let pathtemp() open the fd O_EXCL
1685 pathtemp() uses sftmp() randomizing
1687 sftmp() uses pathtemp() -- don't worry, its not circular
1712 fix pathtemp() to not cache getenv("TMPDIR")
/illumos-gate/usr/src/contrib/ast/src/lib/libast/aso/
H A Daso-fcntl.c114 if (!(path = pathtemp(buf, sizeof(buf), NiL, "aso", &fd)))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dmktemp.c67 if (!pathtemp(buf, len, d, s, fdp)) in temp()
H A Dtmpnam.c50 return pathtemp(s ? s : buf, L_tmpnam, NiL, "tn", NiL); in tmpnam()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h319 extern char* pathtemp(char*, size_t, const char*, const char*, int*);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfastfind.c297 if (!pathtemp(fp->encode.temp, sizeof(fp->encode.temp), p, "ff", &fd)) in findopen()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathtemp.c102 pathtemp(char* buf, size_t len, const char* dir, const char* pfx, int* fdp) in pathtemp() function
H A Dpathtmp.c40 return pathtemp(buf, len, dir, pfx, fdp); in pathtmp()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsftmp.c210 if(!(file = pathtemp(NiL,PATH_MAX,NiL,"sf",&fd)))
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dmktemp.c111 if (!pathtemp(NiL, 0, opt_info.arg, "/seed", NiL)) in b_mktemp()
146 if (!pathtemp(path, sizeof(path), dir, pfx, fdp)) in b_mktemp()