Searched defs:isprint (Results 1 – 5 of 5) sorted by relevance
80 __ctype_inline int isprint(int __c) in isprint() function
115 #define isprint(c) in_range(c, 0x20, 0x7f) macro
62 def isprint(c): return _ctoi(c) >= 32 and _ctoi(c) <= 126 function
139 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
77 inline bool isprint(char c) { in isprint() function