Lines Matching defs:seconds
1807 ** into a number of seconds.
1837 warning(_("fractional seconds rejected by"
2390 /* Omit as many initial leap seconds as possible, such that the
2496 ** Correct for leap seconds.
2834 int seconds, minutes;
2841 seconds = offset % SECSPERMIN;
2853 if (minutes | seconds) {
2856 if (seconds) {
2857 *p++ = '0' + seconds / 10;
2858 *p++ = '0' + seconds % 10;
2921 register int seconds;
2929 seconds = offset % SECSPERMIN;
2939 if (minutes != 0 || seconds != 0) {
2942 if (seconds != 0)
2944 ":%02d", seconds);
3587 error(_("too many leap seconds"));
3591 error(_("Rolling leap seconds not supported with -r"));
3614 ** propagate leap seconds forward
3618 error(_("Leap seconds too close together"));
3852 ** Given a rule, and a year, compute the date (in seconds since January 1,