HomeSort by: relevance | last modified time | path
    Searched defs:pipeout (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
io_test.cpp 357 child_printer(const int pipeout[2], const int pipeerr[2],
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]};
  /src/usr.bin/tip/
cmds.c 468 pipeout(char c) function
  /src/external/gpl2/xcvs/dist/src/
checkout.c 92 static int pipeout; variable
196 pipeout = 1;
257 if (where && pipeout)
276 if (!cat && !pipeout && !safe_location (where))
290 expand_modules = (!cat && !pipeout
306 if (pipeout)
376 if (!pipeout)
389 where, shorten, local, run_module_prog, !pipeout,
806 if (!pipeout)
1034 if (pipeout)
    [all...]
update.c 110 static int pipeout = 0; variable
220 pipeout = 1;
279 if (pipeout)
406 if (argc <= 0 && !pipeout)
447 pipeout, which, xjoin_rev1, xjoin_date1, xjoin_rev2,
495 pipeout = xpipeout;
606 aflag, &vers, pipeout);
651 if (pipeout)
868 else if (!server_active && !pipeout)
967 else if (!pipeout)
    [all...]
  /src/sbin/dump/
main.c 91 int pipeout; variable
390 pipeout++;
584 if (pipeout || unlimited) {
690 if (pipeout)
758 if (pipeout)
  /src/external/zlib/pigz/dist/
pigz.c 462 int pipeout; /* write output to stdout even if file */ member in struct:__anon24661
3028 if (was == 0 && ret == -2 && g.force && g.pipeout && g.decode != 2 &&
3342 if ((st.st_mode & S_IFMT) == S_IFLNK && !g.force && !g.pipeout) {
3425 if (g.decode == 1 && !g.pipeout && !g.list) {
3453 !(method == -2 && g.force && g.pipeout && g.decode != 2 &&
3493 if (path == NULL || g.pipeout) {
3717 g.pipeout = 0; /* don't force output to stdout */
3851 case 'c': g.pipeout = 1; break;
4002 g.decode = 1, g.headis = 0, g.pipeout = 1;
4016 if (done == 1 && g.pipeout && !g.decode && !g.list && g.form > 1
    [all...]

Completed in 20 milliseconds