Searched refs:LAST_DOM (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/usr.sbin/cron/lib/ |
| HD | entry.c | 175 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 184 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 192 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 200 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 209 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 250 ch = get_list(e->dom, FIRST_DOM, LAST_DOM,
|
| /NextBSD/usr.sbin/cron/cron/ |
| HD | cron.h | 140 #define LAST_DOM 31 macro 141 #define DOM_COUNT (LAST_DOM - FIRST_DOM + 1)
|