Searched refs:saved_seconds (Results 1 – 1 of 1) sorted by relevance
1642 int saved_seconds; in time2sub() local1700 saved_seconds = 0; in time2sub()1712 saved_seconds = yourtm.tm_sec; in time2sub()1715 saved_seconds = yourtm.tm_sec; in time2sub()1796 newt = t + saved_seconds; in time2sub()1797 if ((newt < t) != (saved_seconds < 0)) in time2sub()