Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/decnet/
H A Daf_decnet.c2196 #define IS_NOT_PRINTABLE(x) ((x) < 32 || (x) > 126) macro
2209 if (IS_NOT_PRINTABLE(buf[i])) in dn_printable_object()