Lines Matching defs:syslog
128 # define syslog hard_syslog
406 # define SYSLOG_BUFSIZE 1024 /* allow full size syslog buffer */
1847 # define SM_CONF_SYSLOG 0 /* use sendmail decl of syslog() */
1975 # undef LOG /* syslog not available */
2256 # define SYSLOG_BUFSIZE 1024 /* allow full size syslog buffer */
2902 /* size of syslog buffer */
2996 ** If we don't have a system syslog, simulate it.
3011 # define SM_CONF_SYSLOG 1 /* syslog.h has prototype for syslog() */
3016 extern void syslog(int, const char *, ...);
3018 extern void syslog();