Home
last modified time | relevance | path

Searched refs:SYSLOG_BUFSIZE (Results 1 – 7 of 7) sorted by relevance

/original-bsd/usr.sbin/sendmail/src/
H A Dconf.h279 # ifndef SYSLOG_BUFSIZE
280 # define SYSLOG_BUFSIZE 1024 /* allow full size syslog buffer */ macro
1028 # define SYSLOG_BUFSIZE 128 macro
1202 # ifndef SYSLOG_BUFSIZE
1203 # define SYSLOG_BUFSIZE 1024 macro
1326 # ifndef SYSLOG_BUFSIZE
1327 # define SYSLOG_BUFSIZE 128 macro
1661 #ifndef SYSLOG_BUFSIZE
1662 # define SYSLOG_BUFSIZE 1024 macro
1672 # if (SYSLOG_BUFSIZE) > 512
[all …]
H A Ddeliver.c1998 # if (SYSLOG_BUFSIZE) >= 256
2056 #define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4)
2079 l = SYSLOG_BUFSIZE - 100 - strlen(buf);
2095 l = SYSLOG_BUFSIZE - 85;
H A Dheaders.c636 # if (SYSLOG_BUFSIZE) >= 256
H A Dconf.c3537 char buf[SYSLOG_BUFSIZE * 2];
H A DREAD_ME376 SYSLOG_BUFSIZE You can define this to be the size of the buffer that
/original-bsd/usr.sbin/sendmail/src/Makefiles/
H A DMakefile.NEWS-OS.6.x29 # define SYSLOG_BUFSIZE=256 if you have a problem on syslog buffer size
/original-bsd/usr.sbin/sendmail/
H A DRELEASE_NOTES1654 variable SYSLOG_BUFSIZE. From Jay Plett of Princeton