OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 08:35:24 UTC 2026