Searched defs:isprint (Results 1 – 3 of 3) sorted by relevance
87 isprint(int c) in isprint() function
62 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
181 #define isprint(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACPI_X… macro