Searched refs:tbuff (Results 1 – 2 of 2) sorted by relevance
797 static char tbuff[TBSIZE]; in show_string() local806 for (p = str, pp = tbuff; len; p++, len--) { in show_string()818 (void) snprintf(pp, TBSIZE - (pp - tbuff), in show_string()831 if (pp + 5 >= &tbuff[TBSIZE]) { in show_string()835 return (printable > dlen / 2 ? tbuff : ""); in show_string()
439 unsigned long tbuff:1; member