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

/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_mx4200.c955 int year, day_of_year, month, day_of_month; local
1052 if (!(day_of_year = mx4200_jday(year, month, day_of_month))) {
1055 day_of_year, year, month, day_of_month);
1092 pp->day = day_of_year;
/freebsd-12-stable/contrib/bearssl/test/
H A Dtest_x509.c527 int day_of_year, leaps, i; local
585 day_of_year = 0;
587 day_of_year += month_length(year, i);
592 day_of_year += (day - 1);
598 *days = (uint32_t)year * 365 + (uint32_t)leaps + day_of_year;

Completed in 99 milliseconds