Home
last modified time | relevance | path

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

/Linux-v5.10/net/decnet/
Daf_decnet.c2199 #define IS_NOT_PRINTABLE(x) ((x) < 32 || (x) > 126) macro
2212 if (IS_NOT_PRINTABLE(buf[i])) in dn_printable_object()