Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c191 char *daymon; /* are */ member
1235 &e->of.ct.daymon) != CFOK || in readcron()
1554 tm_mday = next_ge(tm->tm_mday, e->of.ct.daymon); /* 1-31 */ in tz_next_time()
1676 e->of.ct.daymon); in tz_next_time()
1693 if ((strcmp(e->of.ct.daymon, "*") == 0) && in tz_next_time()
1698 if ((strcmp(e->of.ct.daymon, "*") != 0) && in tz_next_time()
1712 day1 = next_ge(1, e->of.ct.daymon); in tz_next_time()
1722 if ((strcmp(e->of.ct.daymon, "*") != 0) && in tz_next_time()
1725 if ((strcmp(e->of.ct.daymon, "*") == 0) && in tz_next_time()
1795 day <= next_ge(1, e->of.ct.daymon)) { in tz_next_time()
[all …]