Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/locale/
Dlocale.c259 static char global_locale_string[_LC_LAST * (ENCODING_LEN + 1/*"/"*/ + 1)] variable
294 : global_locale_string; in setlocale()
438 strcpy (global_locale_string, __get_global_locale ()->categories[1]); in currentlocale()
446 (void)strcat(global_locale_string, "/"); in currentlocale()
447 (void)strcat(global_locale_string, in currentlocale()
452 return global_locale_string; in currentlocale()