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

/freebsd-11-stable/lib/libc/locale/
H A Dsetlocale.c94 static char current_locale_string[_LC_LAST * (ENCODING_LEN + 1/*"/"*/ + 1)]; variable
213 (void)strcpy(current_locale_string, current_categories[1]);
218 (void)strcat(current_locale_string, "/");
219 (void)strcat(current_locale_string,
224 return (current_locale_string);

Completed in 49 milliseconds