Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dod_bloaty.c74 #define ISPRINT(c) (((c) >= ' ') && (c) < 0x7f) macro
452 if (ISPRINT(c)) { in print_ascii()
887 c = (ISPRINT(c) ? c : '.'); in dump_hexl_mode_trailer()
1110 if (!ISPRINT(c)) in dump_strings()