Lines Matching refs:tm_sec
1666 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit;
1794 result = atmp->tm_sec - btmp->tm_sec;
1821 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec,
1866 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN)
1877 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))
1879 saved_seconds = yourtm.tm_sec;
1880 yourtm.tm_sec = SECSPERMIN - 1;
1882 saved_seconds = yourtm.tm_sec;
1883 yourtm.tm_sec = 0;
2067 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff -
2073 tmp->tm_sec -= sp->ttis[otheri].tt_gmtoff -