Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/include/
Dntp_calendar.h186 ntpcal_leapyears_in_years(int32_t /* years */);
/netbsd/src/external/bsd/ntp/dist/libntp/
Dntp_calendar.c1287 ntpcal_leapyears_in_years( in ntpcal_leapyears_in_years() function
1326 return years * DAYSPERYEAR + ntpcal_leapyears_in_years(years); in ntpcal_days_in_years()