Searched refs:STATLEN (Results 1 – 1 of 1) sorted by relevance
4335 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4) macro4336 # if (STATLEN) < 634337 # undef STATLEN4338 # define STATLEN 63 macro4340 # if (STATLEN) > 2034341 # undef STATLEN4342 # define STATLEN 203 macro4346 if ((bp - buf) > (sizeof(buf) - ((STATLEN) + 20)))4349 bp = buf + sizeof(buf) - ((STATLEN) + 17);4357 (void) sm_strlcpy(bp, shortenstring(status, STATLEN),