Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/detail/
H A Dprocess.h63 atf_error_t atf_process_stream_init_capture(atf_process_stream_t *);
H A Dprocess_test.c124 RE(atf_process_stream_init_capture(&s->m_base.m_sb)); in capture_stream_init()
450 RE(atf_process_stream_init_capture(&sb)); in ATF_TC_BODY()
724 RE(atf_process_stream_init_capture(&outsb)); in ATF_TC_BODY()
775 RE_ABORT(atf_process_stream_init_capture(&outsb)); in child_spawn_loop_and_wait_eintr()
837 RE(atf_process_stream_init_capture(&outsb)); in ATF_TC_BODY()
H A Dsanity_test.c104 RE(atf_process_stream_init_capture(&errsb)); in do_test()
H A Dprocess.c119 atf_process_stream_init_capture(atf_process_stream_t *sb) in atf_process_stream_init_capture() function
/freebsd/contrib/atf/atf-c++/detail/
H A Dprocess.cpp190 atf_error_t err = atf_process_stream_init_capture(&m_sb); in stream_capture()