Lines Matching refs:cat
20 char *setlocale(int cat, const char *name)
24 if ((unsigned)cat > LC_ALL) return 0;
33 if (cat == LC_ALL) {
56 tmp_locale.cat[i] = lm;
65 libc.global_locale.cat[i];
66 if (lm == libc.global_locale.cat[0]) same++;
82 lm = __get_locale(cat, name);
90 libc.global_locale.cat[cat] = lm;
92 lm = libc.global_locale.cat[cat];