Searched refs:r_dayofmonth (Results 1 – 1 of 1) sorted by relevance
104 int r_dayofmonth; member2311 rp->r_dayofmonth = len_months[1][rp->r_month]; in rulesub()2339 if (sscanf(ep, "%d%c", &rp->r_dayofmonth, &xs) != 1 || in rulesub()2340 rp->r_dayofmonth <= 0 || in rulesub()2341 (rp->r_dayofmonth > len_months[1][rp->r_month])) { in rulesub()2999 if (rp->r_dayofmonth == 29 && rp->r_month == TM_FEBRUARY) in stringrule()3006 result += sprintf(result, "%d", total + rp->r_dayofmonth - 1); in stringrule()3008 result += sprintf(result, "J%d", total + rp->r_dayofmonth); in stringrule()3015 wdayoff = (rp->r_dayofmonth - 1) % DAYSPERWEEK; in stringrule()3020 week = 1 + (rp->r_dayofmonth - 1) / DAYSPERWEEK; in stringrule()[all …]