Searched defs:isprint (Results 1 – 5 of 5) sorted by relevance
83 isprint(int c) in isprint() function
112 isprint(char c) in isprint() function
61 #define isprint(c) ((__ctype + 1)[c] & (_P | _U | _L | _N | _B)) macro
181 #define isprint(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACPI_X… macro
94 #define isprint(c) __sbistype((c), _CTYPE_R) macro