Home
last modified time | relevance | path

Searched refs:atf_process_fork (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/bsd/atf/dist/atf-c/detail/
H A Dprocess_test.c425 RE(atf_process_fork(&child, child_print, outfs->m_sb_ptr, in do_fork()
717 RE(atf_process_fork(&child, child_report_pid, &outsb, &errsb, NULL)); in ATF_TC_BODY()
767 RE_ABORT(atf_process_fork(&child, child_loop, &outsb, &errsb, NULL)); in child_spawn_loop_and_wait_eintr()
829 RE(atf_process_fork(&child, child_spawn_loop_and_wait_eintr, in ATF_TC_BODY()
1017 RE(atf_process_fork(&child, child_cookie, &outsb, &errsb, NULL)); in ATF_TC_BODY()
1031 RE(atf_process_fork(&child, child_cookie, &outsb, &errsb, &dummy_int)); in ATF_TC_BODY()
H A Dprocess.h118 atf_error_t atf_process_fork(atf_process_child_t *,
H A Dtest_helpers.c139 RE(atf_process_fork(&child, run_h_tc_child, &outb, &errb, &data)); in run_h_tc()
H A Dsanity_test.c106 RE(atf_process_fork(&child, do_test_child, &outsb, &errsb, &td)); in do_test()
H A Dprocess.c524 atf_process_fork(atf_process_child_t *c, in atf_process_fork() function
632 err = atf_process_fork(&c, do_exec, outsb, errsb, &ea); in atf_process_exec_array()
/netbsd/external/bsd/atf/dist/atf-c++/detail/
H A Dprocess.hpp240 atf_error_t err = atf_process_fork(&c, start, outsb.get_sb(), in fork()
/netbsd/external/bsd/atf/dist/atf-c/
H A Dcheck.c184 err = atf_process_fork(&child, exec_child, &outsb, &errsb, &ea); in fork_and_wait()