Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dprscan.c1233 FILE *BinaryBufferFile; in PrDoIncludeBuffer() local
1238 BinaryBufferFile = PrOpenIncludeFile (Pathname, "rb", &FullPathname); in PrDoIncludeBuffer()
1239 if (!BinaryBufferFile) in PrDoIncludeBuffer()
1250 while (fread (&c, 1, 1, BinaryBufferFile)) in PrDoIncludeBuffer()
1268 fclose (BinaryBufferFile); in PrDoIncludeBuffer()