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

/netbsd-current/external/bsd/atf/dist/tools/
H A Dio_test.cpp357 child_printer(const int pipeout[2], const int pipeerr[2], argument
361 ::close(pipeerr[0]);
363 ATF_REQUIRE(::dup2(pipeerr[1], STDERR_FILENO) != -1);
365 ::close(pipeerr[1]);
380 int pipeout[2], pipeerr[2]; local
382 ATF_REQUIRE(pipe(pipeerr) != -1);
393 child_printer(pipeout, pipeerr, iterations);
397 ::close(pipeerr[1]);
399 int fds[2] = {pipeout[0], pipeerr[0]};

Completed in 179 milliseconds