Home
last modified time | relevance | path

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

/freebsd/lib/libc/locale/
H A Dsetlocale.c69 static char current_categories[_LC_LAST][ENCODING_LEN + 1] = {
87 static char new_categories[_LC_LAST][ENCODING_LEN + 1];
88 static char saved_categories[_LC_LAST][ENCODING_LEN + 1];
90 static char current_locale_string[_LC_LAST * (ENCODING_LEN + 1/*"/"*/ + 1)];
123 if (strlen(env) > ENCODING_LEN) { in setlocale()
131 if (strlen(env) > ENCODING_LEN) { in setlocale()
138 if (strlen(locale) > ENCODING_LEN) { in setlocale()
145 if (strlen(locale) > ENCODING_LEN) { in setlocale()
161 if ((len = r - locale) > ENCODING_LEN) { in setlocale()
312 if (strlen(p) + 1/*"/"*/ + ENCODING_LEN + in __detect_path_locale()
H A Dsetlocale.h32 #define ENCODING_LEN 31 macro
H A Dxlocale.c227 ENCODING_LEN); in dupcomponent()
283 realLocale, ENCODING_LEN); in newlocale()
H A Dxlocale_private.h101 char locale[ENCODING_LEN+1];
/freebsd/lib/libc/nls/
H A Dmsgcat.c150 if (lang == NULL || *lang == '\0' || strlen(lang) > ENCODING_LEN || in __catopen_l()