Searched refs:opts (Results 1 - 11 of 11) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/ |
H A D | h_app_opts_args.cpp | 70 options_set opts; 71 opts.insert(option('d', "", "Debug mode")); 72 opts.insert(option('v', "level", "Verbosity level")); 73 return opts;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | application.cpp | 136 options_set opts = specific_options(); local 138 opts.insert(option('h', "", "Shows this help message")); 140 return opts; 174 options_set opts = options(); local 175 for (options_set::const_iterator iter = opts.begin(); 176 iter != opts.end(); iter++) { 229 options_set opts = options(); local 230 INV(!opts.empty()); 233 for (options_set::const_iterator iter = opts.begin(); 234 iter != opts [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-config/ |
H A D | atf-config.cpp | 98 options_set opts; 99 opts.insert(option('t', "", "Terse output: show values only")); 100 return opts;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | tests.cpp | 468 options_set opts; 469 opts.insert(option('l', "", "List test cases and their purpose")); 470 opts.insert(option('r', "resfile", "The file to which the test program " 473 opts.insert(option('s', "srcdir", "Directory where the test's data " 475 opts.insert(option('v', "var=value", "Sets the configuration variable " 477 return opts;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | atf-check.cpp | 758 options_set opts; 760 opts.insert(option('s', "qual:value", "Handle status. Qualifier " 762 opts.insert(option('o', "action:arg", "Handle stdout. Action must be " 765 opts.insert(option('e', "action:arg", "Handle stderr. Action must be " 768 opts.insert(option('x', "", "Execute command as a shell command")); 770 return opts;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | atf-report.cpp | 670 options_set opts; 671 opts.insert(option('o', "fmt:path", "Adds a new output file; multiple " 674 return opts;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | atf-run.cpp | 196 options_set opts; 197 opts.insert(option('v', "var=value", "Sets the configuration variable " 200 return opts;
|
/bind-9.6-ESV-R11/bin/tests/db/ |
H A D | t_db.c | 2804 int opts; local 2835 opts = 0; 2916 opts |= DNS_DBFIND_GLUEOK; 2918 opts |= DNS_DBFIND_VALIDATEGLUE; 2937 opts,
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/ |
H A D | ltmain.sh | 3172 opts=
|
/bind-9.6-ESV-R11/ |
H A D | ltmain.sh | 2830 opts=
|
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | ltmain.sh | 1874 opts=
|
Completed in 1924 milliseconds