Home | History | Annotate | Download | only in misc

Lines Matching refs:FILE

22 #include <sys/file.h>
133 void format_rate(FILE *fp, double rate)
147 void format_count(FILE *fp, unsigned long long val)
157 void dump_abs_db(FILE *fp)
219 void dump_incr_db(FILE *fp)
550 perror("rtacct: open history file");
554 perror("rtacct: flock history file");
558 perror("rtacct: fstat history file");
562 fprintf(stderr, "rtacct: something is so wrong with history file, that I prefer not to proceed.\n");
579 FILE *tfp;