Home
last modified time | relevance | path

Searched refs:atf_process_child_stderr (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/atf/atf-c/detail/
H A Dprocess.h107 int atf_process_child_stderr(atf_process_child_t *);
H A Dsanity_test.c110 atf_utils_readline(atf_process_child_stderr(&child))) != NULL) in do_test()
H A Dprocess.c299 atf_process_child_stderr(atf_process_child_t *c) in atf_process_child_stderr() function
H A Dprocess_test.c142 s->m_msg = atf_utils_readline(atf_process_child_stderr(c)); in capture_stream_process()
/freebsd-src/contrib/atf/atf-c++/detail/
H A Dprocess.cpp330 return atf_process_child_stderr(&m_child); in stderr_fd()