Home
last modified time | relevance | path

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

/trueos/contrib/sendmail/src/
HDdeliver.c4335 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4) macro
4336 # if (STATLEN) < 63
4337 # undef STATLEN
4338 # define STATLEN 63 macro
4340 # if (STATLEN) > 203
4341 # undef STATLEN
4342 # define STATLEN 203 macro
4346 if ((bp - buf) > (sizeof(buf) - ((STATLEN) + 20)))
4349 bp = buf + sizeof(buf) - ((STATLEN) + 17);
4357 (void) sm_strlcpy(bp, shortenstring(status, STATLEN),