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 303 CONST CHAR16 *CurrentString;
321 CurrentString = Environment[CurrentCount];
322 if (CurrentString == NULL) {
325 ASSERT(StrStr(CurrentString, L"=") != NULL);
332 Node->Key = AllocateZeroPool((StrStr(CurrentString, L"=") - CurrentString + 1) * sizeof(CHAR16));
343 StrStr(CurrentString, L"=") - CurrentString + 1,
344 CurrentString,
345 StrStr(CurrentString, L"=") - CurrentString
    [all...]
FileHandleWrappers.c 322 CHAR16 *CurrentString;
368 CurrentString = Buffer;
412 ZeroMem (CurrentString, MaxStr * sizeof (CHAR16));
473 CopyMem (CurrentString + StringCurPos, CurrentString + StringCurPos + 1, sizeof (CHAR16) * (StringLen - StringCurPos));
498 if (CurrentString[Index] == L'\"') {
501 if (CurrentString[Index] == L' ' && !InQuotationMode) {
505 if (CurrentString[Index] == L'\\') {
509 if (StrStr(CurrentString + TabPos, L":") == NULL) {
514 if (TabStr[StrLen(TabStr)-1] == L'\\' && *(CurrentString + TabPos) == L'\\' ) {
    [all...]

Completed in 608 milliseconds