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

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess.h106 int atf_process_child_stdout(atf_process_child_t *);
H A Dprocess_test.c136 s->m_msg = atf_utils_readline(atf_process_child_stdout(c));
714 ATF_CHECK_EQ(read(atf_process_child_stdout(&child), &pid, sizeof(pid)),
838 ATF_REQUIRE(read(atf_process_child_stdout(&child), buf,
H A Dprocess.c291 atf_process_child_stdout(atf_process_child_t *c) function
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dprocess.cpp324 return atf_process_child_stdout(&m_child);

Completed in 591 milliseconds