Lines Matching refs:option
68 /*% Argument associated with option. */
90 const char *option; /* Index into *options of option. */
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"),
151 if (*++option != ':') {
198 "option requires "