Searched refs:MAX_MONTHS (Results 1 – 1 of 1) sorted by relevance
69 #define MAX_MONTHS 12 macro72 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()[all …]