Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddeliver.c5464 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4) macro
5465 # if (STATLEN) < 63
5466 # undef STATLEN
5467 # define STATLEN 63 macro
5469 # if (STATLEN) > 203
5470 # undef STATLEN
5471 # define STATLEN 203 macro
5509 shortenstring(to->q_rstatus, STATLEN));
5525 shortenstring(e->e_text, STATLEN));
5547 if ((bp - buf) > (sizeof(buf) - ((STATLEN) + 20)))
[all …]