Searched refs:stats_drift_file (Results 1 – 2 of 2) sorted by relevance
62 char *stats_drift_file; /* frequency file name */ variable125 if (stats_drift_file) { in uninit_util()126 free(stats_drift_file); in uninit_util()128 stats_drift_file = NULL; in uninit_util()259 if (stats_drift_file != 0) { in write_stats()291 if (_unlink(stats_drift_file)) /* rename semantics differ under NT */ in write_stats()294 stats_drift_file); in write_stats()298 if (rename(stats_temp_file, stats_drift_file)) in write_stats()301 stats_temp_file, stats_drift_file); in write_stats()304 if ((fp = fopen(stats_drift_file, "w")) == in write_stats()[all …]
215 extern char *stats_drift_file; /* name of the driftfile */