Home | History | Annotate | Download | only in locale

Lines Matching defs:locale

37 #include <locale.h>
47 const char *locale;
87 printf("Trying locale: %s\n", t->locale);
88 ATF_REQUIRE(setlocale(LC_CTYPE, t->locale) != NULL);
90 (void)printf("Using locale: %s\n", str);
125 printf("Trying locale: %s\n", t->locale);
126 ATF_REQUIRE(setlocale(LC_CTYPE, t->locale) != NULL);
128 (void)printf("Using locale: %s\n", str);
167 for (t = tests; t->locale != NULL; ++t)
182 for (t = tests; t->locale != NULL; ++t)
192 atf_tc_set_md_var(tc, "descr", "Checks btowc(3) and wctob(3) for POSIX locale");