Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1533 CHAR16 *ItemTemp; in ShellConvertVariables() local
1594 ItemTemp = AllocateZeroPool(ItemSize+(2*sizeof(CHAR16))); in ShellConvertVariables()
1595 if (NewCommandLine1 == NULL || NewCommandLine2 == NULL || ItemTemp == NULL) { in ShellConvertVariables()
1598 SHELL_FREE_NON_NULL(ItemTemp); in ShellConvertVariables()
1605 StrCpyS( ItemTemp, in ShellConvertVariables()
1609 StrCatS( ItemTemp, in ShellConvertVariables()
1613 StrCatS( ItemTemp, in ShellConvertVariables()
1617 …ShellCopySearchAndReplace(NewCommandLine1, NewCommandLine2, NewSize, ItemTemp, EfiShellGetEnv(Mast… in ShellConvertVariables()
1642 FreePool(ItemTemp); in ShellConvertVariables()