Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/atf/atf-c/detail/
Dprocess.h62 atf_error_t atf_process_stream_init_capture(atf_process_stream_t *);
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()
Dsanity_test.c102 RE(atf_process_stream_init_capture(&errsb)); in do_test()
Dprocess.c114 atf_process_stream_init_capture(atf_process_stream_t *sb) in atf_process_stream_init_capture() function
/freebsd-12-stable/contrib/atf/atf-c++/detail/
Dprocess.cpp192 atf_error_t err = atf_process_stream_init_capture(&m_sb); in stream_capture()