Lines Matching refs:SECSPERMIN
898 *secsp += num * SECSPERMIN;
901 /* 'SECSPERMIN' allows for leap seconds. */
902 strp = getnum(strp, &num, 0, SECSPERMIN);
1722 /* If less than SECSPERMIN, the number of seconds since the
1725 time_t secs_since_posleap = SECSPERMIN;
1807 tmp->tm_min = rem / SECSPERMIN;
1808 tmp->tm_sec = rem % SECSPERMIN;
1980 SECSPERMIN))
2029 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN)
2040 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))
2043 yourtm.tm_sec = SECSPERMIN - 1;