Searched refs:ACPI_IS_SPACE (Results 1 – 3 of 3) sorted by relevance
752 while ((*string) && (ACPI_IS_SPACE(*string) || *string == '\t')) { in acpi_ut_strtoul64()774 if (!(*string) || ACPI_IS_SPACE(*string) || *string == '\t') { in acpi_ut_strtoul64()
197 #define ACPI_IS_SPACE(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_SP)) macro
264 #define ACPI_IS_SPACE(i) isspace((int) (i)) macro