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()
2309 iinntt y, mday, hour, min, saved_seconds; in time2sub() local2388 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()