Lines Matching refs:SECSPERDAY
1021 value = (rulep->r_day - 1) * SECSPERDAY; in transtime()
1023 value += SECSPERDAY; in transtime()
1032 value = rulep->r_day * SECSPERDAY; in transtime()
1071 value = d * SECSPERDAY; in transtime()
1073 value += mon_lengths[leapyear][i] * SECSPERDAY; in transtime()
1191 = year_lengths[isleap(yearbeg - 1)] * SECSPERDAY; in tzparse()
1204 = year_lengths[isleap(yearbeg)] * SECSPERDAY; in tzparse()
1224 * SECSPERDAY); in tzparse()
1868 tdays = *timep / SECSPERDAY; in timesub()
1869 rem = *timep % SECSPERDAY; in timesub()
1870 rem += offset % SECSPERDAY - corr % SECSPERDAY + 3 * SECSPERDAY; in timesub()
1871 dayoff = offset / SECSPERDAY - corr / SECSPERDAY + rem / SECSPERDAY - 3; in timesub()
1872 rem %= SECSPERDAY; in timesub()
2216 ? (-SECSPERDAY <= yourtm.TM_GMTOFF in time2sub()
2220 : (yourtm.TM_GMTOFF <= SECSPERDAY in time2sub()