Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/sendmail/src/
H A Ddeliver.c2056 #define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4) macro
2057 #if (STATLEN) < 63
2058 # undef STATLEN
2059 # define STATLEN 63 macro
2061 #if (STATLEN) > 203
2062 # undef STATLEN
2063 # define STATLEN 203 macro
2066 if ((bp - buf) > (sizeof buf - ((STATLEN) + 20)))
2069 bp = buf + sizeof buf - ((STATLEN) + 17);
2077 (void) strcpy(bp, shortenstring(stat, (STATLEN)));