Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c95 UINT16 *AppendStr; in CatPrint() local
100 AppendStr = AllocateZeroPool (0x1000); in CatPrint()
101 if (AppendStr == NULL) { in CatPrint()
106 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args); in CatPrint()
109 StringSize = StrSize (AppendStr); in CatPrint()
112 StringSize = StrSize (AppendStr); in CatPrint()
122 FreePool (AppendStr); in CatPrint()
127 StrCatS (Str->Str, StringSize/sizeof(CHAR16), AppendStr); in CatPrint()
130 FreePool (AppendStr); in CatPrint()