Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/bnu/
H A Ddk.h212 #define STATLEN 16 macro
/titanic_44/usr/src/cmd/sendmail/src/
H A Ddeliver.c4327 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4) macro
4328 # if (STATLEN) < 63
4329 # undef STATLEN
4330 # define STATLEN 63 macro
4332 # if (STATLEN) > 203
4333 # undef STATLEN
4334 # define STATLEN 203 macro
4338 if ((bp - buf) > (sizeof(buf) - ((STATLEN) + 20)))
4341 bp = buf + sizeof(buf) - ((STATLEN) + 17);
4349 (void) sm_strlcpy(bp, shortenstring(status, STATLEN),