Lines Matching refs:tm_sec
1861 to localtime tm_sec because of leap seconds. */
1945 tmp->tm_sec = rem % SECSPERMIN;
1949 tmp->tm_sec += secs_since_posleap <= tmp->tm_sec;
2071 result = atmp->tm_sec - btmp->tm_sec;
2080 dest->tm_sec = src->tm_sec;
2116 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec,
2166 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN)
2170 ** We can't set tm_sec to 0, because that might push the
2172 ** Set tm_sec to 59 instead.
2177 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))
2179 saved_seconds = yourtm.tm_sec;
2180 yourtm.tm_sec = SECSPERMIN - 1;
2182 saved_seconds = yourtm.tm_sec;
2183 yourtm.tm_sec = 0;
2309 ** (in case tm_sec contains a value associated with a leap second).
2375 tmp->tm_sec += (sp->ttis[otheri].tt_utoff
2381 tmp->tm_sec -= (sp->ttis[otheri].tt_utoff