Searched refs:NewCommandLine2 (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | Shell.c | 1480 CHAR16 *NewCommandLine2; in ShellConvertVariables() local 1543 NewCommandLine2 = AllocateZeroPool(NewSize); in ShellConvertVariables() 1545 if (NewCommandLine1 == NULL || NewCommandLine2 == NULL || ItemTemp == NULL) { in ShellConvertVariables() 1547 SHELL_FREE_NON_NULL(NewCommandLine2); in ShellConvertVariables() 1567 …ShellCopySearchAndReplace(NewCommandLine1, NewCommandLine2, NewSize, ItemTemp, EfiShellGetEnv(Mast… in ShellConvertVariables() 1568 StrCpyS(NewCommandLine1, NewSize/sizeof(CHAR16), NewCommandLine2); in ShellConvertVariables() 1575 …ShellCopySearchAndReplace(NewCommandLine1, NewCommandLine2, NewSize, AliasListNode->Alias, AliasLi… in ShellConvertVariables() 1576 StrCpyS(NewCommandLine1, NewSize/sizeof(CHAR16), NewCommandLine2); in ShellConvertVariables() 1588 ShellCopySearchAndReplace(NewCommandLine1, NewCommandLine2, NewSize, L"^%", L"%", TRUE, FALSE); in ShellConvertVariables() 1589 StrCpyS(NewCommandLine1, NewSize/sizeof(CHAR16), NewCommandLine2); in ShellConvertVariables() [all …]
|