Searched refs:next_ge (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/cron/ |
| H A D | cron.c | 317 static int next_ge(int, char *); 1553 tm_mon = next_ge(tm->tm_mon + 1, e->of.ct.month) - 1; /* 0-11 */ in tz_next_time() 1554 tm_mday = next_ge(tm->tm_mday, e->of.ct.daymon); /* 1-31 */ in tz_next_time() 1555 tm_wday = next_ge(tm->tm_wday, e->of.ct.dayweek); /* 0-6 */ in tz_next_time() 1564 if ((tm->tm_hour + 1) <= next_ge(tm->tm_hour, e->of.ct.hour)) { in tz_next_time() 1567 min = next_ge(m%60, e->of.ct.minute); in tz_next_time() 1570 hr = next_ge(h%24, e->of.ct.hour); in tz_next_time() 1665 min = next_ge(0, e->of.ct.minute); in tz_next_time() 1666 hr = next_ge(0, e->of.ct.hour); in tz_next_time() 1675 day1 = next_ge((d1-1)%days_in_mon(tm->tm_mon, tm->tm_year) + 1, in tz_next_time() [all …]
|