Searched refs:LAST_DOM (Results 1 – 2 of 2) 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 | 139 #define LAST_DOM 31 macro 140 #define DOM_COUNT (LAST_DOM - FIRST_DOM + 1)
|