Searched defs:single_dash_opts (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/bin/dig/
H A Ddig.c1499 static const char *single_dash_opts = "46dhimnuv"; variable
1520 while (strpbrk(option, single_dash_opts) == &option[0]) {
1801 while (strpbrk(option, single_dash_opts) == &option[0]) {
/bind-9.11.3/bin/tools/
H A Dmdig.c1523 static const char *single_dash_opts = "46himv"; variable
1543 while (strpbrk(option, single_dash_opts) == &option[0]) {
1723 while (strpbrk(option, single_dash_opts) == &option[0]) {
/bind-9.11.3/bin/delv/
H A Ddelv.c1177 static const char *single_dash_opts = "46himv"; variable
1193 while (strpbrk(option, single_dash_opts) == &option[0]) {
1381 while (strpbrk(option, single_dash_opts) == &option[0]) {

Completed in 23 milliseconds