Lines Matching defs:day
1542 * PRGM | min hour day of month mon day of week
1550 int tm_mon, tm_mday, tm_wday, wday, m, min, h, hr, carry, day, days;
1705 * will be on a different day than the current
1708 /* check monthly day specification */
1714 /* check weekly day specification */
1726 * the day of the month for the next occurance of this event.
1751 /* wd is the day of the week of the first of month mon */
1763 day = (day1 < day2) ? day1 : day2;
1767 day = (day1 < day2) ? day1 : day2;
1769 day = day1;
1771 day = day2;
1775 * now that we have the min, hr, day, mon, yr of the next event,
1778 tm_setup(&tmp, yr, mon, day, hr, min, -1);
1817 * 1. Non existing day of the month. such as April 31th.
1822 if ((mon != 1 && day > d1) || (mon == 1 && day > 29)) {
1830 day <= next_ge(1, e->of.ct.daymon)) {
1835 * Since the day has gone invalid, we need to go to
1844 tmp2.tm_mday = 1; /* 1st day of the month */
1854 } else if (mon == 1 && day > d1) {
1889 tm->tm_mday, tm->tm_year, mon, day, yr);