Searched defs:opts (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dapplication.cpp136 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/bin/tests/db/
H A Dt_db.c2804 int opts; local
2835 opts = 0;
2916 opts |= DNS_DBFIND_GLUEOK;
2918 opts |= DNS_DBFIND_VALIDATEGLUE;
2937 opts,

Completed in 15 milliseconds