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

/bind-9.6-ESV-R11/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;
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c59 #ifndef ISC_FACILITY
60 #define ISC_FACILITY LOG_DAEMON macro
374 openlog(isc_file_basename(progname), options, ISC_FACILITY); local

Completed in 11 milliseconds