Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:printable

781 		register int printable = 1, first = 1;
784 for (i = asnlen; printable && i-- > 0; p++)
785 printable = isprint(*p) || isspace(*p);
787 if (printable) {