Searched refs:isprint (Results 1 – 5 of 5) sorted by relevance
116 #ifndef isprint118 #define isprint(c) in_range(c, 0x20, 0x7f) macro
53 #ifndef isprint55 #define isprint(c) in_range(c, 0x20, 0x7f) macro
113 #ifndef isprint115 #define isprint(c) in_range(c, 0x20, 0x7f) macro
15 #ifndef isprint17 #define isprint(c) in_range(c, 0x20, 0x7f) macro
11 + isprint()
Completed in 10 milliseconds