Home
last modified time | relevance | path

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

/dflybsd-src/sys/contrib/dev/acpica/source/compiler/
H A Dprutils.c355 FILE *IncludeFile; in PrOpenIncludeFile() local
370 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()
372 if (!IncludeFile) in PrOpenIncludeFile()
376 return (IncludeFile); in PrOpenIncludeFile()
387 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()
389 if (IncludeFile) in PrOpenIncludeFile()
391 return (IncludeFile); in PrOpenIncludeFile()
401 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()
403 if (IncludeFile) in PrOpenIncludeFile()
405 return (IncludeFile); in PrOpenIncludeFile()
[all …]
H A 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 …]
/dflybsd-src/contrib/bmake/
H A Dparse.c1212 IncludeFile(const char *file, bool isSystem, bool depinc, bool silent) in IncludeFile() function
1280 IncludeFile("posix.mk", true, false, true); in HandleDependencySourcesEmpty()
2016 IncludeFile(file.str, endc == '>', directive[0] == 'd', silent); in ParseInclude()
2236 IncludeFile(file, false, false, silent); in ParseTraditionalInclude()
H A DChangeLog112 split IncludeFile into separate functions
331 fix memory leak in IncludeFile