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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditInputBar.c19 CHAR16 *mReturnString; // The returned string. variable
20 UINTN StringSize; // Size of mReturnString space size.
32 mReturnString = NULL;
49 SHELL_FREE_NON_NULL (mReturnString);
51 mReturnString = NULL;
76 Size = StrLen (mReturnString);
83 Buffer = mReturnString;
85 Buffer = mReturnString + Size - Limit;
212 mReturnString[Size] = CHAR_NULL;
223 mReturnString[Siz
[all...]

Completed in 410 milliseconds