Lines Matching refs:FILE
5 * you may not use this file except in compliance with the License.
24 * - Works like a file-backed FILE* opened with fopen(name, "w"), but the
25 * backing is a chunk of memory rather than a file.
27 * of the file and then writing to it zero-fills the gap.
30 * - A '\0' is maintained just past the end of the file. This is not included
37 * and restore it. Annoying, but allows file truncation.)
225 FILE* open_memstream(char** bufp, size_t* sizep)
227 FILE* fp;
255 FILE* open_memstream(char** bufp, size_t* sizep)
284 FILE *stream;