Lines Matching refs:tm_sec
1724 to localtime tm_sec because of leap seconds. */
1808 tmp->tm_sec = rem % SECSPERMIN;
1812 tmp->tm_sec += secs_since_posleap <= tmp->tm_sec;
1934 result = atmp->tm_sec - btmp->tm_sec;
1943 dest->tm_sec = src->tm_sec;
1979 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec,
2029 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN)
2033 ** We can't set tm_sec to 0, because that might push the
2035 ** Set tm_sec to 59 instead.
2040 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))
2042 saved_seconds = yourtm.tm_sec;
2043 yourtm.tm_sec = SECSPERMIN - 1;
2045 saved_seconds = yourtm.tm_sec;
2046 yourtm.tm_sec = 0;
2172 ** (in case tm_sec contains a value associated with a leap second).
2237 tmp->tm_sec += (sp->ttis[otheri].tt_utoff
2243 tmp->tm_sec -= (sp->ttis[otheri].tt_utoff