Home
last modified time | relevance | path

Searched refs:InternalShellIsHexOrDecimalNumber (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.h71 InternalShellIsHexOrDecimalNumber (
DUefiShellLib.c1974 …if (((Name[0] == L'-' || Name[0] == L'+') && InternalShellIsHexOrDecimalNumber(Name+1, FALSE, FALS… in InternalIsFlag()
3182 if (!InternalShellIsHexOrDecimalNumber(String, Hex, TRUE, FALSE)) { in ShellStrToUintn()
3613 InternalShellIsHexOrDecimalNumber ( in InternalShellIsHexOrDecimalNumber() function
3986 if (!InternalShellIsHexOrDecimalNumber(String, Hex, StopAtSpace, FALSE)) { in ShellConvertStringToUint64()
3989 if (!InternalShellIsHexOrDecimalNumber(String, Hex, StopAtSpace, FALSE)) { in ShellConvertStringToUint64()
4005 …if (Walker == NULL || *Walker == CHAR_NULL || !InternalShellIsHexOrDecimalNumber(Walker, Hex, Stop… in ShellConvertStringToUint64()