Searched refs:ISPRINT (Results 1 – 1 of 1) sorted by relevance
74 #define ISPRINT(c) (((c) >= ' ') && (c) < 0x7f) macro452 if (ISPRINT(c)) { in print_ascii()887 c = (ISPRINT(c) ? c : '.'); in dump_hexl_mode_trailer()1110 if (!ISPRINT(c)) in dump_strings()