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

/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
408 # endif /* ! SYSLOG_BUFSIZE */
603 # define SYSLOG_BUFSIZE 256 macro
1913 # ifndef SYSLOG_BUFSIZE
1914 # define SYSLOG_BUFSIZE 1024 /* unsure */ macro
1915 # endif /* ! SYSLOG_BUFSIZE */
1969 # define SYSLOG_BUFSIZE 128 macro
2002 # define SYSLOG_BUFSIZE 102 macro
2019 # define SYSLOG_BUFSIZE macro
2184 # define SYSLOG_BUFSIZE macro
2267 # define SYSLOG_BUFSIZE macro
2329 # define SYSLOG_BUFSIZE macro
2358 # define SYSLOG_BUFSIZE macro
2371 # define SYSLOG_BUFSIZE macro
2479 # define SYSLOG_BUFSIZE macro
2915 # define SYSLOG_BUFSIZE macro
[all...]
/sendmail/sendmail/
H A Dconf.c5358 ** SM_SYSLOG -- syslog wrapper to keep messages under SYSLOG_BUFSIZE
5425 if ((strlen(newstring) + idlen + 1) < SYSLOG_BUFSIZE)
5483 (strlen(begin) + idlen) > SYSLOG_BUFSIZE)
5492 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;
5505 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;
5580 char buf[SYSLOG_BUFSIZE];
H A Ddeliver.c4242 #if (SYSLOG_BUFSIZE) >= 256
4335 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4)
4361 l = SYSLOG_BUFSIZE - 100 - strlen(buf);
4382 #else /* (SYSLOG_BUFSIZE) >= 256 */
4384 l = SYSLOG_BUFSIZE - 85;
4471 #endif /* (SYSLOG_BUFSIZE) >= 256 */
H A Dheaders.c1164 #if (SYSLOG_BUFSIZE) >= 256
1199 #else /* (SYSLOG_BUFSIZE) >= 256 */
1230 #endif /* (SYSLOG_BUFSIZE) >= 256 */

Completed in 139 milliseconds