Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/decnet/
Daf_decnet.c2108 #define IS_NOT_PRINTABLE(x) ((x) < 32 || (x) > 126) macro
2121 if (IS_NOT_PRINTABLE(buf[i])) in dn_printable_object()