Searched refs:fpf (Results 1 – 2 of 2) sorted by relevance
19 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file() argument24 stats->file = fopen(fpf, "wb"); in stats_open_file()33 fd = open(fpf, O_RDONLY); in stats_open_file()42 stats->file = fopen(fpf, "rb"); in stats_open_file()
33 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);