Home
last modified time | relevance | path

Searched refs:DAYSPERWEEK (Results 1 – 2 of 2) sorted by relevance

/timezone/
A Dzic.c2381 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()
A Dprivate.h722 #define DAYSPERWEEK 7 macro

Completed in 13 milliseconds