| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | checkout.c | 92 static int pipeout; variable 196 pipeout = 1; in checkout() 257 if (where && pipeout) in checkout() 276 if (!cat && !pipeout && !safe_location (where)) in checkout() 290 expand_modules = (!cat && !pipeout in checkout() 306 if (pipeout) in checkout() 376 if (!pipeout) in checkout() 389 where, shorten, local, run_module_prog, !pipeout, in checkout() 806 if (!pipeout) in checkout_proc() 1034 if (pipeout) in checkout_proc() [all …]
|
| H A D | classify.c | 43 int force_tag_match, int aflag, Vers_TS **versp, int pipeout) in Classify_File() argument 99 else if (!pipeout && vers->ts_user && No_Difference (finfo, vers)) in Classify_File() 117 if (pipeout) in Classify_File() 139 if (pipeout) in Classify_File() 196 else if (pipeout) in Classify_File()
|
| H A D | update.c | 110 static int pipeout = 0; variable 220 pipeout = 1; in update() 279 if (pipeout) in update() 406 if (argc <= 0 && !pipeout) in update() 447 pipeout, which, xjoin_rev1, xjoin_date1, xjoin_rev2, in update() 495 pipeout = xpipeout; in do_update() 606 aflag, &vers, pipeout); in update_fileproc() 651 if (pipeout) in update_fileproc() 868 else if (!server_active && !pipeout) in update_filesdone_proc() 967 else if (!pipeout) in update_dirent_proc() [all …]
|
| H A D | cvs.h | 835 int force_tag_match, int aflag, Vers_TS **versp, int pipeout);
|
| H A D | ChangeLog-9395 | 1698 * update.c (update_filesdone_proc): If pipeout, don't try to 3093 * classify.c, cvs.h (Classify_File): New argument pipeout. 3094 * classify.c (Classify_File): If pipeout, don't complain if the
|
| H A D | ChangeLog-96 | 2290 the pipeout case in checkout_proc. In both of those cases the
|
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | io_test.cpp | 357 child_printer(const int pipeout[2], const int pipeerr[2], in child_printer() 360 ::close(pipeout[0]); in child_printer() 362 ATF_REQUIRE(::dup2(pipeout[1], STDOUT_FILENO) != -1); in child_printer() 364 ::close(pipeout[1]); in child_printer() 380 int pipeout[2], pipeerr[2]; in muxer_test() local 381 ATF_REQUIRE(pipe(pipeout) != -1); in muxer_test() 393 child_printer(pipeout, pipeerr, iterations); in muxer_test() 396 ::close(pipeout[1]); in muxer_test() 399 int fds[2] = {pipeout[0], pipeerr[0]}; in muxer_test()
|
| /netbsd-src/bin/csh/ |
| H A D | sem.c | 62 execute(struct command *t, int wtty, int *pipein, int *pipeout) in execute() argument 95 mypipe(pipeout); in execute() 363 doio(t, pipein, pipeout); in execute() 365 (void)close(pipeout[0]); in execute() 366 (void)close(pipeout[1]); in execute() 403 execute(t->t_dcdr, wanttty, pv, pipeout); in execute() 524 doio(struct command *t, int *pipein, int *pipeout) in doio() argument 602 (void)dup(pipeout[1]); in doio()
|
| /netbsd-src/sbin/dump/ |
| H A D | main.c | 91 int pipeout; variable 390 pipeout++; in main() 584 if (pipeout || unlimited) { in main() 690 if (pipeout) in main() 758 if (pipeout) in sig()
|
| H A D | tape.c | 197 if (pipeout) { in tperror() 346 if (!pipeout && !unlimited && (blocksperfile ? in flushtape() 387 if (pipeout) in trewind() 672 pipeout ? 1 : open(tape, O_WRONLY|O_CREAT, 0666))) < 0) in startnewtape() 674 while ((tapefd = (pipeout ? 1 : in startnewtape()
|
| H A D | dump.h | 123 extern int pipeout; /* true => output to standard output */
|
| /netbsd-src/usr.bin/tip/ |
| H A D | cmdtab.c | 49 { '$', NORM, "pipe local command to remote host", pipeout },
|
| H A D | tip.h | 282 void pipeout(char);
|
| H A D | cmds.c | 468 pipeout(char c) in pipeout() function
|
| /netbsd-src/external/zlib/pigz/dist/ |
| H A D | pigz.c | 462 int pipeout; /* write output to stdout even if file */ member 3028 if (was == 0 && ret == -2 && g.force && g.pipeout && g.decode != 2 && in infchk() 3342 if ((st.st_mode & S_IFMT) == S_IFLNK && !g.force && !g.pipeout) { in process() 3425 if (g.decode == 1 && !g.pipeout && !g.list) { in process() 3453 !(method == -2 && g.force && g.pipeout && g.decode != 2 && in process() 3493 if (path == NULL || g.pipeout) { in process() 3717 g.pipeout = 0; /* don't force output to stdout */ in defaults() 3851 case 'c': g.pipeout = 1; break; in option() 4002 g.decode = 1, g.headis = 0, g.pipeout = 1; in main() 4016 if (done == 1 && g.pipeout && !g.decode && !g.list && g.form > 1) in main()
|