Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
Dcheckout.c90 static int pipeout; variable
194 pipeout = 1; in checkout()
255 if (where && pipeout) in checkout()
274 if (!cat && !pipeout && !safe_location (where)) in checkout()
288 expand_modules = (!cat && !pipeout in checkout()
304 if (pipeout) in checkout()
374 if (!pipeout) in checkout()
387 where, shorten, local, run_module_prog, !pipeout, in checkout()
804 if (!pipeout) in checkout_proc()
1032 if (pipeout) in checkout_proc()
[all …]
Dclassify.c41 int force_tag_match, int aflag, Vers_TS **versp, int pipeout) in Classify_File() argument
97 else if (!pipeout && vers->ts_user && No_Difference (finfo, vers)) in Classify_File()
115 if (pipeout) in Classify_File()
137 if (pipeout) in Classify_File()
194 else if (pipeout) in Classify_File()
Dupdate.c109 static int pipeout = 0; variable
218 pipeout = 1; in update()
274 if (pipeout) in update()
399 if (argc <= 0 && !pipeout) in update()
440 pipeout, which, xjoin_rev1, xjoin_date1, xjoin_rev2, in update()
488 pipeout = xpipeout; in do_update()
599 aflag, &vers, pipeout); in update_fileproc()
625 if (pipeout) in update_fileproc()
843 else if (!server_active && !pipeout) in update_filesdone_proc()
942 else if (!pipeout) in update_dirent_proc()
[all …]
Dcvs.h813 int force_tag_match, int aflag, Vers_TS **versp, int pipeout);
/mirbsd/src/usr.bin/tip/
Dcmdtab.c43 extern int finish(), help(), pipefile(), pipeout(), consh(), variable();
53 { '$', NORM, "pipe local command to remote host", pipeout },
Dcmds.c465 pipeout(int c) in pipeout() function
/mirbsd/src/sbin/dump/
Dtape.c202 if (pipeout) { in tperror()
349 if (!pipeout && !unlimited && (blocksperfile ? in flushtape()
390 if (pipeout) in trewind()
648 pipeout ? 1 : open(tape, O_WRONLY|O_CREAT, 0666))) < 0) in startnewtape()
650 while ((tapefd = (pipeout ? 1 : in startnewtape()
Dmain.c287 pipeout++; in main()
440 if (pipeout || unlimited) { in main()
538 if (pipeout) in main()
599 if (pipeout) in sig()
Ddump.h67 int pipeout; /* true => output to standard output */ variable