Searched refs:sfpool (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sfpool.c | 246 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 D | print.c | 273 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 D | fault.c | 421 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 D | io.c | 412 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 D | subshell.c | 175 sfpool(sfstdout,shp->outpool,SF_WRITE); in sh_subtmpfile()
|
H A D | xec.c | 973 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 D | macro.c | 2023 sfpool(sp, NIL(Sfio_t*), SF_WRITE); in comsubst()
|
/titanic_44/usr/src/lib/libast/ |
H A D | mapfile-vers | 555 sfpool;
|
H A D | Makefile.com | 324 common/sfio/sfpool.o \
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 249 extern Sfio_t* sfpool _ARG_((Sfio_t*, Sfio_t*, int));
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 249 extern Sfio_t* sfpool _ARG_((Sfio_t*, Sfio_t*, int));
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 249 extern Sfio_t* sfpool _ARG_((Sfio_t*, Sfio_t*, int));
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 249 extern Sfio_t* sfpool _ARG_((Sfio_t*, Sfio_t*, int));
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 249 extern Sfio_t* sfpool _ARG_((Sfio_t*, Sfio_t*, int));
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 66 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
|