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

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

Completed in 66 milliseconds