Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dlocale.c1533 const char * locale_on_entry = NULL; in S_posix_setlocale_with_complications() local
1538 locale_on_entry = base_posix_setlocale_(cat, NULL); in S_posix_setlocale_with_complications()
1539 assert(locale_on_entry); in S_posix_setlocale_with_complications()
1619 if (locale_on_entry) { in S_posix_setlocale_with_complications()
1620 if (! base_posix_setlocale_(cat, locale_on_entry)) { in S_posix_setlocale_with_complications()
1622 NULL, locale_on_entry, in S_posix_setlocale_with_complications()
2263 const char * locale_on_entry = querylocale_i(index); in S_bool_setlocale_2008_i() local
2283 && locale_on_entry in S_bool_setlocale_2008_i()
2284 && strEQ(new_locale, locale_on_entry)) in S_bool_setlocale_2008_i()
2373 setlocale_failure_panic_i(index, locale_on_entry, "C", in S_bool_setlocale_2008_i()
[all …]