/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...] |
H A D | loc.h | 78 extern short debug;
|
H A D | loc.c | 103 if (debug >= 2) 112 if (debug >= 2) 118 if (debug >= 2) 128 if (debug >= 2) 135 if (debug >= 2) 169 if (debug >= 2) 222 if (debug >= 2) 262 if (debug >= 2)
|
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | ns_smf_globals.h | 39 isc_result_t ns_smf_get_instance(char **name, int debug, isc_mem_t *mctx);
|
/bind-9.6-ESV-R11/contrib/zkt/examples/flat/ |
H A D | named.conf | 23 severity debug 1; 31 severity debug 3;
|
/bind-9.6-ESV-R11/contrib/zkt/examples/hierarchical/ |
H A D | named.conf | 23 severity debug 1; 31 severity debug 3;
|
/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...] |
H A D | dig.c | 468 debug("printmessage(%s %s %s)", headers ? "headers" : "noheaders", 1177 FULLCHECK("debug"); 1285 debug("looking up %s", (*lookup)->textname); 1419 debug("looking up %s", (*lookup)->textname); 1513 debug("parse_args()"); 1515 debug("making new lookup"); 1534 debug("config line %s", batchline); 1549 debug(".digrc argv %d: %s", 1569 debug("main parsing %s", rv[0]); 1675 debug("lookin [all...] |
H A D | nslookup.c | 156 debug("dighost_shutdown()"); 251 debug("printsection()"); 316 debug("detailsection()"); 413 debug("printmessage()"); 438 debug("returning with rcode == 0"); 491 short_form ? "nodebug" : "debug", 688 debug("addlookup()"); 739 debug("looking up %s", lookup->textname); 801 debug("main parsing %s", argv[0]); 915 debug("don [all...] |
/bind-9.6-ESV-R11/bin/check/ |
H A D | check-tool.h | 51 extern int debug;
|
/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/contrib/idn/idnkit-1.0-src/lib/ |
H A D | localencoding.c | 66 #include <idn/debug.h>
|
H A D | api.c | 59 #include <idn/debug.h>
|
H A D | debug.c | 2 static char *rcsid = "$Id: debug.c,v 1.1 2003/06/04 00:25:51 marka Exp $"; 55 #include <idn/debug.h>
|
H A D | delimitermap.c | 59 #include <idn/debug.h>
|
H A D | filechecker.c | 61 #include <idn/debug.h>
|
H A D | utf8.c | 54 #include <idn/debug.h>
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/ |
H A D | selectiveencode.c | 56 #include <idn/debug.h>
|
/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/tests/ |
H A D | zone_test.c | 49 static int debug = 0; variable 95 if (debug) 254 debug++;
|
H A D | t_api.pl | 139 d <level> : set debug level to level
|
/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/idn/idnkit-1.0-src/util/ |
H A D | SparseMap.pm | 49 my $debug = 0; 116 print "indices($v,", join(',', @bits), ") = " if $debug; 122 print "(", join(',', @idx), ")\n" if $debug;
|
/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/lib/bind9/win32/ |
H A D | libbind9.mak | 225 LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib ../../isc/win32/debug/libisc.lib ../../dns/win32/debug/libdns.lib ../../isccfg/win32/debug/libisccfg.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\libbind9.pdb" /debug /machine:I386 /def:".\libbind9.def" /out:"../../../Build/Debug/libbind9.dll" /implib:"$(OUTDIR)\libbind9.lib" /pdbtype:sept
|