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

/xsrc/external/mit/libX11/dist/src/
H A DSetLocale.c67 #define MAXLOCALE 64 /* buffer size of locale name */ macro
149 if (len >= MAXLOCALE)
150 len = MAXLOCALE - 1;
164 if (len >= MAXLOCALE - 1)
165 len = MAXLOCALE - 1;

Completed in 2 milliseconds