Home
last modified time | relevance | path

Searched refs:saved_seconds (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dmktime.c191 register int saved_seconds; in time2() local
218 saved_seconds = yourtm.tm_sec; in time2()
253 t += saved_seconds; in time2()
/freebsd/contrib/tzcode/
H A Dlocaltime.c2309 iinntt y, mday, hour, min, saved_seconds; in time2sub() local
2388 saved_seconds = 0; in time2sub()
2398 saved_seconds = yourtm.tm_sec; in time2sub()
2399 saved_seconds -= SECSPERMIN - 1; in time2sub()
2402 saved_seconds = yourtm.tm_sec; in time2sub()
2508 if (increment_overflow_time_iinntt(&t, saved_seconds)) in time2sub()