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

/freebsd-13-stable/contrib/ntp/libparse/
H A Dparse.c406 static int days_of_month[] = local
449 t += days_of_month[i];
453 clock_time->day > 29 : clock_time->day > days_of_month[clock_time->month]))
/freebsd-13-stable/contrib/ntp/parseutil/
H A Ddcfd.c769 static int days_of_month[] = local
819 t += days_of_month[i];
823 clock_time->day > 29 : clock_time->day > days_of_month[clock_time->month]))

Completed in 43 milliseconds