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

/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dlog.c23 #ifndef ISC_FACILITY
24 #define ISC_FACILITY LOG_DAEMON macro
25 #endif /* ifndef ISC_FACILITY */
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dlog.c31 #ifndef ISC_FACILITY
32 #define ISC_FACILITY LOG_DAEMON macro
33 #endif /* ifndef ISC_FACILITY */
131 #if ISC_FACILITY != LOG_DAEMON
132 destination.facility = ISC_FACILITY;
135 #endif /* if ISC_FACILITY != LOG_DAEMON */
172 #if ISC_FACILITY != LOG_DAEMON
173 destination.facility = ISC_FACILITY;
176 #endif /* if ISC_FACILITY != LOG_DAEMON */
H A Dos.c60 #ifndef ISC_FACILITY
61 #define ISC_FACILITY LOG_DAEMON macro
62 #endif /* ifndef ISC_FACILITY */
264 openlog(isc_file_basename(progname), options, ISC_FACILITY); local

Completed in 223 milliseconds