Searched refs:pipeout (Results 1 – 13 of 13) sorted by relevance
/original-bsd/old/dump.4.1/ |
H A D | dumptape.c | 69 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 D | dumpmain.c | 111 pipeout++; 214 if (!pipeout) {
|
H A D | dump.h | 43 char pipeout; /* true => output to standard output */ variable
|
/original-bsd/usr.bin/tip/ |
H A D | cmdtab.c | 15 extern int finish(), help(), pipefile(), pipeout(), consh(), variable(); 25 { '$', NORM, "pipe local command to remote host", pipeout },
|
H A D | cmds.c | 430 pipeout(c) in pipeout() function
|
/original-bsd/contrib/vmsprep/ |
H A D | vmsprep.c | 32 int pipeout=0; local 37 pipeout=1; 42 if(pipeout) { 144 if(pipeout) fprintf(mover,"%s ",altscript);
|
/original-bsd/bin/csh/ |
H A D | sem.c | 36 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 D | dumptape.c | 112 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 D | dumpmain.c | 165 pipeout++; 346 if (!pipeout) { 368 if (pipeout) { in sigAbort()
|
H A D | dumplab.c | 289 if (labchk == 0 || pipeout)
|
/original-bsd/sbin/dump/ |
H A D | main.c | 180 pipeout++; 305 if (pipeout) { 402 if (pipeout) 455 if (pipeout)
|
H A D | tape.c | 185 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 D | dump.h | 42 int pipeout; /* true => output to standard output */ variable
|