Searched refs:current_locale_string (Results 1 – 1 of 1) sorted by relevance
90 static char current_locale_string[_LC_LAST * (ENCODING_LEN + 1/*"/"*/ + 1)]; variable209 (void)strcpy(current_locale_string, current_categories[1]); in currentlocale()214 (void)strcat(current_locale_string, "/"); in currentlocale()215 (void)strcat(current_locale_string, in currentlocale()220 return (current_locale_string); in currentlocale()