Home
last modified time | relevance | path

Searched refs:stats_drift_file (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_util.c62 char *stats_drift_file; /* frequency file name */ variable
125 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 …]
Dntp_config.c215 extern char *stats_drift_file; /* name of the driftfile */