Searched refs:uselocale (Results 26 - 50 of 54) sorted by relevance

123

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrncasecmp.c74 return (strncasecmp_l(s1, s2, n, uselocale(NULL)));
H A Dwctype.c80 return (wctype_l(property, uselocale(NULL)));
H A Disdigit.c52 #define ISTYPE(c, mask) ISTYPE_L(c, mask, uselocale(NULL))
H A Dlocaleconv.c47 * be invalidated if the application calls setlocale() or uselocale() within
63 loc = uselocale(NULL);
H A Dstrcoll.c114 return (strcoll_l(s1, s2, uselocale(NULL)));
H A Dstrxfrm.c95 return (strxfrm_l(xf, src, dlen, uselocale(NULL)));
H A Dwcsxfrm.c81 return (wcsxfrm_l(dest, src, len, uselocale(NULL)));
H A Dmbsnrtowcs.c53 return (mbsnrtowcs_l(dst, src, nms, len, ps, uselocale(NULL)));
H A Dnextwctype.c109 return (nextwctype_l(wc, wct, uselocale(NULL)));
H A Dwcsnrtombs.c54 return (wcsnrtombs_l(dst, src, nwc, len, ps, uselocale(NULL)));
H A Diswctype.c77 return (__istype_l(uselocale(NULL), c, f));
95 * call uselocale().
H A Dnl_langinfo.c180 return (nl_langinfo_l(item, uselocale(NULL)));
H A Dwcscoll.c197 return (wcscoll_l(ws1, ws2, uselocale(NULL)));
H A Dstrptime.c529 return (__strptime(buf, fmt, tm, &flags, uselocale(NULL)));
542 return (__strptime(buf, fmt, tm, &flags, uselocale(NULL)));
H A Dlocaleimpl.c52 * Additionally uselocale() is introduced which can change the locale of
59 * be unable to benefit from uselocale(), btw.) The legacy routines are
61 * calling uselocale(). uselocale() when passed a NULL pointer returns the
65 * to uselocale().
68 * uselocale() or setlocale() by using a cache of locale data whenever possible.
368 return (__mb_cur_max_l(uselocale(NULL)));
468 uselocale(locale_t loc) function
H A Dfnmatch.c81 locale_t loc = uselocale(NULL);
H A Dstrftime.c87 return (strftime_l(s, maxsize, format, t, uselocale(NULL)));
/illumos-gate/usr/src/head/
H A Dlocale.h90 extern locale_t uselocale(locale_t);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrerror.c57 return (strerror_l(errnum, uselocale(NULL)));
H A Dgettxt.c123 loc = uselocale(NULL);
H A Dcatopen.c105 locale_t loc = uselocale(NULL);
H A Dgtxt.c283 loc = uselocale(NULL);
H A Dpriv_str_xlate.c441 curloc = uselocale(NULL);
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c17 * This program tests that newlocale and uselocale work properly in
68 cloc = uselocale(NULL);
96 (void) uselocale(loc);
99 test_failed(t, "uselocale data mismatch (%s != %s)",
114 if (uselocale(cloc) != loc) {
118 if (uselocale(LC_GLOBAL_LOCALE) != cloc) {
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwdresolve.c72 curloc = uselocale(NULL);

Completed in 98 milliseconds

123