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

/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Dprocess.h106 int atf_process_child_stdout(atf_process_child_t *);
H A Dprocess_test.c139 s->m_msg = atf_utils_readline(atf_process_child_stdout(c));
725 ATF_CHECK_EQ(read(atf_process_child_stdout(&child), &pid, sizeof(pid)),
849 ATF_REQUIRE(read(atf_process_child_stdout(&child), buf,
H A Dprocess.c292 atf_process_child_stdout(atf_process_child_t *c) function
/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dprocess.cpp324 return atf_process_child_stdout(&m_child);

Completed in 55 milliseconds