Searched refs:MAXLOCALENAME (Results 1 – 3 of 3) sorted by relevance
101 char _locales[MAXLOCALE - 1][MAXLOCALENAME + 1] ;103 char _my_time[MAXLOCALENAME + 1];110 static char Default[MAXLOCALENAME+1];151 static char buf[MAXLOCALE*(MAXLOCALENAME + 1) + 1]; in setlocale()642 if (strlen(locale) > MAXLOCALENAME) in openlocale()
54 extern char _locales[MAXLOCALE + 1][MAXLOCALENAME + 1];403 char temp[MAXLOCALENAME + 1]; in getlocale_time()
58 #define MAXLOCALENAME 14 macro