Lines Matching refs:tm_sec
1552 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit;
1670 result = atmp->tm_sec - btmp->tm_sec;
1697 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec,
1742 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN)
1753 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))
1755 saved_seconds = yourtm.tm_sec;
1756 yourtm.tm_sec = SECSPERMIN - 1;
1758 saved_seconds = yourtm.tm_sec;
1759 yourtm.tm_sec = 0;
1935 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff -
1941 tmp->tm_sec -= sp->ttis[otheri].tt_gmtoff -