Searched defs:InternalShellIsHexOrDecimalNumber (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c3022 if (!InternalShellIsHexOrDecimalNumber(String, Hex, TRUE)) {
3410 InternalShellIsHexOrDecimalNumber ( function
3780 if (!InternalShellIsHexOrDecimalNumber(String, Hex, StopAtSpace)) {
3783 if (!InternalShellIsHexOrDecimalNumber(String, Hex, StopAtSpace)) {
3799 if (Walker == NULL || *Walker == CHAR_NULL || !InternalShellIsHexOrDecimalNumber(Walker, Hex, StopAtSpace)) {

Completed in 50 milliseconds