Searched refs:DAYSPERWEEK (Results 1 – 2 of 2) sorted by relevance
2381 if (hours >= HOURSPERDAY * DAYSPERWEEK) { in stringoffset()2419 wdayoff = (rp->r_dayofmonth - 1) % DAYSPERWEEK; in stringrule()2424 week = 1 + (rp->r_dayofmonth - 1) / DAYSPERWEEK; in stringrule()2429 wdayoff = rp->r_dayofmonth % DAYSPERWEEK; in stringrule()2434 week = rp->r_dayofmonth / DAYSPERWEEK; in stringrule()2438 wday += DAYSPERWEEK; in stringrule()3370 #define LDAYSPERWEEK ((zic_t) DAYSPERWEEK) in rpytime()
722 #define DAYSPERWEEK 7 macro
Completed in 13 milliseconds