Home
last modified time | relevance | path

Searched refs:log_syslog (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/include/isc/
H A Dlogging.h35 typedef enum { log_syslog, log_file, log_null } log_channel_type; enumerator
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dlog.c163 log_syslog(const char *timestr, in log_syslog() function
199 log_syslog, close_syslog, sd); in open_syslog()
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dlogging.c372 case log_syslog: in log_vwrite()
590 chan->type = log_syslog; in log_new_syslog_channel()
/netbsd-src/external/bsd/nsd/dist/
H A Dutil.h76 log_function_type log_syslog; variable
H A Dutil.c176 log_syslog(int priority, const char *message) in log_syslog() function
H A Dnsd.c1480 log_set_log_function(log_syslog); in main()