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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c     [all...]
  /external/llvm/tools/llvm-symbolizer/
llvm-symbolizer.cpp 98 static bool parseCommand(StringRef InputString, bool &IsData,
105 const char *pos = InputString.data();
167 char InputString[kMaxInputStringLength];
170 if (!fgets(InputString, sizeof(InputString), stdin))
176 if (!parseCommand(StringRef(InputString), IsData, ModuleName,
178 outs() << InputString;
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c 298 @param[in] InputString The command line to expand.
306 IN CONST CHAR16 *InputString,
342 switch (InputString[Index]) {
368 if (StrStr (InputString + TabPos, L":") == NULL) {
374 if (InputString[TabPos] != L'\\') {
391 StrnCatS (TabStr, (BufferSize) / sizeof (CHAR16), InputString + TabPos, StringLen - TabPos);
403 while (*InputString == L' ') {
404 InputString++;
409 (((InputString[0] == L'c' || InputString[0] == L'C') && (InputString[1] == L'd' || InputString[1] == L'D')) &&
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
FormDisplay.h 391 @param InputString String description for this option.
395 @param Index Where in InputString to start the copy process
404 IN CHAR16 *InputString,
FormDisplay.c 427 @param InputString String description for this option.
431 @param Index Where in InputString to start the copy process
440 IN CHAR16 *InputString,
454 if (InputString == NULL || Index == NULL || OutputString == NULL) {
474 if ((InputString[*Index] == NARROW_CHAR) && (InputString[*Index + 1] == CHAR_CARRIAGE_RETURN)) {
482 switch (InputString[*Index + StrOffset]) {
503 if ((InputString[*Index + StrOffset] == CHAR_SPACE) && (GlyphOffset <= LineWidth)) {
536 if (StrOffset == 0 && (InputString[*Index + StrOffset] == CHAR_NULL)) {
557 CopyMem ((*OutputString) + 1, &InputString[*Index], StrOffset * sizeof(CHAR16));
    [all...]

Completed in 92 milliseconds