Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Dprutils.c355 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 Daslfiles.c412 FILE *IncludeFile; in FlOpenIncludeWithPrefix() local
426 IncludeFile = fopen (Pathname, "r"); in FlOpenIncludeWithPrefix()
427 if (!IncludeFile) in FlOpenIncludeWithPrefix()
461 fseek (IncludeFile, 0, SEEK_SET); in FlOpenIncludeWithPrefix()
466 return (IncludeFile); in FlOpenIncludeWithPrefix()
486 FILE *IncludeFile; in FlOpenIncludeFile() local
520 if (!IncludeFile) in FlOpenIncludeFile()
535 IncludeFile = FlOpenIncludeWithPrefix ( in FlOpenIncludeFile()
537 if (IncludeFile) in FlOpenIncludeFile()
549 IncludeFile = FlOpenIncludeWithPrefix ( in FlOpenIncludeFile()
[all …]