Searched refs:__get_locale (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-11-stable/stand/libsa/
H A Dxlocale_private.h34 #define __get_locale() 0 macro
/freebsd-11-stable/lib/libc/stdlib/
H A Dstrtold.c42 return strtold_l(nptr, endptr, __get_locale());
/freebsd-11-stable/lib/libc/stdio/
H A Dputwchar.c57 return putwchar_l(wc, __get_locale());
H A Dputwc.c58 return putwc_l(wc, fp, __get_locale());
H A Dvscanf.c65 return vscanf_l(__get_locale(), fmt, ap);
H A Dfprintf.c55 ret = vfprintf_l(fp, __get_locale(), fmt, ap);
H A Dvasprintf.c73 return vasprintf_l(str, __get_locale(), fmt, ap);
H A Dvdprintf.c66 if ((ret = __vfprintf(&f, __get_locale(), fmt, ap)) < 0)
H A Dvsprintf.c67 return vsprintf_l(str, __get_locale(), fmt, ap);
/freebsd-11-stable/lib/libc/locale/
H A Dmbsinit.c47 return mbsinit_l(ps, __get_locale());
H A Dwctob.c55 return wctob_l(c, __get_locale());
H A Dbtowc.c63 return btowc_l(c, __get_locale());
H A Dc32rtomb.c58 return (c32rtomb_l(s, c32, ps, __get_locale()));
H A Dmblen.c60 return mblen_l(s, n, __get_locale());
H A Dmbrlen.c50 return mbrlen_l(s, n, ps, __get_locale());
H A Dmbrtoc32.c52 return (mbrtoc32_l(pc32, s, n, ps, __get_locale()));
H A Dmbrtowc.c52 return mbrtowc_l(pwc, s, n, ps, __get_locale());
H A Dmbstowcs.c55 return mbstowcs_l(pwcs, s, n, __get_locale());
H A Dwcrtomb.c51 return wcrtomb_l(s, wc, ps, __get_locale());
H A Dwcstombs.c56 return wcstombs_l(s, pwcs, n, __get_locale());
H A Dwctomb.c58 return wctomb_l(s, wchar, __get_locale());
H A Drunetype.c78 return ___runetype_l(c, __get_locale());
83 return XLOCALE_CTYPE(__get_locale())->__mb_cur_max;
/freebsd-11-stable/lib/libc/string/
H A Dwcswidth.c68 return wcswidth_l(pwcs, n, __get_locale());
H A Dstrcasestr.c71 return strcasestr_l(s, find, __get_locale());
H A Dstrcasecmp.c61 return strcasecmp_l(s1, s2, __get_locale());
86 return strncasecmp_l(s1, s2, n, __get_locale());

Completed in 229 milliseconds

1234