Searched refs:MONTH_COUNT (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/cron-39/cron/
H A Dcron.h144 #define MONTH_COUNT (LAST_MONTH - FIRST_MONTH + 1) macro
179 bitstr_t bit_decl(month, MONTH_COUNT);
/macosx-10.10/ICU-531.30/icuSources/samples/cal/
H A Dcal.c90 #define MONTH_COUNT 13 macro
233 UChar *months [MONTH_COUNT];
368 get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months, no idea why */
373 free_symbols(months, MONTH_COUNT - 1);
598 for(i = 0; i < MONTH_COUNT - 1; i += 2) {

Completed in 170 milliseconds