Home
last modified time | relevance | path

Searched refs:openlog (Results 1 – 25 of 156) sorted by relevance

1234567

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsyslog.d87 void openlog (const char *, int __option, int __facility); in version()
145 void openlog (const char *, int __option, int __facility); in version()
210 void openlog (const char *, int __option, int __facility); in version()
275 void openlog (const char *, int __option, int __facility); in version()
342 void openlog(const char *, int, int); in version()
405 void openlog (const char *, int __option, int __facility); in version()
465 void openlog (const char *, int __option, int __facility); in version()
525 void openlog (const char *, int __option, int __facility); in version()
585 void openlog (const char *, int __option, int __facility); in version()
/netbsd-src/sbin/reboot/
H A Dreboot.c154 openlog("halt", LOG_CONS, LOG_AUTH); in main()
157 openlog("poweroff", LOG_CONS, LOG_AUTH); in main()
160 openlog("reboot", LOG_CONS, LOG_AUTH); in main()
/netbsd-src/usr.sbin/sesd/srcs/
H A Dsesd.c112 openlog("sesd", 0, LOG_USER); in main()
114 openlog("sesd", LOG_PERROR, LOG_USER); in main()
/netbsd-src/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-src/distrib/utils/libhack/
H A Dsyslog.c12 __weak_alias(openlog,_openlog) in __weak_alias()
21 openlog(const char *path, int opt, int fac) in __weak_alias()
/netbsd-src/lib/libc/gen/
H A Dsyslog.c71 __weak_alias(openlog,_openlog)
142 openlog(const char *ident, int logstat, int logfac) in openlog() function
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyslog.c137 openlog(LogTag, LogStat, 0); in syslog()
204 openlog(const char *ident, int logstat, int logfac) in openlog() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsyslogc.c177 openlog( char* ident, int option, int facility ) in openlog() function
315 openlog( NULL, 0, pri & LOG_FACMASK ); in vsyslog()
H A Droken-common.h100 #define openlog(id,option,facility) openlog((id),(option)) macro
/netbsd-src/usr.sbin/tcpdchk/
H A Dfakelog.c30 openlog(const char *name, int logopt, int facility) in openlog() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_log.c393 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
395 openlog(name, LOG_PID | LOG_CONS, level); in xopenlog()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_log.c394 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
396 openlog(name, LOG_PID | LOG_CONS, level); in xopenlog()
/netbsd-src/usr.sbin/bootp/common/
H A Dreport.c45 openlog(progname, LOG_PID | LOG_NDELAY, LOG_BOOTP); in report_init()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dlog.c40 openlog(szDescriptor, LOG_NDELAY|LOG_PID, TSS_SYSLOG_LVL); in LogBlobData()
/netbsd-src/libexec/rpc.rusersd/
H A Drusersd.c88 openlog("rpc.rusersd", LOG_PID, LOG_DAEMON); in main()
/netbsd-src/external/bsd/ntp/dist/adjtimed/
H A Dadjtimed.c85 openlog("adjtimed", LOG_PID, LOG_LOCAL6); in main()
87 openlog("adjtimed", LOG_PID); in main()
/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dlogging.h34 openlog(ident, option, facility); \
/netbsd-src/usr.sbin/lpr/lprm/
H A Dlprm.c96 openlog("lpd", 0, LOG_LPR); in main()
/netbsd-src/usr.sbin/sdpd/
H A Dlog.c43 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER); in log_open()
/netbsd-src/usr.sbin/lpr/lpq/
H A Dlpq.c89 openlog("lpd", 0, LOG_LPR); in main()
/netbsd-src/libexec/rpc.rstatd/
H A Drstatd.c98 openlog("rpc.rstatd", LOG_PID, LOG_DAEMON); in main()
/netbsd-src/usr.sbin/bthcid/
H A Dbthcid.c110 openlog(getprogname(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_DAEMON); in main()
/netbsd-src/libexec/talkd/
H A Dtalkd.c93 openlog("talkd", LOG_PID, LOG_DAEMON); in main()
/netbsd-src/libexec/rpc.sprayd/
H A Dsprayd.c93 openlog("rpc.sprayd", LOG_PID, LOG_DAEMON); in main()
/netbsd-src/usr.sbin/faithd/
H A Dfaithd.c182 openlog(logname, LOG_PID | LOG_NOWAIT, LOG_DAEMON); in inetd_main()
334 openlog(logname, LOG_PID | LOG_NOWAIT, LOG_DAEMON); in daemon_main()
405 openlog(logname, LOG_PID | LOG_NOWAIT, LOG_DAEMON); in play_service()

1234567