Lines Matching defs:tmp
23 struct __locale_struct tmp;
26 tmp.cat[i] = (!(mask & (1<<i)) && loc) ? loc->cat[i] :
28 if (tmp.cat[i] == LOC_MAP_FAILED || tmp.cat[i] && tmp.cat[i]->flag == INVALID)
34 *loc = tmp;
41 if (!memcmp(&tmp, C_LOCALE, sizeof tmp)) return C_LOCALE;
42 if (!memcmp(&tmp, UTF8_LOCALE, sizeof tmp)) return UTF8_LOCALE;
52 if (!memcmp(&tmp, &default_locale, sizeof tmp)) return &default_locale;
53 if (!memcmp(&tmp, &default_ctype_locale, sizeof tmp))
57 if ((loc = malloc(sizeof *loc))) *loc = tmp;