HomeSort by relevance Sort by last modified time
    Searched refs:ND_ISGRAPH (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-ascii.c 81 if (!ND_ISGRAPH(s) &&
109 *(asp++) = (ND_ISGRAPH(s1) ? s1 : '.');
110 *(asp++) = (ND_ISGRAPH(s2) ? s2 : '.');
126 *(asp++) = (ND_ISGRAPH(s1) ? s1 : '.');
netdissect.h 280 #define ND_ISGRAPH(c) ((c) > 0x20 && (c) <= 0x7E)

Completed in 39 milliseconds