Home
last modified time | relevance | path

Searched refs:_NL_CURRENT_LOCALE (Results 1 – 24 of 24) sorted by relevance

/glibc-2.36/stdlib/
Dstrtol.c98 return INTERNAL (__strtol_l) (nptr, endptr, base, group, _NL_CURRENT_LOCALE); in INTERNAL()
106 return INTERNAL (__strtol_l) (nptr, endptr, base, 0, _NL_CURRENT_LOCALE); in libc_hidden_def()
Dstrtod.c69 return INTERNAL(STRTOF_L) (nptr, endptr, group, _NL_CURRENT_LOCALE); in INTERNAL()
82 return INTERNAL(STRTOF_L) (nptr, endptr, 0, _NL_CURRENT_LOCALE); in libc_hidden_def()
Dstrfmon.c31 ssize_t res = __vstrfmon_l_internal (s, maxsize, _NL_CURRENT_LOCALE, in __strfmon()
Dstrfrom-skeleton.c146 done = __printf_fp_l (&sfile.f._sbf._f, _NL_CURRENT_LOCALE, &info, &fpptr); in STRFROM()
/glibc-2.36/locale/
Dlocaleinfo.h239 #define _NL_CURRENT_LOCALE (__libc_tsd_get (locale_t, LOCALE)) macro
307 (_NL_CURRENT_LOCALE->__locales[category])
Dlocalename.c25 return _NL_CURRENT_LOCALE->__names[category]; in __current_locale_name()
Dnl_langinfo.c31 return __nl_langinfo_l (item, _NL_CURRENT_LOCALE); in nl_langinfo()
Duselocale.c31 locale_t oldloc = _NL_CURRENT_LOCALE; in __uselocale()
Dlc-ctype.c65 if (_NL_CURRENT_LOCALE == &_nl_global_locale) in _nl_postload_ctype()
/glibc-2.36/time/
Dstrptime.c32 return __strptime_internal (buf, format, tm, NULL, _NL_CURRENT_LOCALE); in strptime()
Dstrftime.c25 return __strftime_l (s, maxsize, format, tp, _NL_CURRENT_LOCALE); in strftime()
Dwcsftime.c26 return __wcsftime_l (s, maxsize, format, tp, _NL_CURRENT_LOCALE); in wcsftime()
/glibc-2.36/string/
Dstrxfrm.c30 return STRXFRM_L (dest, src, n, _NL_CURRENT_LOCALE); in STRXFRM()
Dstrcoll.c33 return STRCOLL_L (s1, s2, _NL_CURRENT_LOCALE); in STRCOLL()
Dstrcasecmp.c49 locale_t loc = _NL_CURRENT_LOCALE; in __strcasecmp()
Dstrncase.c52 locale_t loc = _NL_CURRENT_LOCALE; in __strncasecmp()
/glibc-2.36/wcsmbs/
Dmbsrtowcs.c28 return __mbsrtowcs_l (dst, src, len, ps ?: &state, _NL_CURRENT_LOCALE); in __mbsrtowcs()
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
Dieee128-strfmon.c30 res = __vstrfmon_l_internal (s, maxsize, _NL_CURRENT_LOCALE, in ___ieee128_strfmon()
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-compat.c768 ret = __vstrfmon_l_internal (s, maxsize, _NL_CURRENT_LOCALE, format, ap, in __nldbl_strfmon()
794 return __vstrfmon_l_internal (s, maxsize, _NL_CURRENT_LOCALE, format, ap, in weak_alias()
/glibc-2.36/stdio-common/
Dprintf_fp.c1279 return __printf_fp_l (fp, _NL_CURRENT_LOCALE, info, args); in libc_hidden_def()
Dvfscanf-internal.c288 locale_t loc = _NL_CURRENT_LOCALE; in __vfwscanf_internal()
/glibc-2.36/ChangeLog.old/
DChangeLog.131912 (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
2208 * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
4422 (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
DChangeLog.175701 * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
DChangeLog.141087 * locale/uselocale.c: Use _NL_CURRENT_LOCALE instead of __libc_tsd_get.