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

/illumos-gate/usr/src/cmd/bnu/
H A Ddk.h212 #define STATLEN 16 macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c4327 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4) macro
4328 # if (STATLEN) < 63
4329 # undef STATLEN macro
4330 # define STATLEN 63 macro
4331 # endif /* (STATLEN) < 63 */
4332 # if (STATLEN) > 203
4333 # undef STATLEN macro
4334 # define STATLEN 203 macro
4335 # endif /* (STATLEN) > 203 */
4338 if ((bp - buf) > (sizeof(buf) - ((STATLEN)
[all...]

Completed in 100 milliseconds