Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dprocess_test.c128 RE(atf_process_stream_init_capture(&s->m_base.m_sb)); in capture_stream_init()
453 RE(atf_process_stream_init_capture(&sb)); in ATF_TC_BODY()
714 RE(atf_process_stream_init_capture(&outsb)); in ATF_TC_BODY()
765 RE_ABORT(atf_process_stream_init_capture(&outsb)); in child_spawn_loop_and_wait_eintr()
827 RE(atf_process_stream_init_capture(&outsb)); in ATF_TC_BODY()
H A Dprocess.h67 atf_error_t atf_process_stream_init_capture(atf_process_stream_t *);
H A Dsanity_test.c105 RE(atf_process_stream_init_capture(&errsb)); in do_test()
H A Dprocess.c118 atf_process_stream_init_capture(atf_process_stream_t *sb) in atf_process_stream_init_capture() function
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dprocess.cpp196 atf_error_t err = atf_process_stream_init_capture(&m_sb); in stream_capture()