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

12345

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dopenlog.c24 * openlog implementation
31 NoN(openlog)
38 openlog(const char* ident, int flags, int facility)
H A Dsyslog.h84 /* openlog flags */
125 extern void openlog(const char*, int, int);
/macosx-10.9.5/system_cmds-597.90.1/nologin.tproj/
H A Dnologin.c45 openlog("nologin", LOG_CONS, LOG_AUTH);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/nologin.tproj/
H A Dnologin.c45 openlog("nologin", LOG_CONS, LOG_AUTH);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dsyslog.h25 /* Constant definitions for openlog() */
58 openlog(const char *, int, ...);
H A Dsyslog.c130 openlog(const char *name, int flags, ...) { function
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dsyslog.h25 /* Constant definitions for openlog() */
58 openlog(const char *, int, ...);
H A Dsyslog.c130 openlog(const char *name, int flags, ...) { function
/macosx-10.9.5/xnu-2422.115.4/osfmk/sys/
H A Dsyslog.h186 * Option flags for openlog.
198 extern void openlog(const char *, int);
/macosx-10.9.5/ntp-88/include/
H A Dl_stdlib.h196 extern void openlog (const char *, int);
198 extern void openlog (const char *, int, int);
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyppush_svc.c75 #define openlog(a, b, c) macro
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dmsg_syslog.c20 /* msg_syslog_init() is a wrapper around the openlog(3) routine
179 openlog(name, LOG_NDELAY | logopt, facility);
/macosx-10.9.5/remote_cmds-41.90.1/talkd.tproj/
H A Dtalkd.c98 openlog("talkd", LOG_PID, LOG_DAEMON);
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dlogging.cpp48 ::openlog(ident, options, facility);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dlogging.cpp48 ::openlog(ident, options, facility);
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dsyslog.c155 openlog(const char *ident, int opts, int logfac) function
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsyslog.h205 * Option flags for openlog.
230 void openlog(const char *, int, int);
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/
H A DSyslog.pm70 Sys::Syslog::openlog($self->{ident}, $self->{logopt}, $self->{facility});
135 the openlog(3) and Sys::Syslog docs for more details. I would suggest
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DSyslog.pm86 Sys::Syslog::openlog(
153 like). See the openlog(3) and Sys::Syslog docs for more details.
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Droken-common.h98 #define openlog(id,option,facility) openlog((id),(option)) macro
H A Dsyslog.hin183 * Option flags for openlog.
205 extern void openlog (char *__ident, int __option, int __facility);
H A Dsyslogc.c170 * openlog
175 openlog( char* ident, int option, int facility ) function
313 openlog( NULL, 0, pri & LOG_FACMASK );
/macosx-10.9.5/Libc-997.90.3/gen/
H A Doldsyslog.c82 __private_extern__ int _sl_LogStat; /* status bits, set by openlog() */
89 __private_extern__ int _sl_LogStat = 0; /* status bits, set by openlog() */
244 openlog(_sl_LogTag, _sl_LogStat | LOG_NDELAY, 0);
272 openlog(ident, logstat, logfac) function
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dlog.c327 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility);
439 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility);
/macosx-10.9.5/system_cmds-597.90.1/reboot.tproj/
H A Dreboot.c186 openlog("halt", 0, LOG_AUTH | LOG_CONS);
190 openlog("reboot", 0, LOG_AUTH | LOG_CONS);

Completed in 271 milliseconds

12345