Lines Matching refs:FILE
5 * you may not use this file except in compliance with the License.
51 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list);
52 static void erase_latency_file(FILE *f);
175 FILE *f;
181 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno));
190 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno));
233 FILE *f;
308 FILE *f;
321 static void erase_latency_file(FILE *f) {
325 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list) {
334 fprintf(stderr, "Could not read latency file version: %s\n", strerror(errno));