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()
2556 iinntt y, mday, hour, min, saved_seconds; in time2sub() local2635 saved_seconds = 0; in time2sub()2645 saved_seconds = yourtm.tm_sec; in time2sub()2646 saved_seconds -= SECSPERMIN - 1; in time2sub()2649 saved_seconds = yourtm.tm_sec; in time2sub()2769 if (increment_overflow_time_iinntt(&t, saved_seconds)) in time2sub()