Lines Matching refs:loc
49 test_one_locale (const char *loc) in test_one_locale() argument
51 if (setlocale (LC_ALL, loc) == NULL) in test_one_locale()
53 printf ("setlocale (LC_ALL, \"%s\") failed\n", loc); in test_one_locale()
62 TEST (loc, s, i, l, long int, "%ld"); in test_one_locale()
63 TEST (loc, s, i, ul, unsigned long int, "%lu"); in test_one_locale()
64 TEST (loc, s, i, ll, long long int, "%lld"); in test_one_locale()
65 TEST (loc, s, i, ull, unsigned long long int, "%llu"); in test_one_locale()
68 TEST (loc, s, i, l, long int, "%ld"); in test_one_locale()
69 TEST (loc, s, i, ul, unsigned long int, "%lu"); in test_one_locale()
70 TEST (loc, s, i, ll, long long int, "%lld"); in test_one_locale()
71 TEST (loc, s, i, ull, unsigned long long int, "%llu"); in test_one_locale()