Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DDscFile.c162 char ThisSectionName[MAX_LINE_LEN]; in DSCParseInclude() local
257 ExpandSymbols (Start, ThisSectionName, sizeof (ThisSectionName), EXPANDMODE_NO_UNDEFS); in DSCParseInclude()
258 Status = DSCParseInclude (DSC, ThisSectionName, NestLevel + 1); in DSCParseInclude()
325 strcpy (ThisSectionName, ShortHandSectionName); in DSCParseInclude()
327 strcat (ThisSectionName, Start + 1); in DSCParseInclude()
329 strcat (ThisSectionName, Start); in DSCParseInclude()
343 NewSect->Name = (char *) malloc (strlen (ThisSectionName) + 1); in DSCParseInclude()
350 strcpy (NewSect->Name, ThisSectionName); in DSCParseInclude()
364 strcpy (ShortHandSectionName, ThisSectionName); in DSCParseInclude()