mixed1             68 maint/gnulib/tests/test-duplocale.c   locale_t mixed1;
mixed1             79 maint/gnulib/tests/test-duplocale.c   mixed1 = duplocale (LC_GLOBAL_LOCALE);
mixed1             80 maint/gnulib/tests/test-duplocale.c   ASSERT (mixed1 != NULL);
mixed1            103 maint/gnulib/tests/test-duplocale.c   uselocale (mixed1);
mixed1            130 maint/gnulib/tests/test-duplocale.c   freelocale (mixed1);
mixed1            163 maint/gnulib/tests/test-duplocale.c   locale_t mixed1;
mixed1            173 maint/gnulib/tests/test-duplocale.c   mixed1 = duplocale (LC_GLOBAL_LOCALE);
mixed1            174 maint/gnulib/tests/test-duplocale.c   ASSERT (mixed1 != NULL);
mixed1            197 maint/gnulib/tests/test-duplocale.c     get_locale_dependent_values_from (&results, mixed1);
mixed1            209 maint/gnulib/tests/test-duplocale.c   freelocale (mixed1);