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

/freebsd-13-stable/contrib/kyua/utils/process/
H A Dstatus_test.cpp76 fork_and_wait(void (*hook)(void)) function in namespace:__anon1022
152 const status exit_success = fork_and_wait(child_exit< EXIT_SUCCESS >);
157 const status exit_failure = fork_and_wait(child_exit< EXIT_FAILURE >);
167 const status sigterm = fork_and_wait(child_signal< SIGTERM >);
173 const status sigkill = fork_and_wait(child_signal< SIGKILL >);
186 const status coredump = fork_and_wait(child_signal< SIGQUIT >);
/freebsd-13-stable/contrib/atf/atf-c/
H A Dutils_test.c389 fork_and_wait(const int exitstatus, const char* expout, const char* experr) function
409 fork_and_wait(123, "Some output\n", "Some error\n");
453 fork_and_wait(120, "Some output\n", "Some error\n");
468 fork_and_wait(123, "Some output foo\n", "Some error\n");
483 fork_and_wait(123, "Some output\n", "Some error foo\n");
498 fork_and_wait(123, "save:my-output.txt", "Some error\n");
515 fork_and_wait(123, "Some output\n", "save:my-output.txt");
H A Dcheck.c169 fork_and_wait(const char *const *argv, const atf_fs_path_t *outfile, function
271 err = fork_and_wait(argv, NULL, NULL, &status);
473 err = fork_and_wait(argv, &r->pimpl->m_stdout, &r->pimpl->m_stderr,
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dutils_test.cpp330 fork_and_wait(const int exitstatus, const char* expout, const char* experr) function
349 fork_and_wait(123, "Some output\n", "Some error\n");
393 fork_and_wait(120, "Some output\n", "Some error\n");
408 fork_and_wait(123, "Some output foo\n", "Some error\n");
423 fork_and_wait(123, "Some output\n", "Some error foo\n");
438 fork_and_wait(123, "save:my-output.txt", "Some error\n");
455 fork_and_wait(123, "Some output\n", "save:my-output.txt");

Completed in 115 milliseconds