Lines Matching refs:SECSPERDAY
851 value = (rulep->r_day - 1) * SECSPERDAY; in transtime()
853 value += SECSPERDAY; in transtime()
862 value = rulep->r_day * SECSPERDAY; in transtime()
901 value = d * SECSPERDAY; in transtime()
903 value += mon_lengths[leapyear][i] * SECSPERDAY; in transtime()
1023 * SECSPERDAY); in tzparse()
1455 tdays = *timep / SECSPERDAY; in timesub()
1456 rem = *timep - tdays * SECSPERDAY; in timesub()
1482 seconds = tdays * SECSPERDAY; in timesub()
1483 tdays = seconds / SECSPERDAY; in timesub()
1484 rem += seconds - tdays * SECSPERDAY; in timesub()
1492 rem += SECSPERDAY; in timesub()
1495 while (rem >= SECSPERDAY) { in timesub()
1496 rem -= SECSPERDAY; in timesub()