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

/bind-9.11.3/unit/atf-src/tools/
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 11 milliseconds