Home
last modified time | relevance | path

Searched refs:optargs (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/bsd/atf/dist/atf-c/
H A Dbuild.c88 while (*optargs != NULL && !atf_is_error(err)) { in append_optargs()
89 err = append_arg1(strdup(*optargs), argv); in append_optargs()
90 optargs++; in append_optargs()
151 const char *const optargs[], in atf_build_c_o() argument
173 if (optargs != NULL) { in atf_build_c_o()
174 err = append_optargs(optargs, &argv_list); in atf_build_c_o()
196 const char *const optargs[], in atf_build_cpp() argument
214 if (optargs != NULL) { in atf_build_cpp()
215 err = append_optargs(optargs, &argv_list); in atf_build_cpp()
241 const char *const optargs[], in atf_build_cxx_o() argument
[all …]
H A Dh_build.h48 const char *const optargs[16]; member
186 const char *const optargs[16]; member
285 const char *const optargs[16]; member
H A Dcheck.c402 const char *const optargs[], in atf_check_build_c_o() argument
408 err = atf_build_c_o(sfile, ofile, optargs, &argv); in atf_check_build_c_o()
422 const char *const optargs[], in atf_check_build_cpp() argument
428 err = atf_build_cpp(sfile, ofile, optargs, &argv); in atf_check_build_cpp()
442 const char *const optargs[], in atf_check_build_cxx_o() argument
448 err = atf_build_cxx_o(sfile, ofile, optargs, &argv); in atf_check_build_cxx_o()
H A Dbuild_test.c175 RE(atf_build_c_o(test->sfile, test->ofile, test->optargs, in ATF_TC_BODY()
204 RE(atf_build_cpp(test->sfile, test->ofile, test->optargs, in ATF_TC_BODY()
234 RE(atf_build_cxx_o(test->sfile, test->ofile, test->optargs, in ATF_TC_BODY()
/netbsd/external/bsd/atf/dist/atf-c++/
H A Dbuild.cpp81 const atf::process::argv_array& optargs) in c_o() argument
86 optargs.exec_argv(), &l); in c_o()
95 const atf::process::argv_array& optargs) in cpp() argument
100 optargs.exec_argv(), &l); in cpp()
109 const atf::process::argv_array& optargs) in cxx_o() argument
114 optargs.exec_argv(), &l); in cxx_o()
H A Dcheck.cpp108 const atf::process::argv_array& optargs) in build_c_o() argument
113 optargs.exec_argv(), &success); in build_c_o()
122 const atf::process::argv_array& optargs) in build_cpp() argument
127 optargs.exec_argv(), &success); in build_cpp()
136 const atf::process::argv_array& optargs) in build_cxx_o() argument
141 optargs.exec_argv(), &success); in build_cxx_o()
H A Dbuild_test.cpp175 atf::process::argv_array(test->optargs)); in ATF_TEST_CASE_BODY()
197 atf::process::argv_array(test->optargs)); in ATF_TEST_CASE_BODY()
220 atf::process::argv_array(test->optargs)); in ATF_TEST_CASE_BODY()
/netbsd/external/bsd/atf/dist/atf-c/detail/
H A Dtest_helpers.c51 const char *optargs[4]; in build_check_c_o() local
55 optargs[0] = atf_dynstr_cstring(&iflag); in build_check_c_o()
56 optargs[1] = "-Wall"; in build_check_c_o()
57 optargs[2] = "-Werror"; in build_check_c_o()
58 optargs[3] = NULL; in build_check_c_o()
60 RE(atf_check_build_c_o(path, "test.o", optargs, &success)); in build_check_c_o()
/netbsd/external/bsd/atf/dist/atf-c++/detail/
H A Dtest_helpers.cpp58 std::vector< std::string > optargs; in build_check_cxx_o() local
59 optargs.push_back("-I" + atf::config::get("atf_includedir")); in build_check_cxx_o()
60 optargs.push_back("-Wall"); in build_check_cxx_o()
61 optargs.push_back("-Werror"); in build_check_cxx_o()
64 atf::process::argv_array(optargs)); in build_check_cxx_o()
/netbsd/external/bsd/ntp/dist/util/
H A Dntptime.c84 static char optargs[] = "MNT:cde:f:hm:o:rs:t:"; variable
117 while ((ch = ntp_getopt(argc, argv, optargs)) != EOF) { in main()
192 progname, optargs, in main()
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/s390/
H A Dzarch-optargs.d1 #name: s390x optargs
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/s390/
H A Dzarch-optargs.d1 #name: s390x optargs
/netbsd/usr.bin/mail/
H A Dmime_attach.c1000 mime_attach_optargs(struct name *optargs) in mime_attach_optargs() argument
1012 for (np = optargs; np; np = np->n_flink) { in mime_attach_optargs()
/netbsd/external/gpl3/binutils.old/dist/
H A Dmd5.sum5255 998959ee76617d1b7e88652f03dfb189 gas/testsuite/gas/s390/zarch-optargs.d
5302 7ff41ca0eaf26fc72e1281628c0fcc85 gas/testsuite/gas/s390/zarch-optargs.s
/netbsd/external/gpl3/binutils/dist/
H A Dsha256.sum5974 …dc02cc272ac73a4669c245920155756008e816ab9e6be57a0afcaf69093 gas/testsuite/gas/s390/zarch-optargs.d
6025 …052723fab2551567de2b3d9b5a585b095de878f5cf63afeb852fc54ad00 gas/testsuite/gas/s390/zarch-optargs.s
/netbsd/external/lgpl3/gmp/dist/
H A DChangeLog12847 * tests/devel/try.c (main): Use strtol for 's' and 'S' optargs.