Searched refs:CurrentString (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellEnvVar.c296 CONST CHAR16 *CurrentString; local
315 CurrentString = Environment[CurrentCount];
316 if (CurrentString == NULL) {
319 ASSERT(StrStr(CurrentString, L"=") != NULL);
322 Node->Key = AllocateZeroPool((StrStr(CurrentString, L"=") - CurrentString + 1) * sizeof(CHAR16));
324 StrnCpy(Node->Key, CurrentString, StrStr(CurrentString, L"=") - CurrentString);
325 NewSize = StrSize(CurrentString);
[all...]
H A DFileHandleWrappers.c321 CHAR16 *CurrentString; local
367 CurrentString = Buffer;
411 ZeroMem (CurrentString, MaxStr * sizeof (CHAR16));
472 CopyMem (CurrentString + StringCurPos, CurrentString + StringCurPos + 1, sizeof (CHAR16) * (StringLen - StringCurPos));
497 if (CurrentString[Index] == L'\"') {
500 if (CurrentString[Index] == L' ' && !InQuotationMode) {
504 if (CurrentString[Index] == L'\\') {
508 if (StrStr(CurrentString + TabPos, L":") == NULL) {
512 if (TabStr[StrLen(TabStr)-1] == L'\\' && *(CurrentString
[all...]

Completed in 50 milliseconds