Searched refs:openlog (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | syslog.h | 25 /* Constant definitions for openlog() */ 58 openlog(const char *, int, ...);
|
H A D | syslog.c | 130 openlog(const char *name, int flags, ...) { function
|
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/ |
H A D | os-sunos4.h | 127 void openlog(const char *, int, int);
|
/bind-9.6-ESV-R11/bin/named/win32/ |
H A D | os.c | 99 openlog(progname, options, LOG_DAEMON);
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | log.c | 267 dbg_val2 ("lg_open: openlog (%s, LOG_NDELAY, %d)\n", progname, lg_str2syslog (facility)); 268 openlog (progname, LOG_NDELAY, lg_str2syslog (facility));
|
/bind-9.6-ESV-R11/bin/named/unix/ |
H A D | os.c | 374 openlog(isc_file_basename(progname), options, ISC_FACILITY);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | log.c | 1028 (void)openlog(tag, options, facility);
|
Completed in 56 milliseconds