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

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_util.c62 char *stats_drift_file; /* frequency file name */ variable
124 if (stats_drift_file) {
125 free(stats_drift_file);
127 stats_drift_file = NULL;
258 if (stats_drift_file != 0) {
290 if (_unlink(stats_drift_file)) /* rename semantics differ under NT */
293 stats_drift_file);
297 if (rename(stats_temp_file, stats_drift_file))
300 stats_temp_file, stats_drift_file);
303 if ((fp = fopen(stats_drift_file, "
[all...]
H A Dntp_config.c213 extern char *stats_drift_file; /* name of the driftfile */
3995 stats_drift_file = 0;

Completed in 109 milliseconds