Searched refs:optargs (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp55 std::vector< std::string > optargs; local
56 optargs.push_back("-I" + atf::env::get("ATF_INCLUDEDIR", ATF_INCLUDEDIR));
57 optargs.push_back("-Wall");
58 optargs.push_back("-Werror");
61 atf::process::argv_array(optargs));
/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Dtest_helpers.c48 const char *optargs[4]; local
53 optargs[0] = atf_dynstr_cstring(&iflag);
54 optargs[1] = "-Wall";
55 optargs[2] = "-Werror";
56 optargs[3] = NULL;
58 RE(atf_check_build_c_o(path, "test.o", optargs, &success));
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dbuild.cpp77 const atf::process::argv_array& optargs)
82 optargs.exec_argv(), &l);
91 const atf::process::argv_array& optargs)
96 optargs.exec_argv(), &l);
105 const atf::process::argv_array& optargs)
110 optargs.exec_argv(), &l);
76 c_o(const std::string& sfile, const std::string& ofile, const atf::process::argv_array& optargs) argument
90 cpp(const std::string& sfile, const std::string& ofile, const atf::process::argv_array& optargs) argument
104 cxx_o(const std::string& sfile, const std::string& ofile, const atf::process::argv_array& optargs) argument
H A Dcheck.cpp104 const atf::process::argv_array& optargs)
109 optargs.exec_argv(), &success);
118 const atf::process::argv_array& optargs)
123 optargs.exec_argv(), &success);
132 const atf::process::argv_array& optargs)
137 optargs.exec_argv(), &success);
103 build_c_o(const std::string& sfile, const std::string& ofile, const atf::process::argv_array& optargs) argument
117 build_cpp(const std::string& sfile, const std::string& ofile, const atf::process::argv_array& optargs) argument
131 build_cxx_o(const std::string& sfile, const std::string& ofile, const atf::process::argv_array& optargs) argument
H A Dbuild_test.cpp165 atf::process::argv_array(test->optargs));
186 atf::process::argv_array(test->optargs));
208 atf::process::argv_array(test->optargs));
/freebsd-13-stable/contrib/atf/atf-c/
H A Dbuild.c80 append_optargs(const char *const optargs[], atf_list_t *argv) argument
85 while (*optargs != NULL && !atf_is_error(err)) {
86 err = append_arg1(strdup(*optargs), argv);
87 optargs++;
148 const char *const optargs[],
171 if (optargs != NULL) {
172 err = append_optargs(optargs, &argv_list);
194 const char *const optargs[],
213 if (optargs != NULL) {
214 err = append_optargs(optargs,
146 atf_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
192 atf_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
238 atf_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
[all...]
H A Dh_build.h44 const char *const optargs[16]; member in struct:c_o_test
182 const char *const optargs[16]; member in struct:cpp_test
281 const char *const optargs[16]; member in struct:cxx_o_test
H A Dbuild_test.c167 RE(atf_build_c_o(test->sfile, test->ofile, test->optargs,
195 RE(atf_build_cpp(test->sfile, test->ofile, test->optargs,
224 RE(atf_build_cxx_o(test->sfile, test->ofile, test->optargs,
H A Dcheck.c399 const char *const optargs[],
405 err = atf_build_c_o(sfile, ofile, optargs, &argv);
419 const char *const optargs[],
425 err = atf_build_cpp(sfile, ofile, optargs, &argv);
439 const char *const optargs[],
445 err = atf_build_cxx_o(sfile, ofile, optargs, &argv);
397 atf_check_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
417 atf_check_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
437 atf_check_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
/freebsd-13-stable/contrib/ntp/util/
H A Dntptime.c82 static char optargs[] = "MNT:cde:f:hm:o:rs:t:"; variable
115 while ((ch = ntp_getopt(argc, argv, optargs)) != EOF) {
190 progname, optargs,

Completed in 80 milliseconds