Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c317 static int next_ge(int, char *);
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()
1681 wday = next_ge(d2%7, e->of.ct.dayweek); in tz_next_time()
1712 day1 = next_ge(1, e->of.ct.daymon); in tz_next_time()
1717 wday = next_ge(wd, e->of.ct.dayweek); in tz_next_time()
1793 mon == (next_ge((mon + 1)%12 + 1, in tz_next_time()
1795 day <= next_ge(1, e->of.ct.daymon)) { in tz_next_time()
[all …]