Searched refs:FIRST_DOM (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/usr.sbin/cron/lib/ |
| H A D | entry.c | 178 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 187 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 195 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 203 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 212 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 260 ch = get_list(e->dom, FIRST_DOM, LAST_DOM,
|
| /freebsd-12.1/usr.sbin/cron/cron/ |
| H A D | cron.h | 138 #define FIRST_DOM 1 macro 140 #define DOM_COUNT (LAST_DOM - FIRST_DOM + 1)
|
| H A D | cron.c | 241 dom = tm->tm_mday -FIRST_DOM; in cron_tick() 302 otzdom = otztm.tm_mday -FIRST_DOM; in cron_tick()
|