Searched refs:fork_and_wait (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/atf/atf-c/
H A Dcheck.c168 fork_and_wait(const char *const *argv, const atf_fs_path_t *outfile, function
270 err = fork_and_wait(argv, NULL, NULL, &status);
472 err = fork_and_wait(argv, &r->pimpl->m_stdout, &r->pimpl->m_stderr,
H A Dutils_test.c389 fork_and_wait(const int exitstatus, const char* expout, const char* experr) function
408 fork_and_wait(123, "Some output\n", "Some error\n");
452 fork_and_wait(120, "Some output\n", "Some error\n");
467 fork_and_wait(123, "Some output foo\n", "Some error\n");
482 fork_and_wait(123, "Some output\n", "Some error foo\n");
497 fork_and_wait(123, "save:my-output.txt", "Some error\n");
514 fork_and_wait(123, "Some output\n", "save:my-output.txt");
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils_test.cpp330 fork_and_wait(const int exitstatus, const char* expout, const char* experr) function
348 fork_and_wait(123, "Some output\n", "Some error\n");
392 fork_and_wait(120, "Some output\n", "Some error\n");
407 fork_and_wait(123, "Some output foo\n", "Some error\n");
422 fork_and_wait(123, "Some output\n", "Some error foo\n");
437 fork_and_wait(123, "save:my-output.txt", "Some error\n");
454 fork_and_wait(123, "Some output\n", "save:my-output.txt");

Completed in 95 milliseconds