Searched refs:IncludeFile (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | prutils.c | 355 FILE *IncludeFile; in PrOpenIncludeFile() local 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() 403 if (IncludeFile) in PrOpenIncludeFile() 405 return (IncludeFile); in PrOpenIncludeFile() 441 FILE *IncludeFile; in PrOpenIncludeWithPrefix() local 456 if (!IncludeFile) in PrOpenIncludeWithPrefix() [all …]
|
| H A D | aslfiles.c | 675 FILE *IncludeFile; in FlOpenIncludeWithPrefix() local 689 IncludeFile = fopen (Pathname, "r"); in FlOpenIncludeWithPrefix() 690 if (!IncludeFile) in FlOpenIncludeWithPrefix() 722 fseek (IncludeFile, 0, SEEK_SET); in FlOpenIncludeWithPrefix() 727 return (IncludeFile); in FlOpenIncludeWithPrefix() 747 FILE *IncludeFile; in FlOpenIncludeFile() local 781 if (!IncludeFile) in FlOpenIncludeFile() 796 IncludeFile = FlOpenIncludeWithPrefix ( in FlOpenIncludeFile() 798 if (IncludeFile) in FlOpenIncludeFile() 810 IncludeFile = FlOpenIncludeWithPrefix ( in FlOpenIncludeFile() [all …]
|
| /freebsd-14.2/contrib/bmake/ |
| H A D | parse.c | 1258 IncludeFile(const char *file, bool isSystem, bool depinc, bool silent) in IncludeFile() function 1330 IncludeFile("posix.mk", true, false, true); in HandleDependencySourcesEmpty() 2084 IncludeFile(file.str, endc == '>', directive[0] == 'd', silent); in ParseInclude() 2306 IncludeFile(file, false, false, silent); in ParseTraditionalInclude()
|
| H A D | ChangeLog | 323 split IncludeFile into separate functions 542 fix memory leak in IncludeFile
|