Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ascii.c84 if (!ND_ISGRAPH(s) && in ascii_print()
116 *(asp++) = (ND_ISGRAPH(s1) ? s1 : '.'); in hex_and_ascii_print_with_offset()
117 *(asp++) = (ND_ISGRAPH(s2) ? s2 : '.'); in hex_and_ascii_print_with_offset()
133 *(asp++) = (ND_ISGRAPH(s1) ? s1 : '.'); in hex_and_ascii_print_with_offset()
Dnetdissect.h350 #define ND_ISGRAPH(c) ((c) > 0x20 && (c) <= 0x7E) macro