Searched defs:isprint (Results 1 – 10 of 10) sorted by relevance
52 #define isprint(c) ((c) >= ' ' && (c) <= '~') macro
137 isprint(int c) in isprint() function
181 #define isprint(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACPI_X… macro
136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
252 #define isprint(c) __sbistype((c), _CTYPE_R) macro
106 isprint keyword