Home | History | Annotate | Download | only in time

Lines Matching refs:tm_sec

1939 	   to localtime tm_sec because of leap seconds.  */
2023 tmp->tm_sec = (int)(rem % SECSPERMIN);
2027 tmp->tm_sec += secs_since_posleap <= tmp->tm_sec;
2125 result = atmp->tm_sec - btmp->tm_sec;
2134 dest->tm_sec = src->tm_sec;
2175 min += yourtm.tm_sec / SECSPERMIN;
2176 yourtm.tm_sec %= SECSPERMIN;
2177 if (yourtm.tm_sec < 0) {
2178 yourtm.tm_sec += SECSPERMIN;
2242 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN)
2246 ** We can't set tm_sec to 0, because that might push the
2248 ** Set tm_sec to 59 instead.
2253 saved_seconds = yourtm.tm_sec;
2255 yourtm.tm_sec = SECSPERMIN - 1;
2257 saved_seconds = yourtm.tm_sec;
2258 yourtm.tm_sec = 0;
2307 yourtm.tm_sec += off < 0 ?
2416 ** (in case tm_sec contains a value associated with a leap second).
2487 tmp->tm_sec += (int)(sp->ttis[otheri].tt_utoff
2495 tmp->tm_sec -= (int)(sp->ttis[otheri].tt_utoff