Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cron/
H A Dcron.c193 char *daymon; /* are */ member
1215 ((e->of.ct.daymon = next_field(1, 31)) != NULL) && in readcron()
1589 tm_mday = next_ge(tm->tm_mday, e->of.ct.daymon); /* 1-31 */ in tz_next_time()
1592 if ((strcmp(e->of.ct.daymon, "*") == 0 && tm->tm_wday != tm_wday) || in tz_next_time()
1711 e->of.ct.daymon); in tz_next_time()
1728 if ((strcmp(e->of.ct.daymon, "*") == 0) && in tz_next_time()
1733 if ((strcmp(e->of.ct.daymon, "*") != 0) && in tz_next_time()
1747 day1 = next_ge(1, e->of.ct.daymon); in tz_next_time()
1757 if ((strcmp(e->of.ct.daymon, "*") != 0) && in tz_next_time()
1760 if ((strcmp(e->of.ct.daymon, "*") == 0) && in tz_next_time()
[all …]