Searched refs:do_exec (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | check_test.cpp | 61 do_exec(const atf::tests::tc* tc, const char* helper_name) function 74 do_exec(const atf::tests::tc* tc, const char* helper_name, const char *carg2) function 261 do_exec(this, "exit-success"); 281 do_exec(this, "exit-success"); 289 do_exec(this, "exit-failure"); 297 do_exec(this, "exit-signal"); 330 do_exec(this, "stdout-stderr", "result1"); 335 do_exec(this, "stdout-stderr", "result2");
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | check_test.c | 53 do_exec(const atf_tc_t *tc, const char *helper_name, atf_check_result_t *r) function 347 do_exec(tc, "exit-success", &result); 372 do_exec(tc, "exit-success", &result); 381 do_exec(tc, "exit-failure", &result); 390 do_exec(tc, "exit-signal", &result);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | process.c | 600 do_exec(void *v) function 632 err = atf_process_fork(&c, do_exec, outsb, errsb, &ea);
|
H A D | process_test.c | 863 do_exec(const atf_tc_t *tc, const char *helper_name, atf_process_status_t *s, function 899 do_exec(tc, "exit-failure", &status, NULL); 964 do_exec(tc, "exit-success", &status, exit_early); 979 do_exec(tc, "exit-success", &status, NULL);
|
Completed in 16 milliseconds