Searched defs:canonical (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | catopen.c | 199 * canonical locale name for the current locale name, if any, and then 209 char *canonical; local 276 * names and possibly also the canonical locale name for the current 279 alternative_locales(locale, &canonical, &start, &end, 1); 299 if (canonical != NULL) { 301 p = find_catalog_using_nlspath_locale(name, canonical, 308 canonical, name, len_name, saved, saved_total_len);
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | lc.c | 266 canonical(const Lc_language_t* lp, const Lc_territory_t* tp, const Lc_charset_t* cp, const Lc_attribute_list_t* ap, unsigned long flags, char* buf, size_t siz) function 380 * generate a canonical locale name in buf 411 return canonical(lc->language, lc->territory, lc->charset, lc->attributes, flags, buf, siz); 750 z = canonical(lp, tp, cp, al, 0, s = tmp, sizeof(tmp)); 881 canonical(ls->lc.language, ls->lc.territory, ls->lc.charset, ls->lc.attributes, 0, ls->buf, sizeof(ls->buf));
|
/osnet-11/usr/src/lib/libc/port/i18n/ |
H A D | gettext_real.c | 69 char *canonical; local 152 (const char *)nlspath, &cur_binding, &canonical, 266 * Lastly, check with obsoleted and canonical locale names. 270 alternative_locales(cur_locale, &canonical, &start, &end, 1); 287 if (canonical != NULL) { 288 mp->locale = canonical; 460 * locale name and also canonical locale name in case 471 Nlstmp **binding, char **canonical, int *start, int *end) 520 alternative_locales((char *)locale, canonical, start, end, 1); 531 if (*canonical ! 470 process_nlspath(const char *domain, const char *locale, const char *nlspath, Nlstmp **binding, char **canonical, int *start, int *end) argument [all...] |
H A D | gettext_gnu.c | 298 char *canonical; local 354 * Lastly, check with obsoleted and canonical locale names. 377 alternative_locales(mid, &canonical, &start, &end, 1); 408 if (canonical != NULL) { 409 locale_len = strlen(canonical); 414 (void) memcpy(mid, canonical, locale_len);
|
Completed in 33 milliseconds