Searched refs:atf_utils_wait (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libsbuf/tests/ |
H A D | sbuf_stdio_test.c | 80 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY() 108 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY() 164 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY()
|
H A D | sbuf_core_test.c | 69 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY() 181 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY()
|
/freebsd/contrib/atf/atf-c/ |
H A D | utils.h | 48 void atf_utils_wait(const pid_t, const int, const char *, const char *);
|
H A D | utils_test.c | 399 atf_utils_wait(pid, exitstatus, expout, experr); in fork_and_wait() 435 atf_utils_wait(child, 50, "Child output\n", "Child error\n"); in ATF_TC_BODY() 439 atf_utils_wait(parent, 40, in ATF_TC_BODY()
|
H A D | utils.c | 425 atf_utils_wait(const pid_t pid, const int exitstatus, const char *expout, in atf_utils_wait() function
|
/freebsd/libexec/rtld-elf/tests/ |
H A D | common.c | 64 atf_utils_wait(child, exit_status, expected_out, expected_err); in try_to_run()
|
/freebsd/contrib/atf/atf-c++/ |
H A D | utils.cpp | 106 atf_utils_wait(pid, exitstatus, expout.c_str(), experr.c_str()); in wait()
|
/freebsd/lib/atf/libatf-c/ |
H A D | Makefile | 134 atf-c.3 atf_utils_wait.3
|
/freebsd/lib/libc/tests/sys/ |
H A D | sendfile_test.c | 364 atf_utils_wait(server_pid, 0, "", ""); in fd_positive_file_test() 448 atf_utils_wait(server_pid, 0, "", ""); in fd_positive_shm_test() 617 atf_utils_wait(server_pid, 0, "", ""); in flags_test() 745 atf_utils_wait(server_pid, 0, "", ""); in hdtr_positive_test()
|
/freebsd/contrib/atf/ |
H A D | NEWS | 153 atf_utils_readline, atf_utils_redirect and atf_utils_wait utility
|