Lines Matching refs:tm_sec
1694 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; in timesub()
1828 result = atmp->tm_sec - btmp->tm_sec; in tmcomp()
1855 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub()
1900 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub()
1911 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
1913 saved_seconds = yourtm.tm_sec; in time2sub()
1914 yourtm.tm_sec = SECSPERMIN - 1; in time2sub()
1916 saved_seconds = yourtm.tm_sec; in time2sub()
1917 yourtm.tm_sec = 0; in time2sub()
2106 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff - in time1()
2112 tmp->tm_sec -= sp->ttis[otheri].tt_gmtoff - in time1()