Searched refs:first_fds (Results 1 – 1 of 1) sorted by relevance
256 int first_fds[2], second_fds[2]; in ATF_TEST_CASE_BODY() local257 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()