Lines Matching refs:SECSPERDAY
943 value = (rulep->r_day - 1) * SECSPERDAY; in transtime()
945 value += SECSPERDAY; in transtime()
954 value = rulep->r_day * SECSPERDAY; in transtime()
993 value = d * SECSPERDAY; in transtime()
995 value += mon_lengths[leapyear][i] * SECSPERDAY; in transtime()
1114 * SECSPERDAY); in tzparse()
1624 tdays = *timep / SECSPERDAY; in timesub()
1625 rem = *timep % SECSPERDAY; in timesub()
1654 rem += SECSPERDAY; in timesub()
1657 while (rem >= SECSPERDAY) { in timesub()
1658 rem -= SECSPERDAY; in timesub()
1960 ? (-SECSPERDAY <= yourtm.TM_GMTOFF in time2sub()
1964 : (yourtm.TM_GMTOFF <= SECSPERDAY in time2sub()