Searched refs:IncludeFileName (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/ |
D | MakeDeps.c | 747 INT8 IncludeFileName[MAX_LINE_LEN]; in ProcessClOutput() local 773 Ret = sscanf (Line, "Note: including file: %s %c", IncludeFileName, &Char); in ProcessClOutput() 795 if (_stricmp (IncludeFileName, ListPtr->Str) == 0) { in ProcessClOutput() 808 DebugMsg (NULL, 0, 0, IncludeFileName, "duplicate include -- not processed again"); in ProcessClOutput() 815 ListPtr->Str = malloc (strlen (IncludeFileName) + 1); in ProcessClOutput() 816 strcpy (ListPtr->Str, IncludeFileName); in ProcessClOutput() 821 PrintDependency (TargetFileName, IncludeFileName); in ProcessClOutput()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | SimpleFileParsing.c | 1017 char IncludeFileName[MAX_PATH]; 1039 To = IncludeFileName; 1055 if (!ReportedError && (Len >= sizeof (IncludeFileName))) { 1071 strcpy (IncludedSourceFile.FileName, IncludeFileName);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | SimpleFileParsing.c | 998 CHAR8 IncludeFileName[MAX_PATH]; 1020 To = IncludeFileName; 1036 if (!ReportedError && (Len >= sizeof (IncludeFileName))) { 1052 strcpy (IncludedSourceFile.FileName, IncludeFileName);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/ |
D | StrGather.c | 1075 INT8 IncludeFileName[MAX_PATH]; in ProcessTokenInclude() local 1097 To = IncludeFileName; in ProcessTokenInclude() 1113 if (!ReportedError && (Len >= sizeof (IncludeFileName))) { in ProcessTokenInclude() 1129 strcpy (IncludedSourceFile.FileName, IncludeFileName); in ProcessTokenInclude()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/ |
D | StrGather.c | 1269 INT8 IncludeFileName[MAX_PATH]; in ProcessTokenInclude() local 1291 To = IncludeFileName; in ProcessTokenInclude() 1307 if (!ReportedError && (Len >= sizeof (IncludeFileName))) { in ProcessTokenInclude() 1323 strcpy (IncludedSourceFile.FileName, IncludeFileName); in ProcessTokenInclude()
|