Lines Matching refs:SECSPERDAY
1178 ** add SECSPERDAY times the day number-1 to the time of
1181 value = (rulep->r_day - 1) * SECSPERDAY;
1183 value += SECSPERDAY;
1189 ** Just add SECSPERDAY times the day number to the time of
1192 value = rulep->r_day * SECSPERDAY;
1231 value = d * SECSPERDAY;
1233 value += mon_lengths[leapyear][i] * SECSPERDAY;
1353 = year_lengths[isleap(yearbeg - 1)] * SECSPERDAY;
1366 = year_lengths[isleap(yearbeg)] * SECSPERDAY;
1386 * SECSPERDAY);
1956 tdays = (time_t)(*timep / SECSPERDAY);
1957 rem = (int)(*timep % SECSPERDAY);
1958 rem += offset % SECSPERDAY - corr % SECSPERDAY + 3 * SECSPERDAY;
1959 dayoff = offset / SECSPERDAY - corr / SECSPERDAY + rem / SECSPERDAY - 3;
1960 rem %= SECSPERDAY;
2324 ? (-SECSPERDAY <= yourtm.TM_GMTOFF
2329 : (yourtm.TM_GMTOFF <= SECSPERDAY