Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/locale/
H A Dsetlocale.c93 static char current_locale_string[_LC_LAST * (ENCODING_LEN + 1/*"/"*/ + 1)]; variable
212 (void)strcpy(current_locale_string, current_categories[1]); in currentlocale()
217 (void)strcat(current_locale_string, "/"); in currentlocale()
218 (void)strcat(current_locale_string, in currentlocale()
223 return (current_locale_string); in currentlocale()