Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_display.c797 static char tbuff[TBSIZE]; in show_string() local
806 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()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c439 unsigned long tbuff:1; member