Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/utils/process/
H A Dstatus_test.cpp75 fork_and_wait(void (*hook)(void)) in fork_and_wait() function
121 const status exit_success = fork_and_wait(child_exit< EXIT_SUCCESS >); in ATF_TEST_CASE_BODY()
126 const status exit_failure = fork_and_wait(child_exit< EXIT_FAILURE >); in ATF_TEST_CASE_BODY()
136 const status sigterm = fork_and_wait(child_signal< SIGTERM >); in ATF_TEST_CASE_BODY()
142 const status sigkill = fork_and_wait(child_signal< SIGKILL >); in ATF_TEST_CASE_BODY()
159 const status coredump = fork_and_wait(child_signal< SIGQUIT >); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dutils_test.cpp329 fork_and_wait(const int exitstatus, const char* expout, const char* experr) in fork_and_wait() function
347 fork_and_wait(123, "Some output\n", "Some error\n"); in ATF_TEST_CASE_BODY()
362 fork_and_wait(120, "Some output\n", "Some error\n"); in ATF_TEST_CASE_BODY()
377 fork_and_wait(123, "Some output foo\n", "Some error\n"); in ATF_TEST_CASE_BODY()
392 fork_and_wait(123, "Some output\n", "Some error foo\n"); in ATF_TEST_CASE_BODY()
407 fork_and_wait(123, "save:my-output.txt", "Some error\n"); in ATF_TEST_CASE_BODY()
424 fork_and_wait(123, "Some output\n", "save:my-output.txt"); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dutils_test.c384 fork_and_wait(const int exitstatus, const char* expout, const char* experr) in fork_and_wait() function
402 fork_and_wait(123, "Some output\n", "Some error\n"); in ATF_TC_BODY()
417 fork_and_wait(120, "Some output\n", "Some error\n"); in ATF_TC_BODY()
432 fork_and_wait(123, "Some output foo\n", "Some error\n"); in ATF_TC_BODY()
447 fork_and_wait(123, "Some output\n", "Some error foo\n"); in ATF_TC_BODY()
462 fork_and_wait(123, "save:my-output.txt", "Some error\n"); in ATF_TC_BODY()
479 fork_and_wait(123, "Some output\n", "save:my-output.txt"); in ATF_TC_BODY()
H A Dcheck.c172 fork_and_wait(const char *const *argv, const atf_fs_path_t *outfile, in fork_and_wait() function
274 err = fork_and_wait(argv, NULL, NULL, &status); in check_build_run()
476 err = fork_and_wait(argv, &r->pimpl->m_stdout, &r->pimpl->m_stderr, in atf_check_exec_array()