Searched refs:STATLEN (Results 1 – 2 of 2) sorted by relevance
212 #define STATLEN 16 macro
4327 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4) macro4328 # if (STATLEN) < 634329 # undef STATLEN4330 # define STATLEN 63 macro4332 # if (STATLEN) > 2034333 # undef STATLEN4334 # define STATLEN 203 macro4338 if ((bp - buf) > (sizeof(buf) - ((STATLEN) + 20)))4341 bp = buf + sizeof(buf) - ((STATLEN) + 17);4349 (void) sm_strlcpy(bp, shortenstring(status, STATLEN),