Searched refs:isdigit (Results 1 – 11 of 11) sorted by relevance
378 if (isdigit ((int) *SubBuffer)) in AsMixedCaseToUnderscores()406 (isdigit ((int) *SubString)) || in AsMixedCaseToUnderscores()431 ((islower ((int) SubBuffer[1])) || isdigit ((int) SubBuffer[1]))) in AsMixedCaseToUnderscores()441 isdigit ((int) *SubBuffer)) in AsMixedCaseToUnderscores()481 if (isdigit ((int) *SubBuffer)) in AsMixedCaseToUnderscores()493 !isdigit ((int) *SubBuffer)) in AsMixedCaseToUnderscores()
1032 if ((*SubBuffer == '{') && !isdigit ((int) SubBuffer[1])) in AsBracesOnSameLine()
332 while (isdigit ((int) *String)) in AcpiUtScanNumber()617 if (isdigit ((int) *Format)) in vsnprintf()639 if (isdigit ((int) *Format)) in vsnprintf()
277 if (!isdigit ((int) *String)) in AcpiUtConvertDecimalString()
900 if (isdigit (*String)) in strtoul()
380 if (isdigit ((int) Name[3]) || (Name[3] == 'X')) in AhDoSpecialNames()408 if (isdigit ((int) Name[3]) || (Name[3] == 'X')) in AhDoSpecialNames()
176 #define isdigit(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_DI)) macro
336 !isdigit ((int) Op->Asl.Value.String[i])) in AnCheckId()
830 while (!isdigit ((int) AslCompilertext[index]))
387 (isdigit ((int) NameString[3])); /* d */ in AcpiDmPredefinedDescription()
1466 if (isdigit ((int) Filename[ACPI_NAMESEG_SIZE])) in OslTableNameFromFile()