Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cron/
H A Dcron.c319 static int next_ge(int, char *);
1588 tm_mon = next_ge(tm->tm_mon + 1, e->of.ct.month) - 1; /* 0-11 */ in tz_next_time()
1589 tm_mday = next_ge(tm->tm_mday, e->of.ct.daymon); /* 1-31 */ in tz_next_time()
1590 tm_wday = next_ge(tm->tm_wday, e->of.ct.dayweek); /* 0-6 */ in tz_next_time()
1599 if ((tm->tm_hour + 1) <= next_ge(tm->tm_hour, e->of.ct.hour)) { in tz_next_time()
1602 min = next_ge(m%60, e->of.ct.minute); in tz_next_time()
1605 hr = next_ge(h%24, e->of.ct.hour); in tz_next_time()
1700 min = next_ge(0, e->of.ct.minute); in tz_next_time()
1701 hr = next_ge(0, e->of.ct.hour); in tz_next_time()
1710 day1 = next_ge((d1-1)%days_in_mon(tm->tm_mon, tm->tm_year) + 1, in tz_next_time()
[all …]