Lines Matching refs:lm
11 static inline int Fresh(struct __locale_map *lm)
13 if (lm != NULL) {
14 return lm->flag;
22 const struct __locale_map *lm;
46 lm = __get_locale(i, part);
47 if (lm == LOC_MAP_FAILED) {
52 if(Fresh(lm) == INVALID) {
56 tmp_locale.cat[i] = lm;
64 const struct __locale_map *lm =
66 if (lm == libc.global_locale.cat[0]) same++;
67 part = lm ? lm->name : "C";
82 lm = __get_locale(cat, name);
83 if (lm == LOC_MAP_FAILED) {
88 flag = Fresh(lm);
90 libc.global_locale.cat[cat] = lm;
92 lm = libc.global_locale.cat[cat];
94 char *ret = lm ? (char *)lm->name : "C";