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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio_test.cpp194 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