Searched refs:TheString (Results 1 – 5 of 5) sorted by relevance
31 CHAR16 *TheString; in DumpLoadedImageProtocolInfo() local33 TheString = GetProtocolInformationDump(TheHandle, &gEfiLoadedImageProtocolGuid, TRUE); in DumpLoadedImageProtocolInfo()35 ShellPrintEx(-1, -1, L"%s", TheString); in DumpLoadedImageProtocolInfo()37 SHELL_FREE_NON_NULL(TheString); in DumpLoadedImageProtocolInfo()
518 IN OUT CHAR16 *TheString in StripQuotes() argument523 for (RemoveNow = FALSE ; TheString != NULL && *TheString != CHAR_NULL ; TheString++) { in StripQuotes()524 if (*TheString == L'^' && *(TheString + 1) == L'\"') { in StripQuotes()525 TheString++; in StripQuotes()526 } else if (*TheString == L'\"') { in StripQuotes()529 *TheString = L' '; in StripQuotes()
73 #token TheString "~[\"]*\"" << mode (START); >>
664 #token TheString "~[\"]*\"" << mode (START); >>
70 #token TheString "~[\"]*\"" << mode (START); >>