Searched refs:daymon (Results 1 – 1 of 1) sorted by relevance
191 char *daymon; /* are */ member1235 &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()1557 if ((strcmp(e->of.ct.daymon, "*") == 0 && tm->tm_wday != tm_wday) || 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()[all …]