Home | History | Annotate | Download | only in UefiShellLevel1CommandsLib

Lines Matching refs:TempSpot

298   CHAR16              *TempSpot;

479 TempSpot = StrStr(ArgSetWalker, L")");
480 if (TempSpot != NULL) {
481 TempString = TempSpot+1;
487 TempSpot = NULL;
491 if (TempSpot == NULL) {
501 *TempSpot = CHAR_NULL;
700 TempSpot = StrStr(TempString, L"\" \"");
701 if (TempSpot != NULL) {
702 *TempSpot = CHAR_NULL;