HomeSort by relevance Sort by last modified time
    Searched defs:IncludeFileName (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 747 INT8 IncludeFileName[MAX_LINE_LEN];
773 Ret = sscanf (Line, "Note: including file: %s %c", IncludeFileName, &Char);
795 if (_stricmp (IncludeFileName, ListPtr->Str) == 0) {
808 DebugMsg (NULL, 0, 0, IncludeFileName, "duplicate include -- not processed again");
815 ListPtr->Str = malloc (strlen (IncludeFileName) + 1);
816 strcpy (ListPtr->Str, IncludeFileName);
821 PrintDependency (TargetFileName, IncludeFileName);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 1075 INT8 IncludeFileName[MAX_PATH];
1097 To = IncludeFileName;
1113 if (!ReportedError && (Len >= sizeof (IncludeFileName))) {
1129 strcpy (IncludedSourceFile.FileName, IncludeFileName);
1133 // printf ("including file '%s'\n", IncludeFileName);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c     [all...]

Completed in 150 milliseconds