Home
last modified time | relevance | path

Searched refs:sftmp (Results 1 – 22 of 22) sorted by relevance

/titanic_41/usr/src/lib/libast/common/stdio/
H A Dtmpfile.c29 return sftmp(0); in tmpfile()
/titanic_41/usr/src/lib/libcmd/common/
H A Dtail.c213 out = tmp[0] = sftmp(a); in pipetail()
214 tmp[1] = sftmp(a); in pipetail()
318 op = (flags & REVERSE) ? sftmp(4*SF_BUFSIZE) : sfstdout; in init()
759 op = (flags & REVERSE) ? sftmp(4*SF_BUFSIZE) : sfstdout; in b_tail()
H A Drevlib.c44 Sfio_t *tmp = sftmp(4*SF_BUFSIZE); in rev_line()
H A Dcut.c562 fdtmp = sftmp(BLOCK); in cutfields()
/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsftmp.c372 Sfio_t* sftmp(size_t s) in sftmp() function
374 Sfio_t* sftmp(s) in sftmp()
/titanic_41/usr/src/lib/libast/common/disc/
H A Dsfdcseekable.c215 sk->shadow = sftmp(SF_BUFSIZE);
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtrestore.c248 shp->heredocs = sftmp(512); in r_redirect()
H A Dargs.c366 if(!(lp->kiatmp=sftmp(2*SF_BUFSIZE))) in sh_argopts()
H A Dsubshell.c556 if(!(iop = sftmp(PIPE_BUF))) in sh_subshell()
H A Dparse.c763 lexp->sh->heredocs = sftmp(HERE_MEM); in funct()
1638 lexp->sh->heredocs = sftmp(HERE_MEM); in inout()
H A Dxec.c548 iop = sftmp(IOBSIZE+1); in pipe_exec()
2896 Sfio_t *sp = sftmp(0); in run_subshell()
H A Dio.c1358 if(!(outfile=sftmp(0))) in io_heredoc()
H A Dmacro.c2445 iop = sftmp(IOBSIZE+1);; in tilde_expand2()
/titanic_41/usr/src/lib/libast/
H A Dmapfile-vers586 sftmp;
H A DMakefile.com352 common/sfio/sftmp.o \
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h235 extern Sfio_t* sftmp _ARG_((size_t));
/titanic_41/usr/src/lib/libast/common/include/
H A Dsfio.h235 extern Sfio_t* sftmp _ARG_((size_t));
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h235 extern Sfio_t* sftmp _ARG_((size_t));
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h235 extern Sfio_t* sftmp _ARG_((size_t));
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h235 extern Sfio_t* sftmp _ARG_((size_t));
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE1044 sftmp.c: let pathtemp() open the fd O_EXCL
1254 98-03-17 features/fcntl.c,pathtmp,sftmp: add O_TEMPORARY
1496 sftmp() O_EXCL+random to avoid collisions
1497 pathtemp() uses sftmp() randomizing
1499 sftmp() uses pathtemp() -- don't worry, its not circular
1575 sftmp() bug fix
/titanic_41/usr/src/lib/libast/common/misc/
H A Dfastfind.c297 if (!(fp->fp = sftmp(32 * PATH_MAX))) in findopen()