Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
DUtilsMsgs.c361 INT8 Line2[MAX_LINE_LEN]; in PrintMessage() local
377 sprintf (Line2, "(%d)", LineNumber); in PrintMessage()
378 strcat (Line, Line2); in PrintMessage()
384 sprintf (Line2, " : %s %c%04d", Type, toupper (Type[0]), MessageCode); in PrintMessage()
385 strcat (Line, Line2); in PrintMessage()
397 vsprintf (Line2, MsgFmt, List); in PrintMessage()
398 fprintf (stdout, ": %s", Line2); in PrintMessage()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DEfiUtilityMsgs.c427 CHAR8 Line2[MAX_LINE_LEN]; in PrintMessage() local
436 Line2[0] = '\0'; in PrintMessage()
467 sprintf (Line2, "(%u)", (unsigned) LineNumber); in PrintMessage()
468 strcat (Line, Line2); in PrintMessage()
481 sprintf (Line2, "(%u)", (unsigned) LineNumber); in PrintMessage()
482 strcat (Line, Line2); in PrintMessage()
505 sprintf (Line2, ": %s %04u", Type, (unsigned) MessageCode); in PrintMessage()
507 sprintf (Line2, ": %s", Type); in PrintMessage()
509 strcat (Line, Line2); in PrintMessage()
523 vsprintf (Line2, MsgFmt, List); in PrintMessage()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DEfiUtilityMsgs.c462 INT8 Line2[MAX_LINE_LEN]; in PrintMessage() local
478 sprintf (Line2, "(%d)", LineNumber); in PrintMessage()
479 strcat (Line, Line2); in PrintMessage()
485 sprintf (Line2, " : %s %c%04d", Type, toupper (Type[0]), MessageCode); in PrintMessage()
486 strcat (Line, Line2); in PrintMessage()
498 vsprintf (Line2, MsgFmt, List); in PrintMessage()
499 fprintf (stdout, ": %s", Line2); in PrintMessage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DProcessDsc.c913 INT8 Line2[MAX_EXP_LINE_LEN]; in ProcessSectionComponents() local
923 if (ExpandSymbols (Line, Line2, sizeof (Line2), 0)) { in ProcessSectionComponents()
929 Cptr = StripLine (Line2); in ProcessSectionComponents()
931 Message (2, "Processing component line: %s", Line2); in ProcessSectionComponents()
932 if (ProcessComponentFile (DSCFile, Line2, DscSectionType, Instance) != 0) { in ProcessSectionComponents()
4641 INT8 Line2[MAX_EXP_LINE_LEN]; in ProcessDSCDefinesSection() local
4659 if (ExpandSymbols (Line, Line2, sizeof (Line2), 0)) { in ProcessDSCDefinesSection()
4665 Cptr = StripLine (Line2); in ProcessDSCDefinesSection()
4670 AddSymbol (Line2, NULL, SYM_OVERWRITE | SYM_GLOBAL); in ProcessDSCDefinesSection()