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

/bind-9.6-ESV-R11/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]};

Completed in 35 milliseconds