Searched defs:option (Results 1 - 13 of 13) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dapplication.hpp52 // The "option" class.
55 class option { class in namespace:atf::application
63 option(char, const std::string&, const std::string&);
65 bool operator<(const option&) const;
79 typedef std::set< option > options_set;
H A Dapplication.cpp88 impl::option::option(char ch, function in class:impl::option
98 impl::option::operator<(const impl::option& o)
164 const option& opt = (*iter);
182 throw usage_error("Unknown option -%c.", ::optopt);
/bind-9.11.3/unit/atf-src/tools/
H A Dapplication.hpp56 // The "option" class.
59 class option { class in namespace:tools::application
67 option(char, const std::string&, const std::string&);
69 bool operator<(const option&) const;
85 typedef std::set< option > options_set;
H A Dapplication.cpp89 impl::option::option(char ch, function in class:impl::option
99 impl::option::operator<(const impl::option& o)
132 opts.insert(option('h', "", "Shows this help message"));
170 const option& opt = (*iter);
192 throw usage_error("Unknown option -%c.", ::optopt);
227 const option& opt = (*iter);
234 const option& opt = (*iter);
/bind-9.11.3/lib/isc/
H A Dcommandline.c68 /*% Argument associated with option. */
90 const char *option; /* Index into *options of option. */ local
110 * Index out of range or points to non-option.
119 * index to next argv, the first non-option.
128 option = strchr(options, isc_commandline_option);
131 * Ensure valid option has been passed as specified by options string.
132 * '-:' is never a valid command line option because it could not
135 if (isc_commandline_option == ':' || option == NULL) {
145 "illegal option"),
[all...]
/bind-9.11.3/lib/dns/
H A Dgen-win32.h53 * directly portable between Unix-like systems and Windows NT, option
76 char *isc_commandline_argument; /* Argument associated with option. */
95 char *option; /* Index into *options of option. */ local
110 * Index out of range or points to non-option.
119 * index to next argv, the first non-option.
128 option = strchr(options, isc_commandline_option);
131 * Ensure valid option has been passed as specified by options string.
132 * '-:' is never a valid command line option because it could not
135 if (isc_commandline_option == ':' || option
[all...]
H A Dcatz.c167 /* This option is always taken from config, so it's always 'default' */
846 catz_opt_cmp(const dns_label_t *option, const char *opt) { argument
848 if (option->length - 1 == l &&
849 memcmp(opt, option->base + 1, l - 1) == 0)
856 catz_get_option(const dns_label_t *option) { argument
857 if (catz_opt_cmp(option, "zones"))
859 else if (catz_opt_cmp(option, "masters"))
861 else if (catz_opt_cmp(option, "allow-query"))
863 else if (catz_opt_cmp(option, "allow-transfer"))
865 else if (catz_opt_cmp(option, "versio
1293 dns_label_t option; local
1351 dns_label_t option; local
[all...]
H A Dzone.c719 * These can be overridden by the -T mkeytimers option on the command
5375 dns_zone_setoption(dns_zone_t *zone, unsigned int option, argument
5382 zone->options |= option;
5384 zone->options &= ~option;
5389 dns_zone_setoption2(dns_zone_t *zone, unsigned int option, argument
5396 zone->options2 |= option;
5398 zone->options2 &= ~option;
11609 * Get the EDNS EXPIRE option from the response and if it exists trim
/bind-9.11.3/lib/dns/rdata/generic/
H A Dopt_41.c43 isc_uint16_t option; local
55 option = uint16_fromregion(&r);
59 snprintf(buf, sizeof(buf), "%u %u", option, length);
/bind-9.11.3/bin/dig/
H A Ddig.c174 " +[no]cookie (Add a COOKIE option to the request)\n"
184 " +ednsopt=###[:value] (Send specified EDNS option)\n"
216 " +subnet=addr (Set edns-client-subnet option)\n"
792 plus_option(const char *option, isc_boolean_t is_batchfile, argument
802 strlcpy(option_store, option, sizeof(option_store));
806 printf(";; Invalid option %s\n", option_store);
1489 fprintf(stderr, "Invalid option: +%s\n",
1490 option);
1502 dash_option(char *option, char *next, dig_lookup_t **lookup, argument
1520 while (strpbrk(option, single_dash_opt
1793 char *option; local
[all...]
/bind-9.11.3/bin/tools/
H A Dmdig.c486 * Add EDNS0 option record to a message. Currently, the only supported
778 " +subnet=addr (Set edns-client-subnet option)\n"
781 " +ednsopt=###[:value] (Send specified EDNS option)\n"
790 " +[no]cookie[=###] (Send a COOKIE option)\n"
1035 plus_option(char *option, struct query *query, isc_boolean_t global) argument
1044 strlcpy(option_store, option, sizeof(option_store));
1048 printf(";; Invalid option %s\n", option_store);
1509 fprintf(stderr, "Ignored late global option: +%s\n", option);
1514 fprintf(stderr, "Invalid option
1526 dash_option(const char *option, char *next, struct query *query, isc_boolean_t global, isc_boolean_t *setname) argument
1714 char *option; local
[all...]
/bind-9.11.3/bin/delv/
H A Ddelv.c165 " -c class (option included for compatibility;\n"
973 plus_option(char *option) { argument
979 strlcpy(option_store, option, sizeof(option_store));
983 printf(";; Invalid option %s\n", option_store);
1166 * add a plus-option that requires a specified value
1168 fprintf(stderr, "Invalid option: +%s\n", option);
1179 dash_option(char *option, char *next, isc_boolean_t *open_type_class) { argument
1193 while (strpbrk(option, single_dash_opts) == &option[
1375 char *option; local
[all...]
/bind-9.11.3/lib/bind9/
H A Dcheck.c709 * warning if they're inconsistent with the "recursion" option.
1810 const char *option = NULL; local
1956 option = cfg_map_firstclause(&cfg_type_zoneopts, &clauses, &i);
1957 while (option != NULL) {
1959 if (cfg_map_get(zoptions, option, &obj) == ISC_R_SUCCESS &&
1960 obj != NULL && !cfg_clause_validforzone(option, ztype))
1963 "option '%s' is not allowed "
1965 option, typestr, znamestr);
1968 option = cfg_map_nextclause(&cfg_type_zoneopts, &clauses, &i);
2171 * Check the excessively complicated "dialup" option
[all...]

Completed in 69 milliseconds