Searched refs:FIRST_DOM (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/cron-39/cron/
H A Dcron.h138 #define FIRST_DOM 1 macro
140 #define DOM_COUNT (LAST_DOM - FIRST_DOM + 1)
H A Dcron.c216 dom = tm->tm_mday -FIRST_DOM;
276 otzdom = otztm.tm_mday -FIRST_DOM;
/macosx-10.10/cron-39/lib/
H A Dentry.c191 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1));
199 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1));
206 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1));
246 ch = get_list(e->dom, FIRST_DOM, LAST_DOM,

Completed in 137 milliseconds