Searched refs:openlog (Results 1 - 25 of 150) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/
H A Dlog.c14 openlog(progname, LOG_PID | LOG_CONS, OPENLOG_FAC);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dsyslog.h27 /* Constant definitions for openlog() */
60 openlog(const char *, int, ...);
H A Dsyslog.c132 openlog(const char *name, int flags, ...) { function
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/
H A Dsyslog.h27 /* Constant definitions for openlog() */
60 openlog(const char *, int, ...);
H A Dsyslog.c132 openlog(const char *name, int flags, ...) { function
/netbsd-6-1-5-RELEASE/usr.sbin/tcpdchk/
H A Dfakelog.c25 /* openlog - dummy */
30 openlog(name, logopt, facility) function
/netbsd-6-1-5-RELEASE/usr.sbin/bootp/common/
H A Dreport.c45 openlog(progname, LOG_PID | LOG_NDELAY, LOG_BOOTP);
/netbsd-6-1-5-RELEASE/sbin/reboot/
H A Dreboot.c151 openlog("halt", LOG_CONS, LOG_AUTH);
154 openlog("poweroff", LOG_CONS, LOG_AUTH);
157 openlog("reboot", LOG_CONS, LOG_AUTH);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dl_stdlib.h198 extern void openlog (const char *, int);
200 extern void openlog (const char *, int, int);
/netbsd-6-1-5-RELEASE/usr.sbin/sesd/srcs/
H A Dsesd.c115 openlog("sesd", 0, LOG_USER);
117 openlog("sesd", LOG_PERROR, LOG_USER);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dlog.c40 openlog(szDescriptor, LOG_NDELAY|LOG_PID, TSS_SYSLOG_LVL);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dlogging.h34 openlog(ident, option, facility); \
/netbsd-6-1-5-RELEASE/libexec/rpc.rusersd/
H A Drusersd.c88 openlog("rpc.rusersd", LOG_PID, LOG_DAEMON);
/netbsd-6-1-5-RELEASE/usr.sbin/sdpd/
H A Dlog.c43 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER);
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dlog.c91 (void)openlog("isdnd",
96 (void)openlog("isdnd", LOG_PID|LOG_NDELAY,
/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dsyslog.c7 openlog(const char *path, int opt, int fac) function
/netbsd-6-1-5-RELEASE/libexec/rpc.rstatd/
H A Drstatd.c98 openlog("rpc.rstatd", LOG_PID, LOG_DAEMON);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dmsg_syslog.c22 /* msg_syslog_init() is a wrapper around the openlog(3) routine
181 openlog(name, LOG_NDELAY | logopt, facility);
/netbsd-6-1-5-RELEASE/usr.sbin/bthcid/
H A Dbthcid.c110 openlog(getprogname(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_DAEMON);
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpq/
H A Dlpq.c89 openlog("lpd", 0, LOG_LPR);
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lprm/
H A Dlprm.c96 openlog("lpd", 0, LOG_LPR);
/netbsd-6-1-5-RELEASE/usr.sbin/mopd/mopd/
H A Dmopd.c119 openlog("mopd", LOG_PID, LOG_DAEMON);
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dlog.c62 openlog(program, LOG_PID, LOG_DAEMON);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/
H A Dtcslog.h30 openlog(layer, LOG_NDELAY|LOG_PID, TSS_SYSLOG_LVL); \
/netbsd-6-1-5-RELEASE/libexec/rpc.rwalld/
H A Drwalld.c107 openlog("rpc.rwalld", LOG_PID, LOG_DAEMON);

Completed in 227 milliseconds

123456