Home
last modified time | relevance | path

Searched refs:leapy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dntp_calendar.c1000 int leapy; in ntpcal_rd_to_date() local
1006 split = ntpcal_split_eradays(rd - 1, &leapy); in ntpcal_rd_to_date()
1019 split = ntpcal_split_yeardays(split.lo, leapy); in ntpcal_rd_to_date()
1023 return ymask ? leapy : -1; in ntpcal_rd_to_date()
1038 int leapy; in ntpcal_rd_to_tm() local
1044 split = ntpcal_split_eradays(rd - 1, &leapy); in ntpcal_rd_to_tm()
1049 split = ntpcal_split_yeardays(split.lo, leapy); in ntpcal_rd_to_tm()
1053 return leapy; in ntpcal_rd_to_tm()