HomeSort by: relevance | last modified time | path
    Searched refs:stats_drift_file (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_util.c 63 char *stats_drift_file; /* frequency file name */ variable
125 if (stats_drift_file) {
126 free(stats_drift_file);
128 stats_drift_file = NULL;
259 if (stats_drift_file != 0) {
289 if (_unlink(stats_drift_file)) /* rename semantics differ under NT */
292 stats_drift_file);
296 if (rename(stats_temp_file, stats_drift_file))
299 stats_temp_file, stats_drift_file);
302 if ((fp = fopen(stats_drift_file, "w")) =
    [all...]
ntp_config.c 223 extern char *stats_drift_file; /* name of the driftfile */

Completed in 43 milliseconds