Searched refs:__get_locale (Results 51 - 75 of 89) sorted by relevance

1234

/freebsd-11-stable/lib/libc/locale/
H A Dwcstold.c92 return wcstold_l(nptr, endptr, __get_locale());
H A DcXXrtomb_iconv.h114 return (cXXrtomb_l(s, c, ps, __get_locale()));
H A Dmbsnrtowcs.c56 return mbsnrtowcs_l(dst, src, nms, len, ps, __get_locale());
H A Dnextwctype.c102 return nextwctype_l(wc, wct, __get_locale());
H A Dwcsftime.c121 return wcsftime_l(wcs, maxsize, format, timeptr, __get_locale());
H A Dwcsnrtombs.c56 return wcsnrtombs_l(dst, src, nwc, len, ps, __get_locale());
H A Dwcstol.c129 return wcstol_l(nptr, endptr, base, __get_locale());
H A Dwcstoll.c135 return wcstoll_l(nptr, endptr, base, __get_locale());
H A Dwcstoul.c127 return wcstoul_l(nptr, endptr, base, __get_locale());
H A Dwcstoull.c134 return wcstoull_l(nptr, endptr, base, __get_locale());
H A Dwcstoumax.c134 return wcstoumax_l(nptr, endptr, base, __get_locale());
H A Dwcstoimax.c136 return wcstoimax_l(nptr, endptr, base, __get_locale());
H A DmbrtocXX_iconv.h157 return (mbrtocXX_l(pc, s, n, ps, __get_locale()));
H A Dnl_langinfo.c206 return nl_langinfo_l(item, __get_locale());
/freebsd-11-stable/lib/libc/string/
H A Dwcsxfrm.c84 return wcsxfrm_l(dest, src, len, __get_locale());
/freebsd-11-stable/lib/libc/stdio/
H A Dsnprintf.c72 ret = __vfprintf(&f, __get_locale(), fmt, ap);
H A Dvswprintf.c113 return vswprintf_l(s, n, __get_locale(), fmt, ap);
H A Dfgetws.c129 return fgetws_l(ws, n, fp, __get_locale());
H A Dvfscanf.c235 __ungetwc(wi, fp, __get_locale());
243 __ungetwc(wi, fp, __get_locale());
296 __ungetwc(wi, fp, __get_locale());
304 __ungetwc(wi, fp, __get_locale());
447 ret = __svfscanf(fp, __get_locale(), fmt0, ap);
821 (struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
/freebsd-11-stable/lib/libc/stdlib/
H A Dstrtoimax.c152 return strtoimax_l(nptr, endptr, base, __get_locale());
H A Dstrtoll.c152 return strtoll_l(nptr, endptr, base, __get_locale());
H A Dstrtoul.c129 return strtoul_l(nptr, endptr, base, __get_locale());
H A Dstrtoull.c130 return strtoull_l(nptr, endptr, base, __get_locale());
H A Dstrtoumax.c130 return strtoumax_l(nptr, endptr, base, __get_locale());
H A Dstrtol.c151 return strtol_l(nptr, endptr, base, __get_locale());

Completed in 273 milliseconds

1234