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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h314 # define SYSLOG_BUFSIZE 512 macro
405 # ifndef SYSLOG_BUFSIZE
406 # define SYSLOG_BUFSIZE 1024 /* allow full size syslog buffer */ macro
407 # endif /* ! SYSLOG_BUFSIZE */
600 # define SYSLOG_BUFSIZE 256 macro
1902 # ifndef SYSLOG_BUFSIZE
1903 # define SYSLOG_BUFSIZE 1024 /* unsure */ macro
1904 # endif /* ! SYSLOG_BUFSIZE */
1958 # define SYSLOG_BUFSIZE 128 macro
1991 # define SYSLOG_BUFSIZE 102 macro
2008 # define SYSLOG_BUFSIZE macro
2173 # define SYSLOG_BUFSIZE macro
2256 # define SYSLOG_BUFSIZE macro
2318 # define SYSLOG_BUFSIZE macro
2347 # define SYSLOG_BUFSIZE macro
2360 # define SYSLOG_BUFSIZE macro
2468 # define SYSLOG_BUFSIZE macro
2904 # define SYSLOG_BUFSIZE macro
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c5305 ** SM_SYSLOG -- syslog wrapper to keep messages under SYSLOG_BUFSIZE
5372 if ((strlen(newstring) + idlen + 1) < SYSLOG_BUFSIZE)
5414 (strlen(begin) + idlen) > SYSLOG_BUFSIZE)
5423 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;
5436 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;
5511 char buf[SYSLOG_BUFSIZE];
H A Ddeliver.c4234 #if (SYSLOG_BUFSIZE) >= 256
4327 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4)
4353 l = SYSLOG_BUFSIZE - 100 - strlen(buf);
4374 #else /* (SYSLOG_BUFSIZE) >= 256 */
4376 l = SYSLOG_BUFSIZE - 85;
4463 #endif /* (SYSLOG_BUFSIZE) >= 256 */
H A Dheaders.c1150 #if (SYSLOG_BUFSIZE) >= 256
1185 #else /* (SYSLOG_BUFSIZE) >= 256 */
1216 #endif /* (SYSLOG_BUFSIZE) >= 256 */

Completed in 91 milliseconds