Home
last modified time | relevance | path

Searched refs:sfpool (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/lib/libast/common/sfio/
H A Dsfpool.c246 Sfio_t* sfpool(reg Sfio_t* f, reg Sfio_t* pf, reg int mode) in sfpool() function
248 Sfio_t* sfpool(f,pf,mode) in sfpool()
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dprint.c273 sfpool(outfile,shp->outpool,SF_WRITE); in b_print()
288 pool=sfpool(sfstderr,NIL(Sfio_t*),SF_WRITE); in b_print()
300 sfpool(sfstderr,pool,SF_WRITE); in b_print()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dfault.c421 if(sig==SIGPIPE && (fp=sfpool((Sfio_t*)0,sh.outpool,SF_WRITE)) && sferror(fp)) in sh_chktrap()
555 if(!(pool=sfpool(NIL(Sfio_t*),shp->outpool,SF_WRITE))) in sh_exit()
H A Dio.c412 sfpool(sfstdout,shp->outpool,SF_WRITE); in sh_ioinit()
413 sfpool(sfstderr,shp->outpool,SF_WRITE); in sh_ioinit()
449 sfpool(iop,NIL(Sfio_t*),SF_WRITE); in outexcept()
530 sfpool(iop,shp->outpool,SF_WRITE); in sh_iostream()
H A Dsubshell.c175 sfpool(sfstdout,shp->outpool,SF_WRITE); in sh_subtmpfile()
H A Dxec.c973 sfpool(sfstderr,NIL(Sfio_t*),SF_WRITE); in sh_exec()
1054 sfpool(sfstderr,shp->outpool,SF_WRITE); in sh_exec()
1055 sfpool(sfstdin,NIL(Sfio_t*),SF_WRITE); in sh_exec()
H A Dmacro.c2023 sfpool(sp, NIL(Sfio_t*), SF_WRITE); in comsubst()
/titanic_44/usr/src/lib/libast/
H A Dmapfile-vers555 sfpool;
H A DMakefile.com324 common/sfio/sfpool.o \
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h249 extern Sfio_t* sfpool _ARG_((Sfio_t*, Sfio_t*, int));
/titanic_44/usr/src/lib/libast/common/include/
H A Dsfio.h249 extern Sfio_t* sfpool _ARG_((Sfio_t*, Sfio_t*, int));
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h249 extern Sfio_t* sfpool _ARG_((Sfio_t*, Sfio_t*, int));
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h249 extern Sfio_t* sfpool _ARG_((Sfio_t*, Sfio_t*, int));
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h249 extern Sfio_t* sfpool _ARG_((Sfio_t*, Sfio_t*, int));
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE66 09-04-27 sfio/sfpool.c: fix bug that did not return pool on delete
226 07-01-22 sfio/sfdisc.c,sfpool.c: handle push on streams with pending peek
299 06-08-05 sfio/sfpool.c: pool SF_READ|SF_WRITE loop fix
1247 sfio: sfpool, Sffmt_t update