HomeSort by: relevance | last modified time | path
    Searched defs:ISC_FACILITY (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/ns/
log.c 23 #ifndef ISC_FACILITY
24 #define ISC_FACILITY LOG_DAEMON
25 #endif /* ifndef ISC_FACILITY */
  /src/external/mpl/bind/dist/bin/named/
log.c 31 #ifndef ISC_FACILITY
32 #define ISC_FACILITY LOG_DAEMON
33 #endif /* ifndef ISC_FACILITY */
135 #if ISC_FACILITY != LOG_DAEMON
136 destination.facility = ISC_FACILITY;
139 #endif /* if ISC_FACILITY != LOG_DAEMON */
176 #if ISC_FACILITY != LOG_DAEMON
177 destination.facility = ISC_FACILITY;
180 #endif /* if ISC_FACILITY != LOG_DAEMON */
os.c 59 #ifndef ISC_FACILITY
60 #define ISC_FACILITY LOG_DAEMON
61 #endif /* ifndef ISC_FACILITY */
356 openlog(isc_file_basename(progname), options, ISC_FACILITY);

Completed in 23 milliseconds