Searched refs:BinaryBufferFile (Results 1 – 1 of 1) sorted by relevance
1220 FILE *BinaryBufferFile; in PrDoIncludeBuffer() local1225 BinaryBufferFile = PrOpenIncludeFile (Pathname, "rb", &FullPathname); in PrDoIncludeBuffer()1226 if (!BinaryBufferFile) in PrDoIncludeBuffer()1237 while (fread (&c, 1, 1, BinaryBufferFile)) in PrDoIncludeBuffer()1255 fclose (BinaryBufferFile); in PrDoIncludeBuffer()
Completed in 4 milliseconds