Searched refs:SYSLOG_BUFSIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/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
1937 # ifndef SYSLOG_BUFSIZE
1938 # define SYSLOG_BUFSIZE 1024 /* unsure */ macro
1993 # define SYSLOG_BUFSIZE 128 macro
2026 # define SYSLOG_BUFSIZE 1024 macro
2043 # define SYSLOG_BUFSIZE 1024 macro
2207 # ifndef SYSLOG_BUFSIZE
2208 # define SYSLOG_BUFSIZE macro
2291 # define SYSLOG_BUFSIZE macro
2353 # define SYSLOG_BUFSIZE macro
2382 # define SYSLOG_BUFSIZE macro
2395 # define SYSLOG_BUFSIZE macro
2503 # define SYSLOG_BUFSIZE macro
2947 # define SYSLOG_BUFSIZE macro
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c5440 ** SM_SYSLOG -- syslog wrapper to keep messages under SYSLOG_BUFSIZE
5507 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);
4635 #else /* (SYSLOG_BUFSIZE) >= 256 */
4637 l = SYSLOG_BUFSIZE - 85;
4724 #endif /* (SYSLOG_BUFSIZE) >= 256 */
H A Dheaders.c1146 #if (SYSLOG_BUFSIZE) >= 256
1212 #else /* (SYSLOG_BUFSIZE) >= 256 */
1243 #endif /* (SYSLOG_BUFSIZE) >= 256 */

Completed in 187 milliseconds