Home
last modified time | relevance | path

Searched refs:outpipe (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c842 …sfstdout,"command exec > /dev/tcp/%s/%d || print -u2 'cannot create pipe'\n",host,shp->outpipe[2]); in sh_coexec()
891 sh_coaccept(shp,shp->outpipe,0); in sh_coexec()
1658 sh_copipe(shp,shp->outpipe=shp->cpipe,0); in sh_exec()
1835 if(shp->outpipe[2]>20000) in sh_exec()
1836 sh_coaccept(shp,shp->outpipe,1); in sh_exec()
1838 sh_iorenumber(shp,shp->outpipe[1],1); in sh_exec()
1839 sh_pclose(shp->outpipe); in sh_exec()
2080 shp->outpipe = pvn; in sh_exec()
2149 shp->outpipe = 0; in sh_exec()
3666 shp->outpipe = shp->cpipe; in coproc_init()
[all …]
H A Dargs.c814 shp->inpipe = shp->outpipe = 0; in sh_argprocsub()
825 shp->outpipe = pv; in sh_argprocsub()
H A Dpath.c1275 if(shp->cpid && shp->outpipe) in exscript()
1276 sh_close(*shp->outpipe); in exscript()
H A Djobs.c1426 if(!shp->outpipe || shp->cpid==pid) in job_post()
H A Dinit.c1689 shp->inpipe = shp->outpipe = 0; in sh_reinit()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c995 int outpipe[2], errpipe[2]; in forkandexecve() local
1007 if (pipe(outpipe) < 0) in forkandexecve()
1023 (void) close(outpipe[1]); in forkandexecve()
1062 if (ioctl(outpipe[0], FIONREAD, &count) >= 0 && count) { in forkandexecve()
1063 if (read(outpipe[0], outbuf, outbuflen) <= 0) { in forkandexecve()
1085 (void) close(outpipe[0]); in forkandexecve()
1090 (void) dup2(outpipe[1], fileno(stdout)); in forkandexecve()
1091 (void) close(outpipe[0]); in forkandexecve()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h214 int *outpipe; /* output pipe pointer */ \