Searched refs:day_of_year (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_mx4200.c | 955 int year, day_of_year, month, day_of_month; in mx4200_parse_t() local 1052 if (!(day_of_year = mx4200_jday(year, month, day_of_month))) { in mx4200_parse_t() 1055 day_of_year, year, month, day_of_month); in mx4200_parse_t() 1092 pp->day = day_of_year; in mx4200_parse_t()
|
/freebsd/contrib/bearssl/test/ |
H A D | test_x509.c | 527 int day_of_year, leaps, i; in string_to_time() local 585 day_of_year = 0; in string_to_time() 587 day_of_year += month_length(year, i); in string_to_time() 592 day_of_year += (day - 1); in string_to_time() 598 *days = (uint32_t)year * 365 + (uint32_t)leaps + day_of_year; in string_to_time()
|