Searched defs:isprint (Results 1 – 4 of 4) sorted by relevance
56 int isprint(int c) in isprint() function
30 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
65 #define isprint(x) ((x) >= 0x20 && (x) <= 0x7e) macro
Completed in 6 milliseconds