Searched refs:do_exec (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/
H A Dcheck_test.cpp56 do_exec(const atf::tests::tc* tc, const char* helper_name) function
69 do_exec(const atf::tests::tc* tc, const char* helper_name, const char *carg2) function
256 do_exec(this, "exit-success");
276 do_exec(this, "exit-success");
284 do_exec(this, "exit-failure");
292 do_exec(this, "exit-signal");
325 do_exec(this, "stdout-stderr", "result1");
330 do_exec(this, "stdout-stderr", "result2");
/bind-9.11.3/unit/atf-src/atf-c/
H A Dcheck_test.c48 do_exec(const atf_tc_t *tc, const char *helper_name, atf_check_result_t *r) function
342 do_exec(tc, "exit-success", &result);
367 do_exec(tc, "exit-success", &result);
376 do_exec(tc, "exit-failure", &result);
385 do_exec(tc, "exit-signal", &result);
/bind-9.11.3/unit/atf-src/tools/
H A Dprocess.hpp258 void do_exec(void *);
300 child c = fork(detail::do_exec, outsb, errsb, &ea);
H A Dprocess.cpp112 detail::do_exec(void *v) function in class:detail
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess.c596 do_exec(void *v) function
628 err = atf_process_fork(&c, do_exec, outsb, errsb, &ea);
H A Dprocess_test.c859 do_exec(const atf_tc_t *tc, const char *helper_name, atf_process_status_t *s, function
895 do_exec(tc, "exit-failure", &status, NULL);
960 do_exec(tc, "exit-success", &status, exit_early);
975 do_exec(tc, "exit-success", &status, NULL);

Completed in 3191 milliseconds