Lines Matching refs:FILE
5 * you may not use this file except in compliance with the License.
196 static int ebReadString(ExpandBuf* pBuf, FILE* in)
221 static int ebReadData(ExpandBuf* pBuf, FILE* in, size_t count, int eofExpected)
247 static int ebWriteData(ExpandBuf* pBuf, FILE* out)
426 static int processHeapDump(ExpandBuf* pBuf, FILE* out)
571 * Filter an hprof data file.
573 static int filterData(FILE* in, FILE* out)
592 fprintf(stderr, "ERROR: HPROF file already in 1.0.2 format.\n");
594 fprintf(stderr, "ERROR: expecting HPROF file format 1.0.3\n");
607 * (8b) file creation date
676 FILE* in = stdin;
677 FILE* out = stdout;
692 "See the associated NOTICE file for this software for further "