Home
last modified time | relevance | path

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

/glibc-2.36/locale/
Duselocale.c31 locale_t oldloc = _NL_CURRENT_LOCALE; in __uselocale() local
72 return oldloc == &_nl_global_locale ? LC_GLOBAL_LOCALE : oldloc; in __uselocale()
/glibc-2.36/string/
Dstrerror_l.c28 locale_t oldloc = __uselocale (loc); in translate() local
30 __uselocale (oldloc); in translate()
/glibc-2.36/sysdeps/mach/
Dstrerror_l.c33 locale_t oldloc = __uselocale (loc); in translate() local
35 __uselocale (oldloc); in translate()