Searched refs:option (Results 1 - 25 of 32) sorted by relevance

12

/bind-9.11.3/contrib/queryperf/utils/
H A Dgen-data-queryperf.py68 for option, value in optlist:
69 if option == "--help" or option == "-h":
72 elif option == "--number" or option == "-n":
74 elif option == "--maxsize" or option == "-m":
76 elif option == "--percentrandom" or option == "-p":
78 elif option
[all...]
/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);
H A Datf-config.cpp92 using tools::application::option;
94 opts.insert(option('t', "", "Terse output: show values only"));
H A Datf-report.cpp648 throw std::runtime_error("Syntax error in -o option");
666 using tools::application::option;
668 opts.insert(option('o', "fmt:path", "Adds a new output file; multiple "
H A Datf-run.cpp199 using tools::application::option;
201 opts.insert(option('v', "var=value", "Sets the configuration variable "
/bind-9.11.3/unit/atf-src/bootstrap/
H A Dh_app_opts_args.cpp68 using tools::application::option;
70 opts.insert(option('d', "", "Debug mode"));
71 opts.insert(option('v', "level", "Verbosity level"));
/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...]
/bind-9.11.3/bin/tests/system/checkconf/
H A Dbad-inline-slave.conf10 * An inline-signing slave should be forced to have a file option
/bind-9.11.3/bin/tests/system/redirect/conf/
H A Dbad1.conf20 /* option 'forwarders' is not allowed in 'redirect' zone '.' */
H A Dbad2.conf20 /* option 'also-notify' is not allowed in 'redirect' zone '.' */
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-sh.cpp136 using atf::application::option;
140 opts.insert(option('s', "shell", "Path to the shell interpreter to use; "
H A Datf-check.cpp174 throw atf::application::usage_error("Invalid exit code for -s option; "
221 "in -s option");
756 using atf::application::option;
759 opts.insert(option('s', "qual:value", "Handle status. Qualifier "
761 opts.insert(option('o', "action:arg", "Handle stdout. Action must be "
764 opts.insert(option('e', "action:arg", "Handle stderr. Action must be "
767 opts.insert(option('x', "", "Execute command as a shell command"));
/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/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/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/contrib/idn/idnkit-1.0-src/
H A Dltconfig10 # (at your option) any later version.
225 for option
227 case "$option" in
228 -*=*) optarg=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
232 # If the previous option needs an argument, assign it.
234 eval "$prev=\$option"
239 case "$option" in
306 echo "$progname: unrecognized option \`$option'" 1>&2
313 ltmain="$option"
[all...]
/bind-9.11.3/bin/tests/
H A Dnamed.conf89 // The "forward" option is only meaningful if you've defined
246 max-transfer-time-in 120; // if not set, global option is used.
247 max-transfer-time-out 1; // if not set, global option is used.
248 max-transfer-idle-in 2; // if not set, global option is used.
249 max-transfer-idle-out 3; // if not set, global option is used.
333 max-transfer-time-in 120; // if not set, global option is used.
414 // if not specified, the global option
467 * // option.
491 * mode (-f command line option).
/bind-9.11.3/lib/dns/include/dns/
H A Dzone.h718 dns_zone_setoption(dns_zone_t *zone, unsigned int option,
721 dns_zone_setoption2(dns_zone_t *zone, unsigned int option,
754 dns_zone_setkeyopt(dns_zone_t *zone, unsigned int option, isc_boolean_t value);
1405 * If the "diff-on-reload" option is enabled in the configuration file,
2290 * Returns the true/false value of the request-expire option in the zone.
2299 * Sets the request-expire option for the zone. Either true or false. The
2300 * default value is determined by the setting of this option in the view.
2310 * Returns the true/false value of the request-ixfr option in the zone.
2319 * Sets the request-ixfr option for the zone. Either true or false. The
2320 * default value is determined by the setting of this option i
[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 79 milliseconds

12