HomeSort by: relevance | last modified time | path
    Searched refs:ND_ASCII_ISGRAPH (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
netdissect-ctype.h 33 * both ND_ASCII_ISPRINT() and ND_ASCII_ISGRAPH() return "false" for them.
40 #define ND_ASCII_ISGRAPH(c) ((c) > 0x20 && (c) <= 0x7E)
print-ascii.c 89 if (!ND_ASCII_ISGRAPH(s) &&
128 *(asp++) = (char)(ND_ASCII_ISGRAPH(s1) ? s1 : '.');
129 *(asp++) = (char)(ND_ASCII_ISGRAPH(s2) ? s2 : '.');
147 *(asp++) = (char)(ND_ASCII_ISGRAPH(s1) ? s1 : '.');

Completed in 16 milliseconds