Searched defs:pfd (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ | ||
H A D | io_test.cpp | 194 int pfd[2]; local 196 ATF_REQUIRE(::pipe(pfd) != -1); 197 file_handle rend(pfd[0]); 198 file_handle wend(pfd[1]); |
Completed in 722 milliseconds