Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/include/sm/
H A Dconf.h309 # define SYSLOG_BUFSIZE 512 macro
406 # ifndef SYSLOG_BUFSIZE
606 # define SYSLOG_BUFSIZE 256 macro
1937 # ifndef SYSLOG_BUFSIZE
1993 # define SYSLOG_BUFSIZE 128 macro
2026 # define SYSLOG_BUFSIZE 1024 macro
2207 # ifndef SYSLOG_BUFSIZE
2290 # ifndef SYSLOG_BUFSIZE
2352 # ifndef SYSLOG_BUFSIZE
2502 # ifndef SYSLOG_BUFSIZE
[all …]
/freebsd-13.1/contrib/sendmail/src/
H A Dconf.c5507 if ((strlen(newstring) + idlen + 1) < SYSLOG_BUFSIZE)
5565 (strlen(begin) + idlen) > SYSLOG_BUFSIZE)
5574 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;
5587 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;
5662 char buf[SYSLOG_BUFSIZE];
5980 #if SYSLOG_BUFSIZE > 1024
5981 "SYSLOG_BUFSIZE=" SM_XSTR(SYSLOG_BUFSIZE),
H A Ddeliver.c4452 #if (SYSLOG_BUFSIZE) >= 256
4549 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4)
4613 l = SYSLOG_BUFSIZE - 100 - strlen(buf);
4637 l = SYSLOG_BUFSIZE - 85;
H A Dheaders.c1146 #if (SYSLOG_BUFSIZE) >= 256
H A DREADME453 SYSLOG_BUFSIZE You can define this to be the size of the buffer that
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES4917 NEWS-OS 6.X listed SYSLOG_BUFSIZE as 256 in confENVDEF and
9984 variable SYSLOG_BUFSIZE. From Jay Plett of Princeton