Home
last modified time | relevance | path

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

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