Lines Matching refs:option
165 " -c class (option included for compatibility;\n"
973 plus_option(char *option) {
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) {
1193 while (strpbrk(option, single_dash_opts) == &option[0]) {
1199 opt = option[0];
1236 if (strlen(option) > 1U)
1237 option = &option[1];
1241 opt = option[0];
1242 if (strlen(option) > 1U) {
1244 value = &option[1];
1361 fprintf(stderr, "Invalid option: -%s\n", option);
1375 char *option;
1380 option = &argv[0][1];
1381 while (strpbrk(option, single_dash_opts) == &option[0]) {
1382 switch (option[0]) {
1400 option = &option[1];
1442 * Anything which isn't an option