OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pipeerr
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/atf/dist/tools/
io_test.cpp
357
child_printer(const int pipeout[2], const int
pipeerr
[2],
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 21 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026