Home
last modified time | relevance | path

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

12

/titanic_41/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.c100 return (_fgetwc_unlocked_l(fp, uselocale(NULL))); in _fgetwc_unlocked()
114 locale_t loc = uselocale(NULL); in fgetwc()
133 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.c64 return (towctrans_l(wc, desc, uselocale(NULL))); in towctrans()
97 return (wctrans_l(charclass, uselocale(NULL))); in wctrans()
H A Dwcscasecmp.c61 return (wcscasecmp_l(s1, s2, uselocale(NULL))); in wcscasecmp()
82 return (wcsncasecmp_l(s1, s2, n, uselocale(NULL))); in wcsncasecmp()
H A Dmbsinit.c30 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 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 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.c56 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 Dmbrtowc.c50 return (mbrtowc_l(pwc, s, n, ps, uselocale(NULL))); in mbrtowc()
H A Dmbsrtowcs.c54 return (mbsrtowcs_l(dst, src, len, ps, uselocale(NULL))); in mbsrtowcs()
H A Dstrcasecmp.c73 return (strcasecmp_l(s1, s2, uselocale(NULL))); in strcasecmp()
H A Dwctype.c80 return (wctype_l(property, uselocale(NULL))); in wctype()
H A Dwcwidth.c72 return (wcwidth_l(wc, uselocale(NULL))); in wcwidth()
H A Dstrcasestr.c78 return (strcasestr_l(s1, s2, uselocale(NULL))); in strcasestr()
H A Dstrncasecmp.c74 return (strncasecmp_l(s1, s2, n, uselocale(NULL))); in strncasecmp()
/titanic_41/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()

12