Searched defs:ReturnStringAscii (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DGetPass.c19 static CHAR8 *ReturnStringAscii = NULL; variable
35 ReturnStringAscii = AllocateZeroPool((StrLen(ReturnString)+1)*sizeof(CHAR8));
36 if (ReturnStringAscii == NULL) {
40 UnicodeStrToAsciiStr(ReturnString, ReturnStringAscii);
44 return (ReturnStringAscii);
54 SHELL_FREE_NON_NULL(ReturnStringAscii);

Completed in 39 milliseconds