Lines Matching refs:TempString2
240 CHAR16 *TempString2;
284 TempString2 = StrStr(CurrentLocation, L" ");
285 TempString2 = MIN(TempString2, StrStr(CurrentLocation, L"\r"));
286 TempString2 = MIN(TempString2, StrStr(CurrentLocation, L"\n"));
288 TempString = StrnCatGrow(&TempString, NULL, CurrentLocation, TempString2==NULL?0:TempString2 - CurrentLocation);
307 TempString2 = StrStr(CurrentLocation, L"\r");
308 TempString2 = MIN(TempString2, StrStr(CurrentLocation, L"\n"));
310 TempString = StrnCatGrow(&TempString, NULL, CurrentLocation, TempString2==NULL?0:TempString2 - CurrentLocation);
816 CHAR16 *TempString2;
849 TempString2 = TempString;
850 Status = ManBufferFindTitleSection(&TempString2, Command, BriefDesc, &BriefSize);
852 Status = ManBufferFindSections(TempString2, Sections, HelpText, &HelpSize);
959 TempString2 = StringBuff;
960 Status = ManBufferFindTitleSection(&TempString2, Command, BriefDesc, &BriefSize);
962 Status = ManBufferFindSections(TempString2, Sections, HelpText, &HelpSize);