Lines Matching refs:argv
89 atf_tc_fail_nonfatal("The constructed argv differs from the "
165 char **argv;
168 &argv));
170 RE(atf_build_c_o(test->sfile, test->ofile, NULL, &argv));
171 check_equal_array(test->expargv, argv);
172 atf_utils_free_charpp(argv);
193 char **argv;
196 &argv));
198 RE(atf_build_cpp(test->sfile, test->ofile, NULL, &argv));
199 check_equal_array(test->expargv, argv);
200 atf_utils_free_charpp(argv);
222 char **argv;
225 &argv));
227 RE(atf_build_cxx_o(test->sfile, test->ofile, NULL, &argv));
228 check_equal_array(test->expargv, argv);
229 atf_utils_free_charpp(argv);