Lines Matching refs:option
62 * 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. */
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 == NULL) {
149 fprintf(stderr, "%s: illegal option -- %c\n",
156 if (*++option != ':') {
199 "%s: option requires an argument -- %c\n",