Searched defs:ACPI_IS_SPACE (Results 1 – 2 of 2) sorted by relevance
197 #define ACPI_IS_SPACE(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_SP)) macro
264 #define ACPI_IS_SPACE(i) isspace((int) (i)) macro