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

/freebsd-10.0-release/contrib/atf/atf-c/
H A Dcheck_test.c55 atf_fs_path_t process_helpers; local
58 get_process_helpers_path(tc, false, &process_helpers);
60 argv[0] = atf_fs_path_cstring(&process_helpers);
66 atf_fs_path_fini(&process_helpers);
74 atf_fs_path_t process_helpers; local
77 get_process_helpers_path(tc, false, &process_helpers);
79 argv[0] = atf_fs_path_cstring(&process_helpers);
86 atf_fs_path_fini(&process_helpers);
311 atf_fs_path_t process_helpers; local
314 get_process_helpers_path(tc, false, &process_helpers);
476 atf_fs_path_t process_helpers; local
[all...]
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Dprocess_test.c866 atf_fs_path_t process_helpers; local
869 get_process_helpers_path(tc, true, &process_helpers);
871 argv[0] = atf_fs_path_cstring(&process_helpers);
876 RE(atf_process_exec_array(s, &process_helpers, argv, NULL, NULL, prehook));
877 atf_fs_path_fini(&process_helpers);
918 atf_fs_path_t process_helpers; local
924 get_process_helpers_path(tc, true, &process_helpers);
925 atf_list_append(&argv, strdup(atf_fs_path_cstring(&process_helpers)), true);
934 RE(atf_process_exec_list(&status, &process_helpers, &argv, &outsb,
952 atf_fs_path_fini(&process_helpers);
[all...]

Completed in 164 milliseconds