Home
last modified time | relevance | path

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

/freebsd-src/contrib/atf/atf-c/detail/
H A Dprocess.h62 atf_error_t atf_process_stream_init_capture(atf_process_stream_t *);
H A Dprocess_test.c127 RE(atf_process_stream_init_capture(&s->m_base.m_sb)); in capture_stream_init()
452 RE(atf_process_stream_init_capture(&sb)); in ATF_TC_BODY()
721 RE(atf_process_stream_init_capture(&outsb)); in ATF_TC_BODY()
772 RE_ABORT(atf_process_stream_init_capture(&outsb)); in child_spawn_loop_and_wait_eintr()
834 RE(atf_process_stream_init_capture(&outsb)); in ATF_TC_BODY()
H A Dsanity_test.c102 RE(atf_process_stream_init_capture(&errsb)); in do_test()
H A Dprocess.c115 atf_process_stream_init_capture(atf_process_stream_t *sb) in atf_process_stream_init_capture() function
/freebsd-src/contrib/atf/atf-c++/detail/
H A Dprocess.cpp192 atf_error_t err = atf_process_stream_init_capture(&m_sb); in stream_capture()