base_copy 72 maint/gnulib/lib/duplocale.c locale_t base_copy; base_copy 81 maint/gnulib/lib/duplocale.c base_copy = newlocale (LC_ALL_MASK, base_name, NULL); base_copy 82 maint/gnulib/lib/duplocale.c if (base_copy == NULL) base_copy 99 maint/gnulib/lib/duplocale.c locale_t copy = newlocale (category_mask, name, base_copy); base_copy 103 maint/gnulib/lib/duplocale.c freelocale (base_copy); base_copy 109 maint/gnulib/lib/duplocale.c base_copy = copy; base_copy 113 maint/gnulib/lib/duplocale.c return base_copy;