Home
last modified time | relevance | path

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
600 # define SYSLOG_BUFSIZE 256 macro
1902 # ifndef SYSLOG_BUFSIZE
1958 # define SYSLOG_BUFSIZE 128 macro
1991 # define SYSLOG_BUFSIZE 1024 macro
2172 # ifndef SYSLOG_BUFSIZE
2255 # ifndef SYSLOG_BUFSIZE
2317 # ifndef SYSLOG_BUFSIZE
2467 # ifndef SYSLOG_BUFSIZE
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c5373 if ((strlen(newstring) + idlen + 1) < SYSLOG_BUFSIZE)
5415 (strlen(begin) + idlen) > SYSLOG_BUFSIZE)
5424 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;
5437 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;
5512 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);
4376 l = SYSLOG_BUFSIZE - 85;
H A Dheaders.c1150 #if (SYSLOG_BUFSIZE) >= 256