Searched refs:current_locale (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dsetlocale.c80 return (current_locale(___global_locale, category));
120 return (current_locale(loc, category));
124 current_locale(locale_t loc, int cat) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgettxt.c124 curloc = current_locale(loc, LC_MESSAGES);
H A Dcatopen.c106 locale = current_locale(loc, LC_MESSAGES);
H A Dgtxt.c284 curloc = current_locale(loc, LC_MESSAGES);
H A Dpriv_str_xlate.c442 loc = current_locale(curloc, LC_MESSAGES);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwdresolve.c73 loc = current_locale(curloc, LC_CTYPE);
H A Dgettext_real.c93 cur_locale = current_locale(loc, category);
149 msgloc = current_locale(loc, LC_MESSAGES);
/illumos-gate/usr/src/lib/libc/inc/
H A Dlibc.h317 extern char *current_locale(locale_t, int);

Completed in 54 milliseconds