Searched refs:atf_process_child_stdout (Results 1 – 4 of 4) sorted by relevance
111 int atf_process_child_stdout(atf_process_child_t *);
140 s->m_msg = atf_utils_readline(atf_process_child_stdout(c)); in capture_stream_process()718 ATF_CHECK_EQ(read(atf_process_child_stdout(&child), &pid, sizeof(pid)), in ATF_TC_BODY()842 ATF_REQUIRE(read(atf_process_child_stdout(&child), buf, in ATF_TC_BODY()
295 atf_process_child_stdout(atf_process_child_t *c) in atf_process_child_stdout() function
328 return atf_process_child_stdout(&m_child); in stdout_fd()