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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c195 char *dayweek; /* crontab) */ member in struct:event::__anon342::__anon343
1217 ((e->of.ct.dayweek = next_field(0, 6)) != NULL))) {
1590 tm_wday = next_ge(tm->tm_wday, e->of.ct.dayweek); /* 0-6 */
1593 (strcmp(e->of.ct.dayweek, "*") == 0 && tm->tm_mday != tm_mday) ||
1716 wday = next_ge(d2%7, e->of.ct.dayweek);
1729 (strcmp(e->of.ct.dayweek, "*") != 0)) {
1734 (strcmp(e->of.ct.dayweek, "*") == 0)) {
1752 wday = next_ge(wd, e->of.ct.dayweek);
1758 (strcmp(e->of.ct.dayweek, "*") == 0))
1761 (strcmp(e->of.ct.dayweek, "*") !
[all...]

Completed in 65 milliseconds