Searched refs:newsec (Results 1 – 2 of 2) sorted by relevance
504 ntp_update_second(int64_t *adjustment, time_t *newsec) in ntp_update_second() argument546 else if ((*newsec) % 86400 == 0) { in ntp_update_second()547 (*newsec)--; in ntp_update_second()559 else if (((*newsec) + 1) % 86400 == 0) { in ntp_update_second()560 (*newsec)++; in ntp_update_second()
159 void ntp_update_second(int64_t *adjustment, time_t *newsec);