Searched refs:newloc (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/localedata/ |
D | tst-setlocale3.c | 46 const char *newloc = setlocale (LC_CTYPE, NULL); in setlocale_fail() local 47 if (strcmp (newloc, de_locale) != 0) in setlocale_fail() 50 envstring, newloc); in setlocale_fail() 59 char *newloc = setlocale_copy (LC_CTYPE, ""); in setlocale_success() local 60 if (newloc == NULL) in setlocale_success() 65 if (strcmp (newloc, de_locale) == 0) in setlocale_success() 77 char *newloc2 = setlocale_copy (LC_CTYPE, newloc); in setlocale_success() 81 newloc, envstring); in setlocale_success() 84 if (strcmp (newloc, newloc2) != 0) in setlocale_success() 87 envstring, newloc, newloc2); in setlocale_success() [all …]
|
/glibc-2.36/locale/ |
D | uselocale.c | 29 __uselocale (locale_t newloc) in __uselocale() argument 33 if (newloc != NULL) in __uselocale() 36 = newloc == LC_GLOBAL_LOCALE ? &_nl_global_locale : newloc; in __uselocale()
|
/glibc-2.36/support/ |
D | xuselocale.c | 24 xuselocale (locale_t newloc) in xuselocale() argument 26 locale_t r = uselocale (newloc); in xuselocale() 28 FAIL_EXIT1 ("error: uselocale (%p)\n", newloc); in xuselocale()
|
D | support.h | 122 char *xuselocale (locale_t newloc);
|