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

/freebsd-current/contrib/ntp/ntpd/
H A Dntp_util.c61 char *stats_drift_file; /* frequency file name */ variable
123 if (stats_drift_file) {
124 free(stats_drift_file);
126 stats_drift_file = NULL;
257 if (stats_drift_file != 0) {
287 if (_unlink(stats_drift_file)) /* rename semantics differ under NT */
290 stats_drift_file);
294 if (rename(stats_temp_file, stats_drift_file))
297 stats_temp_file, stats_drift_file);
300 if ((fp = fopen(stats_drift_file, "
[all...]
H A Dntp_config.c211 extern char *stats_drift_file; /* name of the driftfile */

Completed in 80 milliseconds