Lines Matching refs:optargs
80 append_optargs(const char *const optargs[], atf_list_t *argv) in append_optargs() argument
85 while (*optargs != NULL && !atf_is_error(err)) { in append_optargs()
86 err = append_arg1(strdup(*optargs), argv); in append_optargs()
87 optargs++; in append_optargs()
148 const char *const optargs[], in atf_build_c_o() argument
171 if (optargs != NULL) { in atf_build_c_o()
172 err = append_optargs(optargs, &argv_list); in atf_build_c_o()
194 const char *const optargs[], in atf_build_cpp() argument
213 if (optargs != NULL) { in atf_build_cpp()
214 err = append_optargs(optargs, &argv_list); in atf_build_cpp()
240 const char *const optargs[], in atf_build_cxx_o() argument
264 if (optargs != NULL) { in atf_build_cxx_o()
265 err = append_optargs(optargs, &argv_list); in atf_build_cxx_o()