Home
last modified time | relevance | path

Searched refs:ACPI_IS_SPACE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/acpi/acpica/
Dutmisc.c752 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()
Dacutils.h197 #define ACPI_IS_SPACE(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_SP)) macro
/linux-2.6.39/include/acpi/platform/
Dacenv.h264 #define ACPI_IS_SPACE(i) isspace((int) (i)) macro