Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cron/
H A Dcron.c195 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()
[all …]