Searched refs:MAXCHARS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_http.c50 * printable characters will not be printed. MAXCHARS is the maximum
55 #define MAXCHARS 80 macro
78 "HTTP %.*s", MIN(c, MAXCHARS), line);

Completed in 42 milliseconds