Searched refs:_NL_CURRENT_LOCALE (Results 1 – 24 of 24) sorted by relevance
/glibc-2.36/stdlib/ |
D | strtol.c | 98 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()
|
D | strtod.c | 69 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()
|
D | strfmon.c | 31 ssize_t res = __vstrfmon_l_internal (s, maxsize, _NL_CURRENT_LOCALE, in __strfmon()
|
D | strfrom-skeleton.c | 146 done = __printf_fp_l (&sfile.f._sbf._f, _NL_CURRENT_LOCALE, &info, &fpptr); in STRFROM()
|
/glibc-2.36/locale/ |
D | localeinfo.h | 239 #define _NL_CURRENT_LOCALE (__libc_tsd_get (locale_t, LOCALE)) macro 307 (_NL_CURRENT_LOCALE->__locales[category])
|
D | localename.c | 25 return _NL_CURRENT_LOCALE->__names[category]; in __current_locale_name()
|
D | nl_langinfo.c | 31 return __nl_langinfo_l (item, _NL_CURRENT_LOCALE); in nl_langinfo()
|
D | uselocale.c | 31 locale_t oldloc = _NL_CURRENT_LOCALE; in __uselocale()
|
D | lc-ctype.c | 65 if (_NL_CURRENT_LOCALE == &_nl_global_locale) in _nl_postload_ctype()
|
/glibc-2.36/time/ |
D | strptime.c | 32 return __strptime_internal (buf, format, tm, NULL, _NL_CURRENT_LOCALE); in strptime()
|
D | strftime.c | 25 return __strftime_l (s, maxsize, format, tp, _NL_CURRENT_LOCALE); in strftime()
|
D | wcsftime.c | 26 return __wcsftime_l (s, maxsize, format, tp, _NL_CURRENT_LOCALE); in wcsftime()
|
/glibc-2.36/string/ |
D | strxfrm.c | 30 return STRXFRM_L (dest, src, n, _NL_CURRENT_LOCALE); in STRXFRM()
|
D | strcoll.c | 33 return STRCOLL_L (s1, s2, _NL_CURRENT_LOCALE); in STRCOLL()
|
D | strcasecmp.c | 49 locale_t loc = _NL_CURRENT_LOCALE; in __strcasecmp()
|
D | strncase.c | 52 locale_t loc = _NL_CURRENT_LOCALE; in __strncasecmp()
|
/glibc-2.36/wcsmbs/ |
D | mbsrtowcs.c | 28 return __mbsrtowcs_l (dst, src, len, ps ?: &state, _NL_CURRENT_LOCALE); in __mbsrtowcs()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/ |
D | ieee128-strfmon.c | 30 res = __vstrfmon_l_internal (s, maxsize, _NL_CURRENT_LOCALE, in ___ieee128_strfmon()
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-compat.c | 768 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/ |
D | printf_fp.c | 1279 return __printf_fp_l (fp, _NL_CURRENT_LOCALE, info, args); in libc_hidden_def()
|
D | vfscanf-internal.c | 288 locale_t loc = _NL_CURRENT_LOCALE; in __vfwscanf_internal()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.13 | 1912 (__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.
|
D | ChangeLog.17 | 5701 * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
|
D | ChangeLog.14 | 1087 * locale/uselocale.c: Use _NL_CURRENT_LOCALE instead of __libc_tsd_get.
|