Lines Matching refs:option
174 " +[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,
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,
1520 while (strpbrk(option, single_dash_opts) == &option[0]) {
1526 opt = option[0];
1549 ptr = strpbrk(&option[1], dash_opts);
1550 if (ptr != &option[1]) {
1551 cmd = option;
1579 if (strlen(option) > 1U)
1580 option = &option[1];
1584 opt = option[0];
1585 if (strlen(option) > 1U) {
1587 value = &option[1];
1623 fprintf(stderr, ";; Warning, extra class option\n");
1687 "extra type option\n");
1773 fprintf(stderr, "Invalid option: -%s\n", option);
1793 char *option;
1800 option = &rv[0][1];
1801 while (strpbrk(option, single_dash_opts) == &option[0]) {
1802 switch (option[0]) {
1819 option = &option[1];
1967 * Anything which isn't an option
1990 "extra type option\n");
2032 "extra class option\n");