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

/freebsd-12-stable/contrib/ntp/clockstuff/
H A Dchutest.c539 register u_long date_ui; local
634 date_ui = tmp + yearstart;
636 if (date_ui < (rtime->l_ui + CLOCK_WAYTOOBIG)
637 && date_ui > (rtime->l_ui - CLOCK_WAYTOOBIG))
644 date_ui = calyearstart(rtime->l_ui, NULL);
645 if (date_ui != yearstart) {
646 yearstart = date_ui;
647 date_ui += tmp;
649 date_ui, rtime->l_ui, (long)date_ui
[all...]

Completed in 102 milliseconds