Searched refs:process_helpers (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/atf/atf-c/
H A Dcheck_test.c50 atf_fs_path_t process_helpers; local
53 get_process_helpers_path(tc, false, &process_helpers);
55 argv[0] = atf_fs_path_cstring(&process_helpers);
61 atf_fs_path_fini(&process_helpers);
69 atf_fs_path_t process_helpers; local
72 get_process_helpers_path(tc, false, &process_helpers);
74 argv[0] = atf_fs_path_cstring(&process_helpers);
81 atf_fs_path_fini(&process_helpers);
302 atf_fs_path_t process_helpers; local
305 get_process_helpers_path(tc, false, &process_helpers);
467 atf_fs_path_t process_helpers; local
[all...]
/freebsd-13-stable/lib/atf/libatf-c/tests/detail/
H A DMakefile26 .for p in process_helpers version_helper
/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Dprocess_test.c873 atf_fs_path_t process_helpers; local
876 get_process_helpers_path(tc, true, &process_helpers);
878 argv[0] = atf_fs_path_cstring(&process_helpers);
883 RE(atf_process_exec_array(s, &process_helpers, argv, NULL, NULL, prehook));
884 atf_fs_path_fini(&process_helpers);
919 atf_fs_path_t process_helpers; local
925 get_process_helpers_path(tc, true, &process_helpers);
926 atf_list_append(&argv, strdup(atf_fs_path_cstring(&process_helpers)), true);
935 RE(atf_process_exec_list(&status, &process_helpers, &argv, &outsb,
953 atf_fs_path_fini(&process_helpers);
[all...]

Completed in 137 milliseconds