Searched refs:sftmp (Results 1 – 22 of 22) sorted by relevance
29 return sftmp(0); in tmpfile()
213 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()
44 Sfio_t *tmp = sftmp(4*SF_BUFSIZE); in rev_line()
562 fdtmp = sftmp(BLOCK); in cutfields()
372 Sfio_t* sftmp(size_t s) in sftmp() function374 Sfio_t* sftmp(s) in sftmp()
215 sk->shadow = sftmp(SF_BUFSIZE);
248 shp->heredocs = sftmp(512); in r_redirect()
366 if(!(lp->kiatmp=sftmp(2*SF_BUFSIZE))) in sh_argopts()
556 if(!(iop = sftmp(PIPE_BUF))) in sh_subshell()
763 lexp->sh->heredocs = sftmp(HERE_MEM); in funct()1638 lexp->sh->heredocs = sftmp(HERE_MEM); in inout()
548 iop = sftmp(IOBSIZE+1); in pipe_exec()2896 Sfio_t *sp = sftmp(0); in run_subshell()
1358 if(!(outfile=sftmp(0))) in io_heredoc()
2445 iop = sftmp(IOBSIZE+1);; in tilde_expand2()
586 sftmp;
352 common/sfio/sftmp.o \
235 extern Sfio_t* sftmp _ARG_((size_t));
1044 sftmp.c: let pathtemp() open the fd O_EXCL1254 98-03-17 features/fcntl.c,pathtmp,sftmp: add O_TEMPORARY1496 sftmp() O_EXCL+random to avoid collisions1497 pathtemp() uses sftmp() randomizing1499 sftmp() uses pathtemp() -- don't worry, its not circular1575 sftmp() bug fix
297 if (!(fp->fp = sftmp(32 * PATH_MAX))) in findopen()