Home
last modified time | relevance | path

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

/src/contrib/atf/atf-c/detail/
H A Dtest_helpers.c126 atf_process_stream_t outb, errb; in run_h_tc() local
136 RE(atf_process_stream_init_redirect_path(&errb, &errpath)); in run_h_tc()
137 RE(atf_process_fork(&child, run_h_tc_child, &outb, &errb, &data)); in run_h_tc()
138 atf_process_stream_fini(&errb); in run_h_tc()