Searched defs:is_batchfile (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/bin/dig/ |
H A D | host.c | 665 parse_args(isc_boolean_t is_batchfile, int argc, char **argv) { argument 676 UNUSED(is_batchfile);
|
H A D | dig.c | 792 plus_option(const char *option, isc_boolean_t is_batchfile, argument 1371 if (!is_batchfile) { 1477 if (!is_batchfile) { 1825 parse_args(isc_boolean_t is_batchfile, isc_boolean_t config_only, argument 1860 if (!is_batchfile) { 1908 if (is_batchfile && !config_only) { 1923 if (is_batchfile && !config_only) { 1945 plus_option(&rv[0][1], is_batchfile, 2066 if ((batchname != NULL) && !(is_batchfile)) { 2206 void dig_query_setup(isc_boolean_t is_batchfile, isc_boolean_ argument [all...] |
/bind-9.11.3/bin/tools/ |
H A D | mdig.c | 1748 parse_args(isc_boolean_t is_batchfile, int argc, char **argv) argument 1770 if (!is_batchfile) { 1797 if (is_batchfile) { 1859 if ((batchname != NULL) && !is_batchfile) {
|
Completed in 31 milliseconds