Searched defs:isprint (Results 1 – 7 of 7) sorted by relevance
83 isprint(int c) in isprint() function
73 #define isprint(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACPI_X… macro
141 int isprint(c) in isprint() function
112 isprint(char c) in isprint() function
61 #define isprint(c) ((__ctype + 1)[c] & (_P | _U | _L | _N | _B)) macro
49 #define isprint(c) ((_ctype_+1)[c]&(_P|_U|_L|_N|_B)) macro
73 #define isprint(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N | _B)) macro