Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/include/sm/
H A Dconf.h309 # define SYSLOG_BUFSIZE 512 macro
406 # ifndef SYSLOG_BUFSIZE
606 # define SYSLOG_BUFSIZE 256 macro
1919 # ifndef SYSLOG_BUFSIZE
1975 # define SYSLOG_BUFSIZE 128 macro
2008 # define SYSLOG_BUFSIZE 1024 macro
2189 # ifndef SYSLOG_BUFSIZE
2272 # ifndef SYSLOG_BUFSIZE
2334 # ifndef SYSLOG_BUFSIZE
2484 # ifndef SYSLOG_BUFSIZE
[all …]
/freebsd-12.1/contrib/sendmail/src/
H A Dconf.c5429 if ((strlen(newstring) + idlen + 1) < SYSLOG_BUFSIZE)
5487 (strlen(begin) + idlen) > SYSLOG_BUFSIZE)
5496 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;
5509 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;
5584 char buf[SYSLOG_BUFSIZE];
H A Ddeliver.c4249 #if (SYSLOG_BUFSIZE) >= 256
4352 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4)
4415 l = SYSLOG_BUFSIZE - 100 - strlen(buf);
4439 l = SYSLOG_BUFSIZE - 85;
H A Dheaders.c1164 #if (SYSLOG_BUFSIZE) >= 256
H A DREADME443 SYSLOG_BUFSIZE You can define this to be the size of the buffer that
/freebsd-12.1/contrib/sendmail/
H A DRELEASE_NOTES4799 NEWS-OS 6.X listed SYSLOG_BUFSIZE as 256 in confENVDEF and
9866 variable SYSLOG_BUFSIZE. From Jay Plett of Princeton