Home
last modified time | relevance | path

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.c53 #define MAXCHARS 80 macro
76 "HTTP %.*s", MIN(c, MAXCHARS), line); in interpret_http()