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

/freebsd-10-stable/contrib/ntp/include/
H A Dntp_calendar.h190 ntpcal_edate_to_eradays(int32_t /* years */, int32_t /* months */, int32_t /* mdays */);
/freebsd-10-stable/contrib/ntp/libntp/
H A Dntp_calendar.c1257 ntpcal_edate_to_eradays( function
1342 return ntpcal_edate_to_eradays(utm->tm_year + 1899,
1358 return ntpcal_edate_to_eradays((int32_t)jd->year - 1,
1871 return ntpcal_edate_to_eradays(y-1, m-1, d)

Completed in 103 milliseconds