Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/
H A Dlocale.c4505 char * restore_to_locale = NULL; local
4513 restore_to_locale = stdize_locale(savepv(do_setlocale_r(switch_category,
4515 if (! restore_to_locale) {
4532 if (strEQ(restore_to_locale, template_locale)) {
4533 Safefree(restore_to_locale);
4536 category_name(switch_category), restore_to_locale));
4552 return restore_to_locale;
/dports/lang/perl5.34/perl-5.34.0/
H A Dlocale.c4443 char * restore_to_locale = NULL; local
4451 restore_to_locale = stdize_locale(savepv(do_setlocale_r(switch_category,
4453 if (! restore_to_locale) {
4470 if (strEQ(restore_to_locale, template_locale)) {
4471 Safefree(restore_to_locale);
4490 return restore_to_locale;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dlocale.c4447 char * restore_to_locale = NULL; local
4455 restore_to_locale = stdize_locale(savepv(do_setlocale_r(switch_category,
4457 if (! restore_to_locale) {
4474 if (strEQ(restore_to_locale, template_locale)) {
4475 Safefree(restore_to_locale);
4494 return restore_to_locale;
/dports/lang/perl5.32/perl-5.32.1/
H A Dlocale.c4520 char * restore_to_locale = NULL; local
4528 restore_to_locale = stdize_locale(savepv(do_setlocale_r(switch_category,
4530 if (! restore_to_locale) {
4547 if (strEQ(restore_to_locale, template_locale)) {
4548 Safefree(restore_to_locale);
4567 return restore_to_locale;