Searched refs:m_old_fd (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess_test.c227 int m_old_fd; member in struct:inherit_stream
259 s->m_old_fd = dup(s->m_fd);
260 ATF_REQUIRE(s->m_old_fd != -1);
272 ATF_REQUIRE(dup2(s->m_old_fd, s->m_fd) != -1);
273 ATF_REQUIRE(close(s->m_old_fd) != -1);

Completed in 881 milliseconds