Home
last modified time | relevance | path

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

/glibc-2.36/locale/
Dfindlocale.c275 const char *locale_codeset; in _nl_find_locale() local
280 locale_codeset = in _nl_find_locale()
282 assert (locale_codeset != NULL); in _nl_find_locale()
285 clocale_codeset = (char *) alloca (strlen (locale_codeset) + 3); in _nl_find_locale()
286 strip (clocale_codeset, locale_codeset); in _nl_find_locale()