Searched refs:MAXLOCALE (Results 1 – 3 of 3) sorted by relevance
101 char _locales[MAXLOCALE - 1][MAXLOCALENAME + 1] ;151 static char buf[MAXLOCALE*(MAXLOCALENAME + 1) + 1]; in setlocale()182 for (i = 0; i < MAXLOCALE - 2; i++) { in setlocale()195 for (i = 1; i < MAXLOCALE - 1; i++) { in setlocale()228 for (i = 0; i < MAXLOCALE - 1; i++) { in setlocale()825 for (i=0; i<MAXLOCALE-1;i++) in init_statics()
54 extern char _locales[MAXLOCALE + 1][MAXLOCALENAME + 1];
52 #define MAXLOCALE 8 macro