Lines Matching defs:seconds
88 int_fast32_t tt_utoff; /* UT offset in seconds */
574 /* Read leap seconds, discarding those out of time_t range. */
581 /* Leap seconds cannot occur before the Epoch,
870 ** Given a pointer into a timezone string, extract a number of seconds,
874 ** of seconds.
901 /* 'SECSPERMIN' allows for leap seconds. */
1511 register time_t seconds;
1515 seconds = sp->ats[0] - t;
1516 else seconds = t - sp->ats[sp->timecnt - 1];
1517 --seconds;
1521 years = seconds / SECSPERREPEAT * YEARSPERREPEAT;
1522 seconds = years * AVGSECSPERYEAR;
1525 newt = t + seconds + SECSPERREPEAT;
1527 newt = t - seconds - SECSPERREPEAT;
1722 /* If less than SECSPERMIN, the number of seconds since the
1724 to localtime tm_sec because of leap seconds. */
2171 ** First try without normalization of seconds
2173 ** If that fails, try with normalization of seconds.
2362 ** is not the case if we are accounting for leap seconds.