/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/ |
H A D | query-loc.c | 7 short debug; variable 35 debug = atoi (optarg); 36 if (debug <= 0) 39 "%s: illegal debug value.\n", progname); 53 if (verbose || debug) 62 if (debug >= 1) 68 if (debug >= 1) 74 if (debug >= 1) 81 if (debug >= 1) 93 if (verbose || debug) [all...] |
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | syslog.c | 146 * Keep event logging synced with the current debug level 158 InitNTLogging(FILE *stream, int debug) { argument 160 ModifyLogLevel(debug);
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | zone_test.c | 49 static int debug = 0; variable 95 if (debug) 254 debug++;
|
H A D | rdata_test.c | 911 int debug = 0; local 920 debug = 1; 925 debug = 0; 973 if (debug) fprintf(stdout, "token.type = %d\n", token.type);
|
/bind-9.6-ESV-R11/bin/check/ |
H A D | check-tool.c | 88 int debug = 0; variable 595 if (debug) 650 if (debug) {
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | main.c | 400 "debug level"); 852 ns_smf_get_instance(char **ins_name, int debug, isc_mem_t *mctx) { argument 860 if (debug) 868 if (debug) 877 if (debug) 895 if (debug)
|
/bind-9.6-ESV-R11/contrib/sdb/ldap/ |
H A D | zone2ldap.c | 102 unsigned int debug = 0; variable 105 debug = 1; 153 debug++; 188 if (debug) 265 if (debug) 272 if (debug) 311 if (debug) 318 if (debug) 324 if (debug) 386 if (debug) [all...] |
/bind-9.6-ESV-R11/bin/nsupdate/ |
H A D | nsupdate.c | 182 debug(const char *format, ...) ISC_FORMAT_PRINTF(1, 2); 319 debug(const char *format, ...) { function 501 debug("Creating key..."); 523 debug("namefromtext"); 543 debug("keycreate"); 576 debug("Creating key..."); 894 debug("parse_args"); 910 fprintf(stderr, "bad library debug value " 1829 if (strcasecmp(word, "debug") == 0) { 2360 debug("start_gssreques [all...] |
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/ |
H A D | nslint.c | 129 int debug; variable 240 ++debug; 418 if (debug > 1) 427 if (debug > 1) 546 if (debug > 1) 555 if (debug > 1) 1049 if (debug > 1) 1106 if (debug > 3) 1803 if (debug > 1) { 1804 if (debug > [all...] |
/bind-9.6-ESV-R11/bin/dig/ |
H A D | dighost.c | 340 debug("lock_lookup %s:%d", __FILE__, __LINE__);\ 342 debug("success");\ 345 debug("unlock_lookup %s:%d", __FILE__, __LINE__);\ 518 debug(const char *format, ...) { function 554 debug("make_server(%s)", servname); 594 debug("copy_server_list()"); 615 debug("flush_server_list()"); 691 debug("clone_server_list()"); 711 debug("make_empty_lookup()"); 798 debug("clone_looku [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | adb.c | 283 static void dump_adb(dns_adb_t *, FILE *, isc_boolean_t debug, isc_stdtime_t); 287 isc_boolean_t debug, 2771 dump_adb(dns_adb_t *adb, FILE *f, isc_boolean_t debug, isc_stdtime_t now) { argument 2777 if (debug) 2794 if (debug) 2800 if (debug) 2821 print_namehook_list(f, "v4", &name->v4, debug, now); 2822 print_namehook_list(f, "v6", &name->v6, debug, now); 2824 if (debug) 2826 if (debug) 2853 dump_entry(FILE *f, dns_adbentry_t *entry, isc_boolean_t debug, isc_stdtime_t now) argument 2946 print_namehook_list(FILE *f, const char *legend, dns_adbnamehooklist_t *list, isc_boolean_t debug, isc_stdtime_t now) argument [all...] |