Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/atf/dist/atf-c/detail/
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()
Dprocess.h67 atf_error_t atf_process_stream_init_capture(atf_process_stream_t *);
Dsanity_test.c105 RE(atf_process_stream_init_capture(&errsb)); in do_test()
Dprocess.c118 atf_process_stream_init_capture(atf_process_stream_t *sb) in atf_process_stream_init_capture() function
/netbsd/src/external/bsd/atf/lib/libatf-c/
Datf-c.expsym155 atf_process_stream_init_capture
/netbsd/src/external/bsd/atf/dist/atf-c++/detail/
Dprocess.cpp196 atf_error_t err = atf_process_stream_init_capture(&m_sb); in stream_capture()