Home
last modified time | relevance | path

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

/acpica-3.5.0/source/compiler/
Dprutils.c589 FILE *IncludeFile; in PrOpenIncludeFile() local
604 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()
606 if (!IncludeFile) in PrOpenIncludeFile()
610 return (IncludeFile); in PrOpenIncludeFile()
621 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()
623 if (IncludeFile) in PrOpenIncludeFile()
625 return (IncludeFile); in PrOpenIncludeFile()
635 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()
637 if (IncludeFile) in PrOpenIncludeFile()
639 return (IncludeFile); in PrOpenIncludeFile()
[all …]
Daslfiles.c675 FILE *IncludeFile; in FlOpenIncludeWithPrefix() local
689 IncludeFile = fopen (Pathname, "r"); in FlOpenIncludeWithPrefix()
690 if (!IncludeFile) in FlOpenIncludeWithPrefix()
709 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF) in FlOpenIncludeWithPrefix()
722 fseek (IncludeFile, 0, SEEK_SET); in FlOpenIncludeWithPrefix()
726 AslPushInputFileStack (IncludeFile, Pathname); in FlOpenIncludeWithPrefix()
727 return (IncludeFile); in FlOpenIncludeWithPrefix()
747 FILE *IncludeFile; in FlOpenIncludeFile() local
780 IncludeFile = FlOpenIncludeWithPrefix ("", Op, Op->Asl.Value.String); in FlOpenIncludeFile()
781 if (!IncludeFile) in FlOpenIncludeFile()
[all …]