Searched refs:IS_NOT_PRINTABLE (Results 1 – 1 of 1) sorted by relevance
2108 #define IS_NOT_PRINTABLE(x) ((x) < 32 || (x) > 126) macro2121 if (IS_NOT_PRINTABLE(buf[i])) in dn_printable_object()