Searched defs:global (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/bin/tools/ |
H A D | mdig.c | 719 fputs("Usage: mdig @server {global-opt} host\n" 731 fputs("Usage: mdig @server {global-opt} host\n" 740 " global opt is one of:\n" 1035 plus_option(char *option, struct query *query, isc_boolean_t global) argument 1072 if (!global) \ 1509 fprintf(stderr, "Ignored late global option: +%s\n", option); 1527 isc_boolean_t global, isc_boolean_t *setname) 1665 fprintf(stderr, "Ignored late global option: -%s\n", option); 1757 isc_boolean_t global = ISC_TRUE; local 1800 global 1526 dash_option(const char *option, char *next, struct query *query, isc_boolean_t global, isc_boolean_t *setname) argument [all...] |
/bind-9.11.3/lib/bind9/ |
H A D | check.c | 236 check_forward(const cfg_obj_t *options, const cfg_obj_t *global, argument 245 if (forwarders != NULL && global != NULL) { 246 const char *file = cfg_obj_file(global); 247 unsigned int line = cfg_obj_line(global); 3102 * Get global options block 3183 * Check non-zero options at the global and view levels. 3780 "'cache-file' cannot be a global "
|
Completed in 25 milliseconds