Searched refs:isprint (Results 1 – 4 of 4) sorted by relevance
21 int isprint(int c);
126 if (i < s && isprint(c)) { in hexdump()160 printf("%c", isprint(c) ? c : '.'); in hexdump8_ex()
113 #ifndef isprint115 #define isprint(c) in_range(c, 0x20, 0x7f) macro
50 int isprint(int c) { in isprint() function
Completed in 4 milliseconds