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

1234567

/netbsd-current/usr.sbin/tcpdchk/
H A Dfakelog.c25 /* openlog - dummy */
30 openlog(const char *name, int logopt, int facility) function
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dsyslog.h27 /* Constant definitions for openlog() */
60 openlog(const char *, int, ...);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsyslog.d87 void openlog (const char *, int __option, int __facility);
145 void openlog (const char *, int __option, int __facility);
210 void openlog (const char *, int __option, int __facility);
275 void openlog (const char *, int __option, int __facility);
342 void openlog(const char *, int, int);
405 void openlog (const char *, int __option, int __facility);
465 void openlog (const char *, int __option, int __facility);
525 void openlog (const char *, int __option, int __facility);
585 void openlog (const char *, int __option, int __facility);
/netbsd-current/usr.sbin/bootp/common/
H A Dreport.c45 openlog(progname, LOG_PID | LOG_NDELAY, LOG_BOOTP);
/netbsd-current/sbin/reboot/
H A Dreboot.c154 openlog("halt", LOG_CONS, LOG_AUTH);
157 openlog("poweroff", LOG_CONS, LOG_AUTH);
160 openlog("reboot", LOG_CONS, LOG_AUTH);
/netbsd-current/usr.sbin/sesd/srcs/
H A Dsesd.c112 openlog("sesd", 0, LOG_USER);
114 openlog("sesd", LOG_PERROR, LOG_USER);
/netbsd-current/external/bsd/ntp/dist/include/
H A Dl_stdlib.h184 extern void openlog (const char *, int);
186 extern void openlog (const char *, int, int);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dlog.c40 openlog(szDescriptor, LOG_NDELAY|LOG_PID, TSS_SYSLOG_LVL);
/netbsd-current/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dlogging.h34 openlog(ident, option, facility); \
/netbsd-current/libexec/rpc.rusersd/
H A Drusersd.c88 openlog("rpc.rusersd", LOG_PID, LOG_DAEMON);
/netbsd-current/usr.sbin/sdpd/
H A Dlog.c43 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER);
/netbsd-current/distrib/utils/libhack/
H A Dsyslog.c12 __weak_alias(openlog,_openlog)
21 openlog(const char *path, int opt, int fac)
/netbsd-current/libexec/rpc.rstatd/
H A Drstatd.c98 openlog("rpc.rstatd", LOG_PID, LOG_DAEMON);
/netbsd-current/usr.sbin/bthcid/
H A Dbthcid.c110 openlog(getprogname(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_DAEMON);
/netbsd-current/usr.sbin/lpr/lprm/
H A Dlprm.c96 openlog("lpd", 0, LOG_LPR);
/netbsd-current/usr.sbin/lpr/lpq/
H A Dlpq.c89 openlog("lpd", 0, LOG_LPR);
/netbsd-current/usr.sbin/mopd/mopd/
H A Dmopd.c116 openlog("mopd", LOG_PID, LOG_DAEMON);
/netbsd-current/external/ibm-public/postfix/dist/examples/smtpd-policy/
H A Dgreylist.pl241 openlog $0, $syslog_options, $syslog_facility;
/netbsd-current/lib/lua/syslog/
H A Dsyslog.c51 openlog(ident, option, facility);
147 { "openlog", syslog_openlog },
/netbsd-current/libexec/rpc.rwalld/
H A Drwalld.c107 openlog("rpc.rwalld", LOG_PID, LOG_DAEMON);
/netbsd-current/libexec/rpc.sprayd/
H A Dsprayd.c93 openlog("rpc.sprayd", LOG_PID, LOG_DAEMON);
/netbsd-current/libexec/talkd/
H A Dtalkd.c93 openlog("talkd", LOG_PID, LOG_DAEMON);
/netbsd-current/usr.bin/logger/
H A Dlogger.c116 openlog(tag != NULL ? tag : getlogin(), logflags, 0);
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtcslog.h30 openlog(layer, LOG_NDELAY|LOG_PID, TSS_SYSLOG_LVL); \
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmsg_syslog.c24 /* msg_syslog_init() is a wrapper around the openlog(3) routine
209 openlog(name, LOG_NDELAY | logopt, facility);

Completed in 207 milliseconds

1234567