Lines Matching refs:MAX_MONTHS
69 #define MAX_MONTHS 12 macro
72 static char *cached_months[MAX_MONTHS];
128 static bool shown[MAX_MONTHS]; in nameOfMonth()
131 n += MAX_MONTHS; in nameOfMonth()
133 n %= MAX_MONTHS; in nameOfMonth()
136 const nl_item items[MAX_MONTHS] = in nameOfMonth()
146 static const char *posix_mons[MAX_MONTHS] = in nameOfMonth()
185 *month += MAX_MONTHS; in adjust_year_month()
188 while (*month >= MAX_MONTHS) { in adjust_year_month()
189 *month -= MAX_MONTHS; in adjust_year_month()
641 for (n = 0; n < MAX_MONTHS; ++n) { in CleanupResult()