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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dh_build.h49 const char *const expargv[16]; member in struct:c_o_test
187 const char *const expargv[16]; member in struct:cpp_test
286 const char *const expargv[16]; member in struct:cxx_o_test
H A Dbuild_test.c164 for (test = c_o_tests; test->expargv[0] != NULL; test++) {
179 check_equal_array(test->expargv, argv);
194 for (test = cpp_tests; test->expargv[0] != NULL; test++) {
208 check_equal_array(test->expargv, argv);
223 for (test = cxx_o_tests; test->expargv[0] != NULL; test++) {
238 check_equal_array(test->expargv, argv);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dbuild_test.cpp164 for (struct c_o_test* test = c_o_tests; test->expargv[0] != NULL;
176 check_equal_argvs(argv, test->expargv);
187 for (struct cpp_test* test = cpp_tests; test->expargv[0] != NULL;
198 check_equal_argvs(argv, test->expargv);
209 for (struct cxx_o_test* test = cxx_o_tests; test->expargv[0] != NULL;
221 check_equal_argvs(argv, test->expargv);

Completed in 23 milliseconds