Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_display.c796 #define TBSIZE 256 in show_string() macro
797 static char tbuff[TBSIZE]; in show_string()
818 (void) snprintf(pp, TBSIZE - (pp - tbuff), in show_string()
831 if (pp + 5 >= &tbuff[TBSIZE]) { in show_string()