Lines Matching refs:tm_sec
1532 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; in timesub()
1662 result = atmp->tm_sec - btmp->tm_sec; in tmcomp()
1688 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub()
1733 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub()
1744 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
1746 saved_seconds = yourtm.tm_sec; in time2sub()
1747 yourtm.tm_sec = SECSPERMIN - 1; in time2sub()
1749 saved_seconds = yourtm.tm_sec; in time2sub()
1750 yourtm.tm_sec = 0; in time2sub()
1917 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff - in time1()
1923 tmp->tm_sec -= sp->ttis[otheri].tt_gmtoff - in time1()