Searched refs:LengthStr (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/
H A DSpiFlashCmd.c218 CONST CHAR16 *LengthStr = NULL, *FileStr = NULL; local
310 LengthStr = ShellCommandLineGetRawValue (CheckPackage, 3);
315 LengthStr = ShellCommandLineGetRawValue (CheckPackage, 2);
320 LengthStr = ShellCommandLineGetRawValue (CheckPackage, 3);
357 if ((LengthStr == NULL) & LengthFlag) {
361 ByteCount = ShellStrToUintn (LengthStr);
363 Print (L"sf: Wrong length parameter %s!\n", LengthStr);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c1389 UINTN LengthStr; local
1431 LengthStr = StrLen (Value);
1439 if (LengthStr > (UINTN) Question->StorageWidth * 2) {
1442 Length = LengthStr;
1464 TemStr[0] = Value[LengthStr - Index - 1];

Completed in 44 milliseconds