Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellEnvVar.c312 CONST CHAR16 *CurrentString; in SetEnvironmentVariables() local
330 CurrentString = Environment[CurrentCount]; in SetEnvironmentVariables()
331 if (CurrentString == NULL) { in SetEnvironmentVariables()
334 ASSERT(StrStr(CurrentString, L"=") != NULL); in SetEnvironmentVariables()
341 … Node->Key = AllocateZeroPool((StrStr(CurrentString, L"=") - CurrentString + 1) * sizeof(CHAR16)); in SetEnvironmentVariables()
352 StrStr(CurrentString, L"=") - CurrentString + 1, in SetEnvironmentVariables()
353 CurrentString, in SetEnvironmentVariables()
354 StrStr(CurrentString, L"=") - CurrentString in SetEnvironmentVariables()
360 …Node->Val = AllocateCopyPool(StrSize(CurrentString) - StrSize(Node->Key), CurrentString + StrLen(N… in SetEnvironmentVariables()
DFileHandleWrappers.c465 CHAR16 *CurrentString; in FileInterfaceStdInRead() local
503 CurrentString = Buffer; in FileInterfaceStdInRead()
533 ZeroMem (CurrentString, MaxStr * sizeof (CHAR16)); in FileInterfaceStdInRead()
545 ZeroMem (CurrentString, MaxStr * sizeof(CHAR16)); in FileInterfaceStdInRead()
600 …CopyMem (CurrentString + StringCurPos, CurrentString + StringCurPos + 1, sizeof (CHAR16) * (String… in FileInterfaceStdInRead()
615 …Status = CreateTabCompletionList (CurrentString, StringLen, *BufferSize, &TabCompleteList, &TabUpd… in FileInterfaceStdInRead()
660 …CopyMem(CurrentString + StringCurPos + 1, CurrentString + StringCurPos, (StringLen - StringCurPos)… in FileInterfaceStdInRead()
663 CurrentString[StringCurPos] = Key.UnicodeChar; in FileInterfaceStdInRead()
680 …CopyMem (CurrentString + StringCurPos, CurrentString + StringCurPos + 1, sizeof (CHAR16) * (String… in FileInterfaceStdInRead()
748 CurrentString[0] = 0; in FileInterfaceStdInRead()
[all …]