Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/cron/dist/
H A Dstructs.h30 bitstr_t bit_decl(month, MONTH_COUNT);
H A Dmacros.h116 #define MONTH_COUNT (LAST_MONTH - FIRST_MONTH + 1) macro
H A Dcron.c342 printone(result, sizeof(result), bitprint(e->month, MONTH_COUNT)); in tick()