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

12345

/macosx-10.10.1/ksh-23/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.10.1/system_cmds-643.1.1/nologin.tproj/
H A Dnologin.c45 openlog("nologin", LOG_CONS, LOG_AUTH);
/macosx-10.10.1/bind9-45.101/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.10.1/ntp-92/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.10.1/ntp-92/include/
H A Dl_stdlib.h196 extern void openlog (const char *, int);
198 extern void openlog (const char *, int, int);
/macosx-10.10.1/remote_cmds-47/yppush.tproj/
H A Dyppush_svc.c75 #define openlog(a, b, c) macro
/macosx-10.10.1/postfix-255/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.10.1/remote_cmds-47/talkd.tproj/
H A Dtalkd.c100 openlog("talkd", LOG_PID, LOG_DAEMON);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dlogging.cpp48 ::openlog(ident, options, facility);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dlogging.cpp48 ::openlog(ident, options, facility);
/macosx-10.10.1/postfix-255/postfix/examples/smtpd-policy/
H A Dgreylist.pl241 openlog $0, $syslog_options, $syslog_facility;
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dsyslog.h205 * Option flags for openlog.
230 void openlog(const char *, int, int);
/macosx-10.10.1/CPANInternal-159.1/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.10.1/Heimdal-398.1.2/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.10.1/Libc-1044.1.2/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.10.1/OpenSSH-189/openssh/
H A Dlog.c327 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility);
439 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility);
/macosx-10.10.1/system_cmds-643.1.1/reboot.tproj/
H A Dreboot.c186 openlog("halt", 0, LOG_AUTH | LOG_CONS);
190 openlog("reboot", 0, LOG_AUTH | LOG_CONS);
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDALog.c230 openlog( name, LOG_PID, LOG_DAEMON );
/macosx-10.10.1/adv_cmds-158/fingerd/
H A Dfingerd.c82 openlog("fingerd", LOG_PID | LOG_CONS, LOG_DAEMON);
/macosx-10.10.1/autofs-246/autofsd/
H A Dautofsd.c68 openlog("autofsd", LOG_PID, LOG_DAEMON);

Completed in 193 milliseconds

12345