Home
last modified time | relevance | path

Searched refs:TempString2 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellManParser.c240 CHAR16 *TempString2; in ManBufferFindSections() local
284 TempString2 = StrStr(CurrentLocation, L" "); in ManBufferFindSections()
285 TempString2 = MIN(TempString2, StrStr(CurrentLocation, L"\r")); in ManBufferFindSections()
286 TempString2 = MIN(TempString2, StrStr(CurrentLocation, L"\n")); in ManBufferFindSections()
288 …TempString = StrnCatGrow(&TempString, NULL, CurrentLocation, TempString2==NULL?0:TempString2 - Cur… in ManBufferFindSections()
307 TempString2 = StrStr(CurrentLocation, L"\r"); in ManBufferFindSections()
308 TempString2 = MIN(TempString2, StrStr(CurrentLocation, L"\n")); in ManBufferFindSections()
310 …TempString = StrnCatGrow(&TempString, NULL, CurrentLocation, TempString2==NULL?0:TempString2 - Cur… in ManBufferFindSections()
816 CHAR16 *TempString2; in ProcessManFile() local
849 TempString2 = TempString; in ProcessManFile()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DSimpleFileParsing.c1302 T_CHAR TempString2[3]; in SFPGetGuid() local
1407 TempString2[2] = 0; in SFPGetGuid()
1413 TempString2[0] = TempString[Index * 2]; in SFPGetGuid()
1414 TempString2[1] = TempString[Index * 2 + 1]; in SFPGetGuid()
1415 sscanf (TempString2, "%x", &Value32); in SFPGetGuid()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DSimpleFileParsing.c1283 CHAR8 TempString2[3]; in SFPGetGuid() local
1388 TempString2[2] = 0; in SFPGetGuid()
1394 TempString2[0] = TempString[Index * 2]; in SFPGetGuid()
1395 TempString2[1] = TempString[Index * 2 + 1]; in SFPGetGuid()
1396 sscanf (TempString2, "%x", &Value32); in SFPGetGuid()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DCompress.c361 UINT8 *TempString2; in InsertNode() local
427 TempString2 = &mText[mMatchPos + mMatchLen]; in InsertNode()
429 if (*TempString3 != *TempString2) { in InsertNode()
436 TempString2++; in InsertNode()