TBSIZE
static char tbuff[TBSIZE];
(void) snprintf(pp, TBSIZE - (pp - tbuff),
if (pp + 5 >= &tbuff[TBSIZE]) {