Home
last modified time | relevance | path

Searched refs:uselocale (Results 1 – 25 of 59) sorted by relevance

123

/illumos-gate/usr/src/test/libc-tests/tests/priv_gettext/
H A Dpriv_gettext.c68 (void) uselocale(loc); in main()
71 (void) uselocale(LC_GLOBAL_LOCALE); in main()
80 (void) uselocale(loc); in main()
83 (void) uselocale(LC_GLOBAL_LOCALE); in main()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtowlower.c90 change_case_ext(uselocale(NULL), wc, 1) : in towlower()
91 uselocale(NULL)->runelocale->__maplower[wc]); in towlower()
109 change_case_ext(uselocale(NULL), wc, 0) : in towupper()
110 uselocale(NULL)->runelocale->__mapupper[wc]); in towupper()
H A Dfgetwc.c101 return (_fgetwc_unlocked_l(fp, uselocale(NULL))); in _fgetwc_unlocked()
115 locale_t loc = uselocale(NULL); in fgetwc()
134 locale_t loc = uselocale(NULL); in __fgetwc_xpg5()
H A Dtolower.c41 return (isascii(c) ? __trans_lower[c] : tolower_l(c, uselocale(NULL))); in tolower()
48 return (isascii(c) ? __trans_upper[c] : toupper_l(c, uselocale(NULL))); in toupper()
H A Dwctrans.c63 return (towctrans_l(wc, desc, uselocale(NULL))); in towctrans()
95 return (wctrans_l(charclass, uselocale(NULL))); in wctrans()
H A Dwcscasecmp.c62 return (wcscasecmp_l(s1, s2, uselocale(NULL))); in wcscasecmp()
83 return (wcsncasecmp_l(s1, s2, n, uselocale(NULL))); in wcsncasecmp()
H A Dmbrtowc.c50 return (mbrtowc_l(pwc, s, n, ps, uselocale(NULL))); in mbrtowc()
68 return (mbrtowc_nz_l(pwc, s, n, ps, uselocale(NULL))); in mbrtowc_nz()
H A Dmbsinit.c48 return (mbsinit_l(s, uselocale(NULL))); in mbsinit()
H A Dwctob.c52 return (wctob_l(c, uselocale(NULL))); in wctob()
H A Dwctomb.c54 return (wctomb_l(s, wchar, uselocale(NULL))); in wctomb()
H A Dmbrtoc32.c45 uselocale((locale_t)0))); in mbrtoc32()
H A Dbtowc.c60 return (btowc_l(c, uselocale(NULL))); in btowc()
H A Dwcswidth.c63 return (wcswidth_l(pwcs, n, uselocale(NULL))); in wcswidth()
H A Dc32rtomb.c49 return (wcrtomb_l(str, (wchar_t)c32, ps, uselocale((locale_t)0))); in c32rtomb()
H A Dmblen.c56 return (mblen_l(s, n, uselocale(NULL))); in mblen()
H A Dwcrtomb.c51 return (wcrtomb_l(s, wc, ps, uselocale(NULL))); in wcrtomb()
H A Dmbrlen.c49 return (mbrlen_l(s, n, ps, uselocale(NULL))); in mbrlen()
H A Dmbstowcs.c52 return (mbstowcs_l(pwcs, s, n, uselocale(NULL))); in mbstowcs()
H A Dmbtowc.c63 return (mbtowc_l(pwc, s, n, uselocale(NULL))); in mbtowc()
H A Dwcstombs.c53 return (wcstombs_l(s, pwcs, n, uselocale(NULL))); in wcstombs()
H A Dwcsrtombs.c53 return (wcsrtombs_l(dst, src, len, ps, uselocale(NULL))); in wcsrtombs()
H A Dmbsrtowcs.c54 return (mbsrtowcs_l(dst, src, len, ps, uselocale(NULL))); in mbsrtowcs()
/illumos-gate/usr/src/test/libc-tests/tests/catopen/
H A Dcatopen.c67 (void) uselocale(loc); in main()
70 (void) uselocale(LC_GLOBAL_LOCALE); in main()
81 (void) uselocale(loc); in main()
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c68 cloc = uselocale(NULL); in testlocale_thr_one()
96 (void) uselocale(loc); in testlocale_thr_one()
114 if (uselocale(cloc) != loc) { in testlocale_thr_one()
118 if (uselocale(LC_GLOBAL_LOCALE) != cloc) { in testlocale_thr_one()
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dstrerror.c120 (void) uselocale(loc); in main()
127 (void) uselocale(LC_GLOBAL_LOCALE); in main()

123