Searched refs:saved_seconds (Results 1 – 2 of 2) sorted by relevance
191 register int saved_seconds; in time2() local218 saved_seconds = yourtm.tm_sec; in time2()253 t += saved_seconds; in time2()
2103 register int saved_seconds; in normalize_overflow() 2167 saved_seconds = 0; in time2sub() 2179 saved_seconds = yourtm.tm_sec; in time2sub() 2182 saved_seconds = yourtm.tm_sec; in time2sub() 2288 newt = t + saved_seconds; in time2sub() 2289 if ((newt < t) != (saved_seconds < 0)) in time2sub() 2162 register int saved_seconds; time2sub() local