Searched refs:syslog (Results 1 - 12 of 12) sorted by relevance
/bind-9.11.3/lib/isc/unix/ |
H A D | stdtime.c | 17 #include <syslog.h> 49 * Call syslog directly as we are called from the logging functions. 52 (void)syslog(LOG_ERR, "gettimeofday returned bad tv_usec: corrected");
|
H A D | syslog.c | 9 /* $Id: syslog.c,v 1.8 2007/09/13 04:45:18 each Exp $ */ 16 #include <syslog.h> 20 #include <isc/syslog.h> 32 { LOG_SYSLOG, "syslog" },
|
H A D | time.c | 18 #include <syslog.h> 74 * Call syslog directly as was are called from the logging functions. 77 (void)syslog(LOG_ERR, "gettimeofday returned bad tv_usec: corrected");
|
/bind-9.11.3/lib/isc/win32/ |
H A D | syslog.h | 9 /* $Id: syslog.h,v 1.7 2007/06/19 23:47:19 tbox Exp $ */ 46 syslog(int level, const char *fmt, ...);
|
H A D | syslog.c | 9 /* $Id: syslog.c,v 1.10 2007/06/19 23:47:19 tbox Exp $ */ 17 #include <syslog.h> 21 #include <isc/syslog.h> 37 { LOG_SYSLOG, "syslog" }, 85 syslog(int level, const char *fmt, ...) { function 155 * event log in case the regular syslog is not available
|
H A D | socket.c | 63 #include <isc/syslog.h>
|
/bind-9.11.3/bin/named/ |
H A D | logconf.c | 21 #include <isc/syslog.h> 109 (void)cfg_map_get(channel, "syslog", &syslogobj); 125 "channel '%s': exactly one of file, syslog, " 258 syslog(LOG_ERR, 271 syslog(LOG_ERR, "isc_file_isplainfile '%s' failed: %s",
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | log.h | 18 #include <syslog.h> /* XXXDCL NT */ 27 * \brief Severity levels, patterned after Unix's syslog levels. 129 * a stdio or a syslog log. 216 * - log to syslog's daemon facility #ISC_LOG_INFO or higher 422 *\li Specifying #ISC_LOG_PRINTTIME or #ISC_LOG_PRINTTAG for syslog is 762 * Unlike some implementations of syslog on Unix systems, you *must* set 801 * Initialize syslog logging. 811 * name in syslog messages. Most (all?) syslogs 815 * syslog supports. 817 * facility: The default syslog facilit [all...] |
/bind-9.11.3/bin/tests/ |
H A D | named.conf | 432 syslog user; // or worse to syslog (user facility) 459 * syslog daemon; 575 syslog;
|
/bind-9.11.3/lib/isc/ |
H A D | log.c | 123 * competing threads trying to write to the same syslog resource. (On 124 * some systems, such as BSD/OS, stdio is thread safe but syslog is not.) 126 * context in the same program competing for syslog's attention. Thus 164 * Used to convert ISC_LOG_* priorities into syslog priorities. 1197 syslog(LOG_ERR, "unable to remove " 1274 syslog(LOG_ERR, 1288 syslog(LOG_ERR, 1295 syslog(LOG_ERR, "unable to remove log file '%s': %s", 1345 syslog(LOG_ERR, 1679 syslog(LOG_ER [all...] |
/bind-9.11.3/bin/named/win32/ |
H A D | os.c | 22 #include <syslog.h>
|
/bind-9.11.3/bin/named/unix/ |
H A D | os.c | 28 #include <syslog.h>
|
Completed in 47 milliseconds