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

/freebsd-13-stable/lib/libc/locale/
H A Dsetlocale.c96 static char current_locale_string[_LC_LAST * (ENCODING_LEN + 1/*"/"*/ + 1)]; variable
215 (void)strcpy(current_locale_string, current_categories[1]);
220 (void)strcat(current_locale_string, "/");
221 (void)strcat(current_locale_string,
226 return (current_locale_string);

Completed in 109 milliseconds