Searched refs:IncludeFile (Results 1 – 4 of 4) sorted by relevance
| /src/sys/contrib/dev/acpica/compiler/ |
| H A D | prutils.c | 613 FILE *IncludeFile; in PrOpenIncludeFile() local 628 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile() 630 if (!IncludeFile) in PrOpenIncludeFile() 634 return (IncludeFile); in PrOpenIncludeFile() 645 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile() 647 if (IncludeFile) in PrOpenIncludeFile() 649 return (IncludeFile); in PrOpenIncludeFile() 659 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile() 661 if (IncludeFile) in PrOpenIncludeFile() 663 return (IncludeFile); in PrOpenIncludeFile() [all …]
|
| H A D | aslfiles.c | 677 FILE *IncludeFile; in FlOpenIncludeWithPrefix() local 691 IncludeFile = fopen (Pathname, "r"); in FlOpenIncludeWithPrefix() 692 if (!IncludeFile) in FlOpenIncludeWithPrefix() 711 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF) in FlOpenIncludeWithPrefix() 724 fseek (IncludeFile, 0, SEEK_SET); in FlOpenIncludeWithPrefix() 728 AslPushInputFileStack (IncludeFile, Pathname); in FlOpenIncludeWithPrefix() 729 return (IncludeFile); in FlOpenIncludeWithPrefix() 749 FILE *IncludeFile; in FlOpenIncludeFile() local 782 IncludeFile = FlOpenIncludeWithPrefix ("", Op, Op->Asl.Value.String); in FlOpenIncludeFile() 783 if (!IncludeFile) in FlOpenIncludeFile() [all …]
|
| /src/contrib/bmake/ |
| H A D | parse.c | 1304 IncludeFile(const char *file, bool isSystem, bool depinc, bool silent) in IncludeFile() function 1376 IncludeFile("posix.mk", true, false, true); in HandleDependencySourcesEmpty() 2089 IncludeFile(file.str, endc == '>', directive[0] == 'd', silent); in ParseInclude() 2310 IncludeFile(file, false, false, silent); in ParseTraditionalInclude()
|
| H A D | ChangeLog | 1149 split IncludeFile into separate functions 1368 fix memory leak in IncludeFile
|