/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | logconf.h | 25 #include <isc/log.h>
|
H A D | log.h | 25 #include <isc/log.h> 28 #include <dns/log.h> 66 * from opening files. This is to avoid creating log files
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | journalprint.c | 23 #include <isc/log.h> 28 #include <dns/log.h> 41 isc_log_t *log = NULL; local 43 RUNTIME_CHECK(isc_log_create(mctx, &log, &logconfig) == ISC_R_SUCCESS); 44 isc_log_setcontext(log); 45 dns_log_init(log); 46 dns_log_setcontext(log); 59 *logp = log;
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | log.c | 2 static char *rcsid = "$Id: log.c,v 1.1 2003/06/04 00:25:53 marka Exp $"; 56 #include <idn/log.h> 70 static void log(int level, const char *fmt, va_list args); 78 log(idn_log_level_fatal, fmt, args); 88 log(idn_log_level_error, fmt, args); 97 log(idn_log_level_warning, fmt, args); 106 log(idn_log_level_info, fmt, args); 115 log(idn_log_level_trace, fmt, args); 124 log(idn_log_level_dump, fmt, args); 168 log(in function [all...] |
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/ |
H A D | log.h | 23 /*! \file isccfg/log.h */ 26 #include <isc/log.h>
|
/bind-9.6-ESV-R11/lib/isccfg/ |
H A D | log.c | 18 /* $Id: log.c,v 1.11 2007/06/19 23:47:22 tbox Exp $ */ 26 #include <isccfg/log.h> 30 * \#define to <isccfg/log.h>. 39 * \#define to <isccfg/log.h>.
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/mdn/ |
H A D | log.h | 1 /* $Id: log.h,v 1.1 2003/06/04 00:25:45 marka Exp $ */ 51 #include <idn/log.h>
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | log.c | 28 #include <dns/log.h> 32 * \#define to <dns/log.h>. 52 * \#define to <dns/log.h>.
|
H A D | dst_openssl.h | 24 #include <isc/log.h>
|
H A D | callbacks.c | 27 #include <dns/log.h>
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | logmacro.h | 51 #include <idn/log.h>
|
/bind-9.6-ESV-R11/lib/isc/tests/ |
H A D | isctest.h | 26 #include <isc/log.h>
|
/bind-9.6-ESV-R11/bin/dnssec/ |
H A D | dnssectool.c | 39 #include <dns/log.h> 151 isc_log_t *log = NULL; local 172 RUNTIME_CHECK(isc_log_create(mctx, &log, &logconfig) == ISC_R_SUCCESS); 173 isc_log_setcontext(log); 174 dns_log_init(log); 175 dns_log_setcontext(log); 199 *logp = log; 204 isc_log_t *log; local 208 log = *logp; 209 if (log [all...] |
H A D | dnssec-keyfromlabel.c | 35 #include <dns/log.h> 103 isc_log_t *log = NULL; local 180 setup_logging(verbose, mctx, &log); 324 cleanup_logging(&log);
|
H A D | dnssectool.h | 23 #include <isc/log.h>
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | nsec.h | 82 dns_name_t *wild, dns_nseclog_t log, void *arg);
|
H A D | log.h | 20 /*! \file dns/log.h 27 #include <isc/log.h>
|
/bind-9.6-ESV-R11/bin/tests/system/tkey/ |
H A D | keydelete.c | 29 #include <isc/log.h> 155 isc_log_t *log; local 179 log = NULL; 181 RUNCHECK(isc_log_create(mctx, &log, &logconfig)); 257 isc_log_destroy(&log);
|
H A D | keycreate.c | 29 #include <isc/log.h> 211 isc_log_t *log; local 238 log = NULL; 240 RUNCHECK(isc_log_create(mctx, &log, &logconfig)); 318 isc_log_destroy(&log);
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | log.c | 26 #include <isccfg/log.h> 28 #include <named/log.h> 36 * \#define to <named/log.h> and to update the list in 53 * \#define to <dns/log.h>. 122 * By default, the logging library makes "default_debug" log to 123 * stderr. In BIND, we want to override this and log to named.run
|
/bind-9.6-ESV-R11/bin/check/ |
H A D | check-tool.c | 32 #include <isc/log.h> 44 #include <dns/log.h> 52 #include <isccfg/log.h> 112 * This needs to match the list in bin/named/log.c. 555 isc_log_t *log = NULL; local 557 RUNTIME_CHECK(isc_log_create(mctx, &log, &logconfig) == ISC_R_SUCCESS); 558 isc_log_registercategories(log, categories); 559 isc_log_setcontext(log); 560 dns_log_init(log); 561 dns_log_setcontext(log); [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/ |
H A D | wrapcommon.h | 52 #include <idn/log.h>
|
/bind-9.6-ESV-R11/lib/dns/tests/ |
H A D | dnstest.h | 26 #include <isc/log.h>
|
/bind-9.6-ESV-R11/unit/atf-src/atf-version/ |
H A D | generate-revision.sh | 78 rev_date=$(call_git log -1 | grep '^Date:' | sed -e 's,^Date:[ \t]*,,')
|
/bind-9.6-ESV-R11/lib/isccfg/win32/ |
H A D | libisccfg.mak | 129 -@erase "$(INTDIR)\log.obj"
155 "$(INTDIR)\log.obj" \
195 -@erase "$(INTDIR)\log.obj"
196 -@erase "$(INTDIR)\log.sbr"
223 "$(INTDIR)\log.sbr" \
240 "$(INTDIR)\log.obj" \
330 SOURCE=..\log.c
335 "$(INTDIR)\log.obj" : $(SOURCE) "$(INTDIR)"
342 "$(INTDIR)\log.obj" "$(INTDIR)\log [all...] |