| /freebsd/contrib/atf/atf-c/ |
| H A D | build.c | 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() [all …]
|
| H A D | h_build.h | 44 const char *const optargs[16]; member 182 const char *const optargs[16]; member 281 const char *const optargs[16]; member
|
| H A D | check.c | 399 const char *const optargs[], in atf_check_build_c_o() argument 405 err = atf_build_c_o(sfile, ofile, optargs, &argv); in atf_check_build_c_o() 419 const char *const optargs[], in atf_check_build_cpp() argument 425 err = atf_build_cpp(sfile, ofile, optargs, &argv); in atf_check_build_cpp() 439 const char *const optargs[], in atf_check_build_cxx_o() argument 445 err = atf_build_cxx_o(sfile, ofile, optargs, &argv); in atf_check_build_cxx_o()
|
| H A D | build_test.c | 167 RE(atf_build_c_o(test->sfile, test->ofile, test->optargs, in ATF_TC_BODY() 195 RE(atf_build_cpp(test->sfile, test->ofile, test->optargs, in ATF_TC_BODY() 224 RE(atf_build_cxx_o(test->sfile, test->ofile, test->optargs, in ATF_TC_BODY()
|
| /freebsd/contrib/atf/atf-c++/ |
| H A D | build.cpp | 77 const atf::process::argv_array& optargs) in c_o() argument 82 optargs.exec_argv(), &l); in c_o() 91 const atf::process::argv_array& optargs) in cpp() argument 96 optargs.exec_argv(), &l); in cpp() 105 const atf::process::argv_array& optargs) in cxx_o() argument 110 optargs.exec_argv(), &l); in cxx_o()
|
| H A D | check.cpp | 104 const atf::process::argv_array& optargs) in build_c_o() argument 109 optargs.exec_argv(), &success); in build_c_o() 118 const atf::process::argv_array& optargs) in build_cpp() argument 123 optargs.exec_argv(), &success); in build_cpp() 132 const atf::process::argv_array& optargs) in build_cxx_o() argument 137 optargs.exec_argv(), &success); in build_cxx_o()
|
| H A D | build_test.cpp | 165 atf::process::argv_array(test->optargs)); in ATF_TEST_CASE_BODY() 186 atf::process::argv_array(test->optargs)); in ATF_TEST_CASE_BODY() 208 atf::process::argv_array(test->optargs)); in ATF_TEST_CASE_BODY()
|
| /freebsd/contrib/atf/atf-c/detail/ |
| H A D | test_helpers.c | 48 const char *optargs[4]; in build_check_c_o() local 53 optargs[0] = atf_dynstr_cstring(&iflag); in build_check_c_o() 54 optargs[1] = "-Wall"; in build_check_c_o() 55 optargs[2] = "-Werror"; in build_check_c_o() 56 optargs[3] = NULL; in build_check_c_o() 58 RE(atf_check_build_c_o(path, "test.o", optargs, &success)); in build_check_c_o()
|
| /freebsd/contrib/atf/atf-c++/detail/ |
| H A D | test_helpers.cpp | 55 std::vector< std::string > optargs; in build_check_cxx_o() local 56 optargs.push_back("-I" + atf::env::get("ATF_INCLUDEDIR", ATF_INCLUDEDIR)); in build_check_cxx_o() 57 optargs.push_back("-Wall"); in build_check_cxx_o() 58 optargs.push_back("-Werror"); in build_check_cxx_o() 61 atf::process::argv_array(optargs)); in build_check_cxx_o()
|
| /freebsd/contrib/ntp/util/ |
| H A D | ntptime.c | 82 static char optargs[] = "MNT:cde:f:hm:o:rs:t:"; variable 115 while ((ch = ntp_getopt(argc, argv, optargs)) != EOF) { in main() 190 progname, optargs, in main()
|
| /freebsd/crypto/openssh/ |
| H A D | configure.ac | 748 # Cygwin defines optargs, optargs as declspec(dllimport) for historical
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 16725 int i, d, retcode, optargs; in JimCallProcedure() local 16760 optargs = (argc - 1 - cmd->u.proc.reqArity); in JimCallProcedure() 16789 if (cmd->u.proc.arglist[d].defaultObjPtr == NULL || optargs-- > 0) { in JimCallProcedure()
|