Searched refs:leapfile_name (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/ntp/ntpd/ |
| HD | ntp_util.c | 57 static char *leapfile_name; /* leapseconds file name */ variable 530 leapfile_name = erealloc(leapfile_name, len + 1); in stats_config() 531 memcpy(leapfile_name, value, len + 1); in stats_config() 535 leapfile_name, &leapfile_stat, in stats_config() 949 if ( ! (leapfile_name && *leapfile_name)) in check_leap_file() 954 leapfile_name, &leapfile_stat, in check_leap_file() 984 logPrefix, leapfile_name); in check_leap_expiration() 989 logPrefix, leapfile_name, -rc, (rc == -1 ? "" : "s")); in check_leap_expiration() 993 logPrefix, leapfile_name, 1+rc); in check_leap_expiration()
|