Lines Matching defs:target
254 * C locale and for any of the coercion target locales is "surrogateescape".
301 const char *locale_name; /* The locale to try as a coercion target */
315 const _LocaleCoercionTarget *target = NULL;
316 for (target = _TARGET_LOCALES; target->locale_name; target++) {
317 if (strcmp(ctype_loc, target->locale_name) == 0) {
331 _coerce_default_locale_settings(int warn, const _LocaleCoercionTarget *target)
333 const char *newloc = target->locale_name;
369 const _LocaleCoercionTarget *target = NULL;
370 for (target = _TARGET_LOCALES; target->locale_name; target++) {
372 target->locale_name);
385 coerced = _coerce_default_locale_settings(warn, target);