Searched refs:ReturnStringAscii (Results 1 – 1 of 1) sorted by relevance
19 static CHAR8 *ReturnStringAscii = NULL; variable35 ReturnStringAscii = AllocateZeroPool((StrLen(ReturnString)+1)*sizeof(CHAR8)); in getpass()36 if (ReturnStringAscii == NULL) { in getpass()40 UnicodeStrToAsciiStr(ReturnString, ReturnStringAscii); in getpass()44 return (ReturnStringAscii); in getpass()54 SHELL_FREE_NON_NULL(ReturnStringAscii); in DestructMePlease()