Lines Matching refs:SECSPERDAY
1022 value = (rulep->r_day - 1) * SECSPERDAY; in transtime()
1024 value += SECSPERDAY; in transtime()
1033 value = rulep->r_day * SECSPERDAY; in transtime()
1072 value = d * SECSPERDAY; in transtime()
1074 value += mon_lengths[leapyear][i] * SECSPERDAY; in transtime()
1192 = year_lengths[isleap(yearbeg - 1)] * SECSPERDAY; in tzparse()
1205 = year_lengths[isleap(yearbeg)] * SECSPERDAY; in tzparse()
1225 * SECSPERDAY); in tzparse()
1878 tdays = *timep / SECSPERDAY; in timesub()
1879 rem = *timep % SECSPERDAY; in timesub()
1880 rem += offset % SECSPERDAY - corr % SECSPERDAY + 3 * SECSPERDAY; in timesub()
1881 dayoff = offset / SECSPERDAY - corr / SECSPERDAY + rem / SECSPERDAY - 3; in timesub()
1882 rem %= SECSPERDAY; in timesub()
2226 ? (-SECSPERDAY <= yourtm.TM_GMTOFF in time2sub()
2230 : (yourtm.TM_GMTOFF <= SECSPERDAY in time2sub()