Home | History | Annotate | Download | only in tzcode

Lines Matching refs:SECSPERMIN

711 		*secsp += num * SECSPERMIN;
714 /* `SECSPERMIN' allows for leap seconds. */
715 strp = getnum(strp, &num, 0, SECSPERMIN);
1547 tmp->tm_min = (int) (rem / SECSPERMIN);
1552 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit;
1698 SECSPERMIN))
1742 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN)
1753 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))
1756 yourtm.tm_sec = SECSPERMIN - 1;