Searched refs:loc (Results 1 – 1 of 1) sorted by relevance
7 static int do_test (const char *loc);46 do_test (const char *loc) in do_test() argument51 if (setlocale (LC_ALL, loc) == NULL) in do_test()53 printf ("cannot set locale \"%s\": %m\n", loc); in do_test()57 printf ("\nnew locale: \"%s\"\n", loc); in do_test()64 if (tests[n].only_C_locale && strcmp (loc, "C") != 0) in do_test()
Completed in 4 milliseconds