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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dsetlocale.c121 static char current_locale_string[_LC_LAST * 33]; variable
232 (void)strncpyX(current_locale_string, current_categories[1],
233 sizeof(current_locale_string));
237 (void)snprintf(current_locale_string,
238 sizeof(current_locale_string), "%s/%s/%s/%s/%s/%s",
244 return (current_locale_string);

Completed in 33 milliseconds