Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Dprscan.c1338 FILE *BinaryBufferFile; in PrDoIncludeBuffer() local
1343 BinaryBufferFile = PrOpenIncludeFile (Pathname, "rb", &FullPathname); in PrDoIncludeBuffer()
1344 if (!BinaryBufferFile) in PrDoIncludeBuffer()
1355 while (fread (&c, 1, 1, BinaryBufferFile)) in PrDoIncludeBuffer()
1373 fclose (BinaryBufferFile); in PrDoIncludeBuffer()