Searched refs:FIRST_MONTH (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/usr.sbin/cron/lib/ |
| D | entry.c | 172 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/ |
| D | cron.h | 142 #define FIRST_MONTH 1 macro 144 #define MONTH_COUNT (LAST_MONTH - FIRST_MONTH + 1)
|
| D | cron.c | 242 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()
|