Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c193 char *dayweek; /* crontab) */ member
1238 &e->of.ct.dayweek) != CFOK) { in readcron()
1555 tm_wday = next_ge(tm->tm_wday, e->of.ct.dayweek); /* 0-6 */ in tz_next_time()
1681 wday = next_ge(d2%7, e->of.ct.dayweek); in tz_next_time()
1694 (strcmp(e->of.ct.dayweek, "*") != 0)) { in tz_next_time()
1699 (strcmp(e->of.ct.dayweek, "*") == 0)) { in tz_next_time()
1717 wday = next_ge(wd, e->of.ct.dayweek); in tz_next_time()
1723 (strcmp(e->of.ct.dayweek, "*") == 0)) in tz_next_time()
1726 (strcmp(e->of.ct.dayweek, "*") != 0)) in tz_next_time()
1792 if (strcmp(e->of.ct.dayweek, "*") == 0 && in tz_next_time()
[all …]