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()
2611 iinntt y, mday, hour, min, saved_seconds; in time2sub() local2690 saved_seconds = 0; in time2sub()2700 saved_seconds = yourtm.tm_sec; in time2sub()2701 saved_seconds -= SECSPERMIN - 1; in time2sub()2704 saved_seconds = yourtm.tm_sec; in time2sub()2824 if (increment_overflow_time_iinntt(&t, saved_seconds)) in time2sub()