Searched refs:dayweek (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c192 char *dayweek; /* crontab) */ member in struct:event::__anon368::__anon369
1214 ((e->of.ct.dayweek = next_field(0, 6)) != NULL))) {
1587 tm_wday = next_ge(tm->tm_wday, e->of.ct.dayweek); /* 0-6 */
1590 (strcmp(e->of.ct.dayweek, "*") == 0 && tm->tm_mday != tm_mday) ||
1713 wday = next_ge(d2%7, e->of.ct.dayweek);
1726 (strcmp(e->of.ct.dayweek, "*") != 0)) {
1731 (strcmp(e->of.ct.dayweek, "*") == 0)) {
1749 wday = next_ge(wd, e->of.ct.dayweek);
1755 (strcmp(e->of.ct.dayweek, "*") == 0))
1758 (strcmp(e->of.ct.dayweek, "*") !
[all...]

Completed in 98 milliseconds