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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c134 CHAR16 *TempString2; local
178 TempString2 = StrStr(CurrentLocation, L" ");
179 TempString2 = MIN(TempString2, StrStr(CurrentLocation, L"\r"));
180 TempString2 = MIN(TempString2, StrStr(CurrentLocation, L"\n"));
182 TempString = StrnCatGrow(&TempString, NULL, CurrentLocation, TempString2==NULL?0:TempString2 - CurrentLocation);
200 TempString2 = StrStr(CurrentLocation, L"\r");
201 TempString2
587 CHAR16 *TempString2; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c1289 CHAR8 TempString2[3]; local
1394 TempString2[2] = 0;
1400 TempString2[0] = TempString[Index * 2];
1401 TempString2[1] = TempString[Index * 2 + 1];
1402 sscanf (TempString2, "%x", &Value32);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c371 UINT8 *TempString2; local
437 TempString2 = &mText[mMatchPos + mMatchLen];
439 if (*TempString3 != *TempString2) {
446 TempString2++;

Completed in 47 milliseconds