Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/tcsh/
HDsh.sem.c83 execute(struct command *t, volatile int wanttty, int *pipein, int *pipeout, in execute() argument
204 mypipe(pipeout); in execute()
604 xclose(pipeout[0]); in execute()
605 xclose(pipeout[1]); in execute()
627 doio(t, pipein, pipeout); in execute()
635 xclose(pipeout[0]); in execute()
636 xclose(pipeout[1]); in execute()
701 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob); in execute()
711 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob); in execute()
836 doio(struct command *t, int *pipein, int *pipeout) in doio() argument
[all …]
/freebsd-14-stable/sbin/dump/
HDmain.c86 int pipeout; /* true => output to standard output */ variable
285 pipeout++; in main()
496 if (pipeout || unlimited) { in main()
603 if (pipeout) in main()
685 if (pipeout) in sig()
HDtape.c204 if (pipeout) { in tperror()
299 if (!pipeout && !unlimited && (blocksperfile ? in flushtape()
341 if (pipeout) in trewind()
604 if (pipeout) { in startnewtape()
HDdump.h65 extern int pipeout; /* true => output to standard output */
/freebsd-14-stable/usr.bin/tip/tip/
HDcmdtab.c52 { '$', NORM, "pipe local command to remote host", pipeout },
HDtip.h333 void pipeout(int);
HDcmds.c475 pipeout(int c) in pipeout() function