HomeSort by relevance Sort by last modified time
    Searched refs:CurrentString (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellEnvVar.c 312 CONST CHAR16 *CurrentString;
330 CurrentString = Environment[CurrentCount];
331 if (CurrentString == NULL) {
334 ASSERT(StrStr(CurrentString, L"=") != NULL);
341 Node->Key = AllocateZeroPool((StrStr(CurrentString, L"=") - CurrentString + 1) * sizeof(CHAR16));
352 StrStr(CurrentString, L"=") - CurrentString + 1,
353 CurrentString,
354 StrStr(CurrentString, L"=") - CurrentString
    [all...]
FileHandleWrappers.c 465 CHAR16 *CurrentString;
503 CurrentString = Buffer;
533 ZeroMem (CurrentString, MaxStr * sizeof (CHAR16));
545 ZeroMem (CurrentString, MaxStr * sizeof(CHAR16));
600 CopyMem (CurrentString + StringCurPos, CurrentString + StringCurPos + 1, sizeof (CHAR16) * (StringLen - StringCurPos));
615 Status = CreateTabCompletionList (CurrentString, StringLen, *BufferSize, &TabCompleteList, &TabUpdatePos);
660 CopyMem(CurrentString + StringCurPos + 1, CurrentString + StringCurPos, (StringLen - StringCurPos)*sizeof(CurrentString[0]));
    [all...]

Completed in 212 milliseconds