Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/sendmail/src/
HDdeliver.c4549 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4) macro
4550 # if (STATLEN) < 63
4551 # undef STATLEN
4552 # define STATLEN 63 macro
4554 # if (STATLEN) > 203
4555 # undef STATLEN
4556 # define STATLEN 203 macro
4583 shortenstring(to->q_rstatus, STATLEN));
4593 shortenstring(e->e_text, STATLEN));
4598 if ((bp - buf) > (sizeof(buf) - ((STATLEN) + 20)))
[all …]