Searched refs:ISC_FACILITY (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlog.c30 #ifndef ISC_FACILITY
31 #define ISC_FACILITY LOG_DAEMON macro
141 #if ISC_FACILITY != LOG_DAEMON
142 destination.facility = ISC_FACILITY;
164 #if ISC_FACILITY != LOG_DAEMON
185 #if ISC_FACILITY != LOG_DAEMON
186 destination.facility = ISC_FACILITY;
/freebsd-9.3-release/contrib/bind9/bin/named/unix/
H A Dos.c59 #ifndef ISC_FACILITY
60 #define ISC_FACILITY LOG_DAEMON macro
380 openlog(isc_file_basename(progname), options, ISC_FACILITY); local

Completed in 47 milliseconds