Searched refs:pipeout (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/tip/
H A Dcmdtab.c17 extern void finish(int), help(int), pipefile(int), pipeout(int);
32 { '$', NORM, "pipe local command to remote host", pipeout },
H A Dcmds.c465 pipeout(int c) function
/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c53 execute(t, wanttty, pipein, pipeout)
55 int wanttty, *pipein, *pipeout;
83 mypipe(pipeout);
287 doio(t, pipein, pipeout);
289 (void) close(pipeout[0]);
290 (void) unsetfd(pipeout[0]);
291 (void) close(pipeout[1]);
292 (void) unsetfd(pipeout[1]);
332 execute(t->t_dcdr, wanttty, pv, pipeout);
410 doio(struct command *t, int *pipein, int *pipeout) argument
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c114 int pipeout = 0; local
145 pipeout++;
172 if ((argc > 0) || errflag || (oflag && pipeout)) {
233 if (pipeout ||
/illumos-gate/usr/src/tools/aw/
H A Daw.c267 filter(int pipein, int pipeout) argument
280 dup2(pipeout, 1) == -1) {
384 invoke(char **argv, int pipein, int pipeout) argument
401 if (pipeout >= 0 && dup2(pipeout, 1) == -1) {
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c728 if (pipeout) {
991 if (!pipeout) {
1148 if (pipeout)
1534 pipeout ? 1 :
1581 if (!pipeout && doposition && (tapeno == 0)) {
1610 if (pipeout)
1622 if (!pipeout) {
2094 (pipeout && siz != writesize)) {
2207 (!pipeout && tsize > 0 && asize > tsize)) {
H A Ddumponline.c330 if (pipeout) {
H A Ddump.h125 int pipeout; /* true => output to standard output */ variable
H A Ddumpmain.c492 pipeout++;
1195 if (pipeout) {

Completed in 102 milliseconds