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

/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_calendar.c906 int leapy; local
920 split = ntpcal_split_eradays(rd - 1, &leapy);
933 split = ntpcal_split_yeardays(split.lo, leapy);
937 return ymask ? leapy : -1;
952 int leapy; local
960 split = ntpcal_split_eradays(rd - 1, &leapy);
965 split = ntpcal_split_yeardays(split.lo, leapy);
969 return leapy;

Completed in 42 milliseconds