Home
last modified time | relevance | path

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

/src/contrib/sendmail/include/sm/
H A Dconf.h309 # define SYSLOG_BUFSIZE 512 macro
406 # ifndef SYSLOG_BUFSIZE
407 # define SYSLOG_BUFSIZE 1024 /* allow full size syslog buffer */ macro
606 # define SYSLOG_BUFSIZE 256 macro
1940 # ifndef SYSLOG_BUFSIZE
1941 # define SYSLOG_BUFSIZE 1024 /* unsure */ macro
1996 # define SYSLOG_BUFSIZE 128 macro
2029 # define SYSLOG_BUFSIZE 1024 macro
2046 # define SYSLOG_BUFSIZE 1024 macro
2210 # ifndef SYSLOG_BUFSIZE
[all …]
/src/contrib/sendmail/src/
H A Dconf.c5536 if ((strlen(newstring) + idlen + 1) < SYSLOG_BUFSIZE)
5594 (strlen(begin) + idlen) > SYSLOG_BUFSIZE)
5603 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;
5616 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;
5691 char buf[SYSLOG_BUFSIZE];
6029 #if SYSLOG_BUFSIZE > 1024
6030 "SYSLOG_BUFSIZE=" SM_XSTR(SYSLOG_BUFSIZE),
H A Ddeliver.c1442 char cbuf[SM_MAX(SYSLOG_BUFSIZE, MAXNAME)];
1758 char xbuf[SM_MAX(SYSLOG_BUFSIZE, MAXNAME)];
5345 char xbuf[SM_MAX(SYSLOG_BUFSIZE, MAXNAME)]; /* EAI:ok */
5349 #if (SYSLOG_BUFSIZE) >= 256
5464 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4)
5562 l = SYSLOG_BUFSIZE - 100 - strlen(buf);
5599 l = SYSLOG_BUFSIZE - 85;
H A Dheaders.c1139 #if (SYSLOG_BUFSIZE) >= 256
1203 #if (SYSLOG_BUFSIZE) >= 256
H A DREADME451 SYSLOG_BUFSIZE You can define this to be the size of the buffer that
/src/contrib/sendmail/
H A DRELEASE_NOTES5215 NEWS-OS 6.X listed SYSLOG_BUFSIZE as 256 in confENVDEF and
10282 variable SYSLOG_BUFSIZE. From Jay Plett of Princeton