Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/libntp/
HDclocktime.c138 s = ntpcal_split_eradays(s.hi + DAY_NTP_STARTS - 1, NULL); in ntp_to_year()
HDntp_calendar.c873 ntpcal_split_eradays( in ntpcal_split_eradays() function
1006 split = ntpcal_split_eradays(rd - 1, &leapy); in ntpcal_rd_to_date()
1044 split = ntpcal_split_eradays(rd - 1, &leapy); in ntpcal_rd_to_tm()
1526 return rd - ntpcal_split_eradays(rd - 1, NULL).lo; in ntpcal_rd_to_ystart()
1542 split = ntpcal_split_eradays(rd - 1, &leaps); in ntpcal_rd_to_mstart()
/freebsd-head/contrib/ntp/include/
HDntp_calendar.h254 ntpcal_split_eradays(int32_t /* days */, int/*BOOL*/ * /* isleapyear */);