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

/freebsd-10.2-release/lib/libc/locale/
H A Dsetlocale.h32 #define ENCODING_LEN 31 macro
H A Dsetlocale.c73 static char current_categories[_LC_LAST][ENCODING_LEN + 1] = {
91 static char new_categories[_LC_LAST][ENCODING_LEN + 1];
92 static char saved_categories[_LC_LAST][ENCODING_LEN + 1];
94 static char current_locale_string[_LC_LAST * (ENCODING_LEN + 1/*"/"*/ + 1)];
130 if (strlen(env) > ENCODING_LEN) {
138 if (strlen(env) > ENCODING_LEN) {
145 if (strlen(locale) > ENCODING_LEN) {
152 if (strlen(locale) > ENCODING_LEN) {
168 if ((len = r - locale) > ENCODING_LEN) {
322 if (strlen(p) + 1/*"/"*/ + ENCODING_LEN
[all...]
H A Dxlocale_private.h78 char locale[ENCODING_LEN+1];
H A Dxlocale.c231 ENCODING_LEN);
282 realLocale, ENCODING_LEN);
/freebsd-10.2-release/lib/libc/nls/
H A Dmsgcat.c59 #include "../locale/setlocale.h" /* for ENCODING_LEN */
136 if (lang == NULL || *lang == '\0' || strlen(lang) > ENCODING_LEN ||

Completed in 105 milliseconds