OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:optargs
(Results
1 - 4
of
4
) sorted by relevancy
/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
,
Completed in 61 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026