Searched refs:current_locale (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | setlocale.c | 80 return (current_locale(___global_locale, category)); in setlocale() 120 return (current_locale(loc, category)); in setlocale() 124 current_locale(locale_t loc, int cat) in current_locale() function
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | gettxt.c | 124 curloc = current_locale(loc, LC_MESSAGES); in gettxt()
|
H A D | catopen.c | 106 locale = current_locale(loc, LC_MESSAGES); in process_nls_path()
|
H A D | gtxt.c | 284 curloc = current_locale(loc, LC_MESSAGES); in __gtxt()
|
H A D | priv_str_xlate.c | 442 loc = current_locale(curloc, LC_MESSAGES); in priv_gettext()
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | wdresolve.c | 73 loc = current_locale(curloc, LC_CTYPE); in _wdinitialize()
|
H A D | gettext_real.c | 93 cur_locale = current_locale(loc, category); in _real_gettext_u() 149 msgloc = current_locale(loc, LC_MESSAGES); in _real_gettext_u()
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | libc.h | 331 extern char *current_locale(locale_t, int);
|