Lines Matching refs:tm_sec
1880 tmp->tm_sec = rem % SECSPERMIN; in timesub()
1884 tmp->tm_sec += secs_since_posleap <= tmp->tm_sec; in timesub()
2006 result = atmp->tm_sec - btmp->tm_sec; in tmcomp()
2015 dest->tm_sec = src->tm_sec; in mktmcpy()
2051 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub()
2101 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub()
2112 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
2114 saved_seconds = yourtm.tm_sec; in time2sub()
2115 yourtm.tm_sec = SECSPERMIN - 1; in time2sub()
2117 saved_seconds = yourtm.tm_sec; in time2sub()
2118 yourtm.tm_sec = 0; in time2sub()
2309 tmp->tm_sec += (sp->ttis[otheri].tt_utoff in time1()
2315 tmp->tm_sec -= (sp->ttis[otheri].tt_utoff in time1()