Searched defs:isprint (Results 1 – 9 of 9) 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_XS | _ACPI_PU)) macro
141 int isprint(c) in isprint() function
61 #define isprint(c) ((__ctype + 1)[c] & (_P | _U | _L | _N | _B)) macro
112 isprint(char c) in isprint() function
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
94 #define isprint(c) __sbistype((c), _CTYPE_R) macro
944 isprint(int c) in isprint() function