Lines Matching refs:dayweek
195 char *dayweek; /* crontab) */ member
1217 ((e->of.ct.dayweek = next_field(0, 6)) != NULL))) { in readcron()
1590 tm_wday = next_ge(tm->tm_wday, e->of.ct.dayweek); /* 0-6 */ in tz_next_time()
1593 (strcmp(e->of.ct.dayweek, "*") == 0 && tm->tm_mday != tm_mday) || in tz_next_time()
1716 wday = next_ge(d2%7, e->of.ct.dayweek); in tz_next_time()
1729 (strcmp(e->of.ct.dayweek, "*") != 0)) { in tz_next_time()
1734 (strcmp(e->of.ct.dayweek, "*") == 0)) { in tz_next_time()
1752 wday = next_ge(wd, e->of.ct.dayweek); in tz_next_time()
1758 (strcmp(e->of.ct.dayweek, "*") == 0)) in tz_next_time()
1761 (strcmp(e->of.ct.dayweek, "*") != 0)) in tz_next_time()
1827 if (strcmp(e->of.ct.dayweek, "*") == 0 && in tz_next_time()
2149 free(e2->of.ct.dayweek); in rm_ctevents()