Searched refs:log (Results 1 - 25 of 137) sorted by relevance

123456

/bind-9.6-ESV-R11/bin/named/include/named/
H A Dlogconf.h25 #include <isc/log.h>
H A Dlog.h25 #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 Djournalprint.c23 #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 Dlog.c2 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 Dlog.h23 /*! \file isccfg/log.h */
26 #include <isc/log.h>
/bind-9.6-ESV-R11/lib/isccfg/
H A Dlog.c18 /* $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 Dlog.h1 /* $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 Dlog.c28 #include <dns/log.h>
32 * \#define to <dns/log.h>.
52 * \#define to <dns/log.h>.
H A Ddst_openssl.h24 #include <isc/log.h>
H A Dcallbacks.c27 #include <dns/log.h>
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Dlogmacro.h51 #include <idn/log.h>
/bind-9.6-ESV-R11/lib/isc/tests/
H A Disctest.h26 #include <isc/log.h>
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssectool.c39 #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 Ddnssec-keyfromlabel.c35 #include <dns/log.h>
103 isc_log_t *log = NULL; local
180 setup_logging(verbose, mctx, &log);
324 cleanup_logging(&log);
H A Ddnssectool.h23 #include <isc/log.h>
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dnsec.h82 dns_name_t *wild, dns_nseclog_t log, void *arg);
H A Dlog.h20 /*! \file dns/log.h
27 #include <isc/log.h>
/bind-9.6-ESV-R11/bin/tests/system/tkey/
H A Dkeydelete.c29 #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 Dkeycreate.c29 #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 Dlog.c26 #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 Dcheck-tool.c32 #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 Dwrapcommon.h52 #include <idn/log.h>
/bind-9.6-ESV-R11/lib/dns/tests/
H A Ddnstest.h26 #include <isc/log.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-version/
H A Dgenerate-revision.sh78 rev_date=$(call_git log -1 | grep '^Date:' | sed -e 's,^Date:[ \t]*,,')
/bind-9.6-ESV-R11/lib/isccfg/win32/
H A Dlibisccfg.mak129 -@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...]

Completed in 2777 milliseconds

123456