Searched refs:SECSPERDAY (Results 1 – 2 of 2) sorted by relevance
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()[all …]
124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY) macro