Searched refs:syslog (Results 1 - 17 of 17) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | stdtime.c | 26 #include <syslog.h> 58 * Call syslog directly as we are called from the logging functions. 61 (void)syslog(LOG_ERR, "gettimeofday returned bad tv_usec: corrected");
|
H A D | syslog.c | 18 /* $Id: syslog.c,v 1.8 2007/09/13 04:45:18 each Exp $ */ 25 #include <syslog.h> 29 #include <isc/syslog.h> 41 { LOG_SYSLOG, "syslog" },
|
H A D | time.c | 26 #include <syslog.h> 79 * Call syslog directly as was are called from the logging functions. 82 (void)syslog(LOG_ERR, "gettimeofday returned bad tv_usec: corrected");
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | syslog.h | 18 /* $Id: syslog.h,v 1.7 2007/06/19 23:47:19 tbox Exp $ */ 55 syslog(int level, const char *fmt, ...);
|
H A D | syslog.c | 18 /* $Id: syslog.c,v 1.10 2007/06/19 23:47:19 tbox Exp $ */ 26 #include <syslog.h> 30 #include <isc/syslog.h> 46 { LOG_SYSLOG, "syslog" }, 94 syslog(int level, const char *fmt, ...) { function 164 * event log in case the regular syslog is not available
|
H A D | libisc.mak | 184 -@erase "$(INTDIR)\syslog.obj"
233 "$(INTDIR)\syslog.obj" \
443 -@erase "$(INTDIR)\syslog.obj"
444 -@erase "$(INTDIR)\syslog.sbr"
499 "$(INTDIR)\syslog.sbr" \
586 "$(INTDIR)\syslog.obj" \
1012 SOURCE=.\syslog.c
1017 "$(INTDIR)\syslog.obj" : $(SOURCE) "$(INTDIR)"
1023 "$(INTDIR)\syslog.obj" "$(INTDIR)\syslog [all...] |
H A D | socket.c | 70 #include <isc/syslog.h>
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | log.h | 43 # include <syslog.h>
|
H A D | log.c | 48 # include <syslog.h> 395 dbg_val3 ("syslog = %d prio = %d >= sysmin = %d\n", lg_syslogging, priority, lg_minsyslevel);
|
H A D | configure | 4275 for ac_header in fcntl.h netdb.h stdlib.h getopt.h string.h strings.h sys/socket.h sys/time.h sys/types.h syslog.h unistd.h utime.h term.h curses.h
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | logconf.c | 29 #include <isc/syslog.h> 116 (void)cfg_map_get(channel, "syslog", &syslogobj); 132 "channel '%s': exactly one of file, syslog, " 245 syslog(LOG_ERR, 258 syslog(LOG_ERR, "isc_file_isplainfile '%s' failed: %s",
|
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/ |
H A D | os-sunos4.h | 179 void syslog(int, const char *, ...);
|
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | log.h | 27 #include <syslog.h> /* XXXDCL NT */ 36 * \brief Severity levels, patterned after Unix's syslog levels. 136 * a stdio or a syslog log. 222 * - log to syslog's daemon facility #ISC_LOG_INFO or higher 428 *\li Specifying #ISC_LOG_PRINTTIME or #ISC_LOG_PRINTTAG for syslog is allowed, 768 * Unlike some implementations of syslog on Unix systems, you *must* set 807 * Initialize syslog logging. 817 * name in syslog messages. Most (all?) syslogs 821 * syslog supports. 823 * facility: The default syslog facilit [all...] |
/bind-9.6-ESV-R11/bin/tests/ |
H A D | named.conf | 440 syslog user; // or worse to syslog (user facility) 467 * syslog daemon; 583 syslog;
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | log.c | 132 * competing threads trying to write to the same syslog resource. (On 133 * some systems, such as BSD/OS, stdio is thread safe but syslog is not.) 135 * context in the same program competing for syslog's attention. Thus 173 * Used to convert ISC_LOG_* priorities into syslog priorities. 1269 syslog(LOG_ERR, 1289 syslog(LOG_ERR, 1303 syslog(LOG_ERR, 1310 syslog(LOG_ERR, "unable to remove log file '%s': %s", 1360 syslog(LOG_ERR, 1684 syslog(LOG_ER [all...] |
/bind-9.6-ESV-R11/bin/named/win32/ |
H A D | os.c | 32 #include <syslog.h>
|
/bind-9.6-ESV-R11/bin/named/unix/ |
H A D | os.c | 36 #include <syslog.h>
|
Completed in 1063 milliseconds