_locale_cache_t
__dso_hidden const struct _locale_cache_t _C_cache = {
struct _locale_cache_t *cache;
static SLIST_HEAD(, _locale_cache_t) caches = {
_setlocale_cache(locale_t loc, struct _locale_cache_t *cache)
struct _locale_cache_t *old_cache;
SLIST_ENTRY(_locale_cache_t) cache_link;
const struct _locale_cache_t *cache;
int _setlocale_cache(locale_t, struct _locale_cache_t *);
extern __dso_hidden const struct _locale_cache_t _C_cache;