Home
last modified time | relevance | path

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

/original-bsd/old/dump.4.1/
H A Ddumptape.c69 if (pipeout) { in flusht()
99 if (!pipeout && asize > tsize) { in flusht()
124 if (pipeout) in close_rewind()
165 if (!pipeout) in otape()
239 if (pipeout) in otape()
H A Ddumpmain.c111 pipeout++;
214 if (!pipeout) {
H A Ddump.h43 char pipeout; /* true => output to standard output */ variable
/original-bsd/usr.bin/tip/
H A Dcmdtab.c15 extern int finish(), help(), pipefile(), pipeout(), consh(), variable();
25 { '$', NORM, "pipe local command to remote host", pipeout },
H A Dcmds.c430 pipeout(c) in pipeout() function
/original-bsd/contrib/vmsprep/
H A Dvmsprep.c32 int pipeout=0; local
37 pipeout=1;
42 if(pipeout) {
144 if(pipeout) fprintf(mover,"%s ",altscript);
/original-bsd/bin/csh/
H A Dsem.c36 execute(t, wanttty, pipein, pipeout) in execute() argument
38 int wanttty, *pipein, *pipeout;
74 mypipe(pipeout);
341 doio(t, pipein, pipeout);
343 (void) close(pipeout[0]);
344 (void) close(pipeout[1]);
382 execute(t->t_dcdr, wanttty, pv, pipeout);
506 doio(t, pipein, pipeout) in doio() argument
508 int *pipein, *pipeout;
582 (void) dup(pipeout[1]);
/original-bsd/local/ukc/dump/
H A Ddumptape.c112 if (pipeout) { in tperror()
164 if (!pipeout && asize > tsize) { in flusht()
175 if (pipeout) in rewind()
321 pipeout ? 1 : creat(tape, 0666))) < 0) in otape()
323 while ((to = pipeout ? 1 : creat(tape, 0666)) < 0) in otape()
H A Ddumpmain.c165 pipeout++;
346 if (!pipeout) {
368 if (pipeout) { in sigAbort()
H A Ddumplab.c289 if (labchk == 0 || pipeout)
/original-bsd/sbin/dump/
H A Dmain.c180 pipeout++;
305 if (pipeout) {
402 if (pipeout)
455 if (pipeout)
H A Dtape.c185 if (pipeout) {
279 if (!pipeout && (blocksperfile ? in flushtape()
320 if (pipeout) in trewind()
573 pipeout ? 1 : open(tape, O_WRONLY|O_CREAT, 0666))) < 0)
575 while ((tapefd = (pipeout ? 1 :
H A Ddump.h42 int pipeout; /* true => output to standard output */ variable