Home
last modified time | relevance | path

Searched refs:InputString (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
DGenFfsFile.c1603 CHAR8 InputString[_MAX_PATH]; in MainEntry() local
1926 SFPGetNextToken (InputString, sizeof (InputString)); in MainEntry()
1927 …Error (mGlobals.PrimaryPackagePath, SFPGetLineNumber (), 0, InputString, "unrecognized/unexpected … in MainEntry()
1963 fscanf (OverridePackage, "%s", &InputString); in MainEntry()
1964 if (_strcmpi (InputString, "PACKAGE.INF") != 0) { in MainEntry()
1976 InputString[0] = 0; in MainEntry()
1977 while ((InputString[0] != '[') && (!feof (OverridePackage))) { in MainEntry()
1978 if (GetNextLine (InputString, OverridePackage, &LineNumber) != -1) { in MainEntry()
1979 if (InputString[0] != '[') { in MainEntry()
1981 if (_strcmpi (InputString, "BASE_NAME") == 0) { in MainEntry()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
DFormDisplay.c437 IN CHAR16 *InputString, in GetLineByWidth() argument
451 if (InputString == NULL || Index == NULL || OutputString == NULL) { in GetLineByWidth()
471 if ((InputString[*Index] == NARROW_CHAR) && (InputString[*Index + 1] == CHAR_CARRIAGE_RETURN)) { in GetLineByWidth()
479 switch (InputString[*Index + StrOffset]) { in GetLineByWidth()
500 if ((InputString[*Index + StrOffset] == CHAR_SPACE) && (GlyphOffset <= LineWidth)) { in GetLineByWidth()
533 if (StrOffset == 0 && (InputString[*Index + StrOffset] == CHAR_NULL)) { in GetLineByWidth()
554 CopyMem ((*OutputString) + 1, &InputString[*Index], StrOffset * sizeof(CHAR16)); in GetLineByWidth()
556 if (InputString[*Index + StrOffset] == CHAR_SPACE) { in GetLineByWidth()
561 } else if (InputString[*Index + StrOffset] == CHAR_LINEFEED) { in GetLineByWidth()
565 if (InputString[*Index + StrOffset + 1] == CHAR_CARRIAGE_RETURN) { in GetLineByWidth()
[all …]
DFormDisplay.h403 IN CHAR16 *InputString,
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch3550 CHAR16 InputString[10];
3558 InputString[0] = 0;