Searched refs:ntpcal_edate_to_eradays (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/bsd/ntp/dist/tests/libntp/ |
H A D | calendar.c | 1071 wd = ntpcal_edate_to_eradays(yi-1, m-1, d-1) % 7 + 1; in test_RellezEra() 1081 wd = ntpcal_edate_to_eradays(yi-1, m-1, d-1) % 7 + 1; in test_RellezEra() 1092 wd = ntpcal_edate_to_eradays(yi-1, m-1, d-1) % 7 + 1; in test_RellezEra() 1100 wd = ntpcal_edate_to_eradays(yi-1, m-1, d-1) % 7 + 1; in test_RellezEra() 1156 wd = ntpcal_edate_to_eradays(yi-1, m-1, d-1) % 7 + 1; in test_zellerDirect() 1166 wd = ntpcal_edate_to_eradays(yi-1, m-1, d-1) % 7 + 1; in test_zellerDirect() 1177 wd = ntpcal_edate_to_eradays(yi-1, m-1, d-1) % 7 + 1; in test_zellerDirect() 1185 wd = ntpcal_edate_to_eradays(yi-1, m-1, d-1) % 7 + 1; in test_zellerDirect() 1199 wd = ntpcal_edate_to_eradays(y-1, 0, 0) % 7 + 1; in test_ZellerDirectBad()
|
H A D | test-libntp.c | 25 time_t days = ntpcal_edate_to_eradays(y-1, m-1, d-1) + 1 - DAY_UNIX_STARTS; in settime()
|
/netbsd/external/bsd/ntp/dist/libntp/ |
H A D | ntp_calendar.c | 1393 ntpcal_edate_to_eradays( in ntpcal_edate_to_eradays() function 1479 return ntpcal_edate_to_eradays(utm->tm_year + 1899, in ntpcal_tm_to_rd() 1495 return ntpcal_edate_to_eradays((int32_t)jd->year - 1, in ntpcal_date_to_rd() 2033 return ntpcal_edate_to_eradays(y-1, m-1, d) in basedate_eval_string()
|
/netbsd/external/bsd/ntp/dist/include/ |
H A D | ntp_calendar.h | 212 ntpcal_edate_to_eradays(int32_t /* years */, int32_t /* months */, int32_t /* mdays */);
|