Searched refs:LAST_DOM (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/usr.sbin/cron/lib/ |
| H A D | entry.c | 180 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 189 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 197 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 205 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 214 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 262 ch = get_list(e->dom, FIRST_DOM, LAST_DOM,
|
| /freebsd-13.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)
|