Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/cron/lib/
Dentry.c172 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
182 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
190 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
198 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
206 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
215 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
272 ch = get_list(e->month, FIRST_MONTH, LAST_MONTH,
/freebsd-12-stable/usr.sbin/cron/cron/
Dcron.h142 #define FIRST_MONTH 1 macro
144 #define MONTH_COUNT (LAST_MONTH - FIRST_MONTH + 1)
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()