Home
last modified time | relevance | path

Searched refs:first_fds (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/kyua/utils/process/
H A Doperations_test.cpp256 int first_fds[2], second_fds[2]; in ATF_TEST_CASE_BODY() local
257 ATF_REQUIRE(::pipe(first_fds) != -1); in ATF_TEST_CASE_BODY()
268 ::close(first_fds[0]); in ATF_TEST_CASE_BODY()
269 ::close(first_fds[1]); in ATF_TEST_CASE_BODY()
273 ::close(first_fds[0]); in ATF_TEST_CASE_BODY()
276 write_loop(first_fds[1]); in ATF_TEST_CASE_BODY()
278 ::close(first_fds[1]); in ATF_TEST_CASE_BODY()
283 while (::read(first_fds[0], &dummy, sizeof(dummy)) <= 0 || in ATF_TEST_CASE_BODY()
290 while (::read(first_fds[0], &dummy, sizeof(dummy)) > 0 || in ATF_TEST_CASE_BODY()