Home
last modified time | relevance | path

Searched refs:FIRST_MONTH (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/usr.sbin/cron/lib/
H A Dentry.c170 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
180 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
188 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
196 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
204 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
213 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
270 ch = get_list(e->month, FIRST_MONTH, LAST_MONTH,
/freebsd-12.1/usr.sbin/cron/cron/
H A Dcron.h142 #define FIRST_MONTH 1 macro
144 #define MONTH_COUNT (LAST_MONTH - FIRST_MONTH + 1)
H A Dcron.c242 month = tm->tm_mon +1 /* 0..11 -> 1..12 */ -FIRST_MONTH; in cron_tick()
303 otzmonth = otztm.tm_mon +1 /* 0..11 -> 1..12 */ -FIRST_MONTH; in cron_tick()