Searched refs:pipeout (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/tip/
H A Dcmdtab.c49 { '$', NORM, "pipe local command to remote host", pipeout },
H A Dtip.h285 void pipeout(char);
H A Dcmds.c468 pipeout(char c) function
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dio_test.cpp357 child_printer(const int pipeout[2], const int pipeerr[2], argument
360 ::close(pipeout[0]);
362 ATF_REQUIRE(::dup2(pipeout[1], STDOUT_FILENO) != -1);
364 ::close(pipeout[1]);
380 int pipeout[2], pipeerr[2]; local
381 ATF_REQUIRE(pipe(pipeout) != -1);
393 child_printer(pipeout, pipeerr, iterations);
396 ::close(pipeout[1]);
399 int fds[2] = {pipeout[0], pipeerr[0]};
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dio_test.cpp357 child_printer(const int pipeout[2], const int pipeerr[2], argument
360 ::close(pipeout[0]);
362 ATF_REQUIRE(::dup2(pipeout[1], STDOUT_FILENO) != -1);
364 ::close(pipeout[1]);
380 int pipeout[2], pipeerr[2]; local
381 ATF_REQUIRE(pipe(pipeout) != -1);
393 child_printer(pipeout, pipeerr, iterations);
396 ::close(pipeout[1]);
399 int fds[2] = {pipeout[0], pipeerr[0]};
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dcheckout.c90 static int pipeout; variable
194 pipeout = 1;
255 if (where && pipeout)
274 if (!cat && !pipeout && !safe_location (where))
288 expand_modules = (!cat && !pipeout
304 if (pipeout)
374 if (!pipeout)
387 where, shorten, local, run_module_prog, !pipeout,
804 if (!pipeout)
1032 if (pipeout)
[all...]
H A Dclassify.c32 * pipeout Did the user pass the "pipeout" flag to request that
41 int force_tag_match, int aflag, Vers_TS **versp, int pipeout)
97 else if (!pipeout && vers->ts_user && No_Difference (finfo, vers))
115 if (pipeout)
137 if (pipeout)
194 else if (pipeout)
40 Classify_File(struct file_info *finfo, char *tag, char *date, char *options, int force_tag_match, int aflag, Vers_TS **versp, int pipeout) argument
H A Dupdate.c107 static int pipeout = 0; variable
216 pipeout = 1;
272 if (pipeout)
397 if (argc <= 0 && !pipeout)
438 pipeout, which, xjoin_rev1, xjoin_date1, xjoin_rev2,
486 pipeout = xpipeout;
597 aflag, &vers, pipeout);
623 if (pipeout)
840 else if (!server_active && !pipeout)
939 else if (!pipeout)
[all...]
H A Dcvs.h815 int force_tag_match, int aflag, Vers_TS **versp, int pipeout);
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dsem.c62 execute(struct command *t, int wtty, int *pipein, int *pipeout) argument
95 mypipe(pipeout);
363 doio(t, pipein, pipeout);
365 (void)close(pipeout[0]);
366 (void)close(pipeout[1]);
403 execute(t->t_dcdr, wanttty, pv, pipeout);
524 doio(struct command *t, int *pipein, int *pipeout) argument
602 (void)dup(pipeout[1]);
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtape.c200 if (pipeout) {
348 if (!pipeout && !unlimited && (blocksperfile ?
389 if (pipeout)
673 pipeout ? 1 : open(tape, O_WRONLY|O_CREAT, 0666))) < 0)
675 while ((tapefd = (pipeout ? 1 :
H A Dmain.c345 pipeout++;
529 if (pipeout || unlimited) {
634 if (pipeout)
702 if (pipeout)
H A Ddump.h112 int pipeout; /* true => output to standard output */ variable
/netbsd-6-1-5-RELEASE/external/zlib/pigz/dist/
H A Dpigz.c314 local int pipeout; /* write output to stdout even if file */ variable
2522 if ((st.st_mode & S_IFMT) == S_IFLNK && !force && !pipeout) {
2676 if (path == NULL || pipeout) {
2863 pipeout = 0; /* don't force output to stdout */
2985 case 'c': pipeout = 1; break;
3111 if (done == 1 && pipeout && !decode && !list && form > 1) {

Completed in 223 milliseconds