| /src/external/bsd/atf/dist/atf-c++/detail/ |
| test_helpers.cpp | 58 std::vector< std::string > optargs; local 59 optargs.push_back("-I" + atf::config::get("atf_includedir")); 60 optargs.push_back("-Wall"); 61 optargs.push_back("-Werror"); 64 atf::process::argv_array(optargs));
|
| /src/external/bsd/atf/dist/atf-c/ |
| h_build.h | 48 const char *const optargs[16]; member in struct:c_o_test 186 const char *const optargs[16]; member in struct:cpp_test 285 const char *const optargs[16]; member in struct:cxx_o_test
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| test_helpers.c | 51 const char *optargs[4]; local 55 optargs[0] = atf_dynstr_cstring(&iflag); 56 optargs[1] = "-Wall"; 57 optargs[2] = "-Werror"; 58 optargs[3] = NULL; 60 RE(atf_check_build_c_o(path, "test.o", optargs, &success));
|
| /src/external/bsd/ntp/dist/util/ |
| ntptime.c | 84 static char optargs[] = "MNT:cde:f:hm:o:rs:t:"; variable 117 while ((ch = ntp_getopt(argc, argv, optargs)) != EOF) { 192 progname, optargs,
|
| /src/external/public-domain/sqlite/dist/autosetup/ |
| jimsh0.c | 16720 int i, d, retcode, optargs; local 16755 optargs = (argc - 1 - cmd->u.proc.reqArity); 16784 if (cmd->u.proc.arglist[d].defaultObjPtr == NULL || optargs-- > 0) {
|