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

12

/bind-9.6-ESV-R11/contrib/pkcs11-keygen/
H A Dkeyconv.pl10 my %option;
11 getopts('a:e:i:l:p:hk',\%option);
13 die "usage: keyconv.pl [-a alg] [-k (to indicate KSK)] -e engine -l label [-p (path to store key)] -i filename domainname\n" if $option{h} || (not defined $option{i}) || (not defined $option{e}) || (not defined $option{l});
16 $option{p} || ($option{p}="./");
19 $option{a} || ($option{
[all...]
H A Dkeydump.pl8 my %option;
9 getopts('k:p:o:h',\%option);
11 $option{h} || (not defined $option{k}) || (not defined $option{p}) || (not defined $option{o}) && die "usage: keydump.pl -k Kxxx.key -p Kxxx.priv -o pem\n";
13 my $rsa = Net::DNS::SEC::Private->new($option{p});
15 open(PFILE, "> $option{o}");
19 open(KFILE, "< $option{k}");
/bind-9.6-ESV-R11/contrib/queryperf/utils/
H A Dgen-data-queryperf.py63 for option, value in optlist:
64 if option == "--help" or option == "-h":
67 elif option == "--number" or option == "-n":
69 elif option == "--maxsize" or option == "-m":
71 elif option == "--percentrandom" or option == "-p":
73 elif option
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dapplication.hpp56 // The "option" class.
59 class option { class in namespace:atf::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.cpp92 impl::option::option(char ch, function in class:impl::option
102 impl::option::operator<(const impl::option& o)
138 opts.insert(option('h', "", "Shows this help message"));
177 const option& opt = (*iter);
200 throw usage_error("Unknown option -%c.", ::optopt);
235 const option& opt = (*iter);
242 const option& opt = (*iter);
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dh_app_opts_args.cpp69 using atf::application::option;
71 opts.insert(option('d', "", "Debug mode"));
72 opts.insert(option('v', "level", "Verbosity level"));
/bind-9.6-ESV-R11/lib/isc/
H A Dcommandline.c75 /*% Argument associated with option. */
97 char *option; /* Index into *options of option. */ local
117 * Index out of range or points to non-option.
126 * index to next argv, the first non-option.
135 option = strchr(options, isc_commandline_option);
138 * Ensure valid option has been passed as specified by options string.
139 * '-:' is never a valid command line option because it could not
142 if (isc_commandline_option == ':' || option == NULL) {
152 "illegal option"),
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dgen-win32.h62 * directly portable between Unix-like systems and Windows NT, option
85 char *isc_commandline_argument; /* Argument associated with option. */
104 char *option; /* Index into *options of option. */ local
119 * Index out of range or points to non-option.
128 * index to next argv, the first non-option.
137 option = strchr(options, isc_commandline_option);
140 * Ensure valid option has been passed as specified by options string.
141 * '-:' is never a valid command line option because it could not
144 if (isc_commandline_option == ':' || option
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-config/
H A Datf-config.cpp97 using atf::application::option;
99 opts.insert(option('t', "", "Terse output: show values only"));
/bind-9.6-ESV-R11/bin/dig/
H A Ddig.c709 plus_option(char *option, isc_boolean_t is_batchfile, argument
719 strncpy(option_store, option, sizeof(option_store));
724 printf(";; Invalid option %s\n", option_store);
1117 fprintf(stderr, "Invalid option: +%s\n",
1118 option);
1130 dash_option(char *option, char *next, dig_lookup_t **lookup, argument
1147 while (strpbrk(option, single_dash_opts) == &option[0]) {
1153 opt = option[0];
1174 ptr = strpbrk(&option[
1459 char *option; local
[all...]
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dopt_41.c54 isc_uint16_t option; local
66 option = uint16_fromregion(&r);
70 sprintf(buf, "%u %u", option, length);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp467 using atf::application::option;
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 "
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp176 throw atf::application::usage_error("Invalid exit code for -s option; "
223 "in -s option");
757 using atf::application::option;
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"));
/bind-9.6-ESV-R11/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.6-ESV-R11/bin/tests/
H A Dnamed.conf98 // The "forward" option is only meaningful if you've defined
254 max-transfer-time-in 120; // if not set, global option is used.
255 max-transfer-time-out 1; // if not set, global option is used.
256 max-transfer-idle-in 2; // if not set, global option is used.
257 max-transfer-idle-out 3; // if not set, global option is used.
341 max-transfer-time-in 120; // if not set, global option is used.
422 // if not specified, the global option
475 * // option.
499 * mode (-f command line option).
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzkt-conf.c75 static struct option long_options[] = {
78 {"option", required_argument, NULL, 'O'},
79 {"config-option", required_argument, NULL, 'O'},
151 case 'O': /* read option from commandline */
210 snprintf (str, sizeof(str), "option \"-%c\" requires an argument.",
216 snprintf (str, sizeof(str), "Unknown option \"-%c\".",
219 snprintf (str, sizeof (str), "Unknown option char \\x%x.",
275 printf ("\"$INCLUDE %s\" should be added to \"%s\" (run with option -w)\n",
333 fprintf (stderr, " -O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
H A Dzkt-ls.c97 static struct option long_options[] = {
118 {"option", required_argument, NULL, 'O'},
119 {"config-option", required_argument, NULL, 'O'},
215 case 'O': /* read option from commandline */
256 snprintf (str, sizeof(str), "option \"-%c\" requires an argument.\n",
262 snprintf (str, sizeof(str), "Unknown option \"-%c\".\n",
265 snprintf (str, sizeof (str), "Unknown option char \\x%x.\n",
340 fprintf (stderr, "\t-O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
H A Ddnssec-zkt.c91 static struct option long_options[] = {
116 {"option", required_argument, NULL, 'O'},
117 {"config-option", required_argument, NULL, 'O'},
251 case 'O': /* read option from commandline */
289 snprintf (str, sizeof(str), "option \"-%c\" requires an argument.\n",
295 snprintf (str, sizeof(str), "Unknown option \"-%c\".\n",
298 snprintf (str, sizeof (str), "Unknown option char \\x%x.\n",
465 fprintf (stderr, "\t-O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
H A Dzkt-keyman.c90 static struct option long_options[] = {
104 {"option", required_argument, NULL, 'O'},
105 {"config-option", required_argument, NULL, 'O'},
223 case 'O': /* read option from commandline */
241 snprintf (str, sizeof(str), "option \"-%c\" requires an argument.\n",
247 snprintf (str, sizeof(str), "Unknown option \"-%c\".\n",
250 snprintf (str, sizeof (str), "Unknown option char \\x%x.\n",
381 fprintf (stderr, "\t-O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
H A Dzkt-signer.c73 static struct option long_options[] = {
80 {"option", required_argument, NULL, 'O'},
81 {"config-option", required_argument, NULL, 'O'},
187 case 'O': /* load config option from commandline */
235 "Unknown option \"-%c\".\n", optopt);
238 "Unknown option char \\x%x.\n", optopt);
271 if ( origin ) /* option -o ? */
290 if ( namedconf ) /* option -N ? */
302 if ( dirname ) /* option -D ? */
367 fprintf (stderr, "\t-O optstr%s", loptstr (", --config-option
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Datf-report.cpp651 throw std::runtime_error("Syntax error in -o option");
669 using atf::application::option;
671 opts.insert(option('o', "fmt:path", "Adds a new output file; multiple "
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datf-run.cpp195 using atf::application::option;
197 opts.insert(option('v', "var=value", "Sets the configuration variable "
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dzone.h553 dns_zone_setoption(dns_zone_t *zone, unsigned int option, isc_boolean_t value);
1108 * If the "diff-on-reload" option is enabled in the configuration file,
/bind-9.6-ESV-R11/
H A Dltmain.sh13 # (at your option) any later version.
61 # MODE-ARGS vary depending on the MODE. When passed as first option,
1166 -*) func_fatal_help "unrecognized option \`$opt'" ;;
1173 # save first non-option argument
1205 func_error "unrecognized option \`-dlopen'"
1371 # if one wasn't chosen via the "--tag" command line option.
1448 # line option must be used.
2404 the \`--dry-run' option if you just want to see what would be executed."
2862 # If the previous option needed an argument, then skip it.
2889 func_fatal_help "the \`$prev' option require
[all...]
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh13 # (at your option) any later version.
798 -*) func_fatal_help "unrecognized option \`$opt'" ;;
879 func_error "unrecognized option \`-dlopen'"
1006 # if one wasn't chosen via the "--tag" command line option.
1049 # line option must be used.
1527 the \`--dry-run' option if you just want to see what would be executed."
1905 # If the previous option needed an argument, then skip it.
1924 func_fatal_help "the \`$prev' option requires an argument"
3534 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
3540 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
[all...]

Completed in 94 milliseconds

12