/picolibc-latest/newlib/libc/stdlib/ |
D | local.h | 31 #define __WCTOMB (__get_current_locale()->wctomb) 47 #define __MBTOWC (__get_current_locale()->mbtowc)
|
D | wcstold.c | 122 return wcstod_l(nptr, endptr, __get_current_locale ()); in wcstold() 124 return wcstold_l(nptr, endptr, __get_current_locale ()); in wcstold()
|
D | wcstod.c | 293 return wcstod_l (nptr, endptr, __get_current_locale ()); in wcstod() 300 return wcstof_l (nptr, endptr, __get_current_locale ()); in wcstof()
|
D | strtold.c | 76 _strtorx_l (s00, se, FLT_ROUNDS, &result, __get_current_locale ()); in strtold()
|
D | strtoul.c | 194 return strtoul_l (s, ptr, base, __get_current_locale ()); in strtoul()
|
D | strtoull.c | 199 return _strtoull_l (s, ptr, base, __get_current_locale ()); in strtoull()
|
D | strtoumax.c | 130 return strtoumax_l(nptr, endptr, base, __get_current_locale()); in strtoumax()
|
D | wcsnrtombs.c | 148 __get_current_locale ()); in wcsnrtombs()
|
D | strtoimax.c | 150 return strtoimax_l(nptr, endptr, base, __get_current_locale()); in strtoimax()
|
D | strtoll.c | 224 return _strtoll_l (s, ptr, base, __get_current_locale ()); in strtoll()
|
D | wcstol.c | 216 return wcstol_l (s, ptr, base, __get_current_locale ()); in wcstol()
|
D | wcstoll.c | 216 return wcstoll_l (s, ptr, base, __get_current_locale ()); in wcstoll()
|
D | wcstoul.c | 195 return wcstoul_l (s, ptr, base, __get_current_locale ()); in wcstoul()
|
D | strtol.c | 225 return _strtol_l (s, ptr, base, __get_current_locale ()); in strtol()
|
D | wcstoull.c | 211 return wcstoull_l (s, ptr, base, __get_current_locale ()); in wcstoull()
|
D | wcstoumax.c | 133 return wcstoumax_l(nptr, endptr, base, __get_current_locale()); in wcstoumax()
|
D | wcstoimax.c | 135 return wcstoimax_l(nptr, endptr, base, __get_current_locale()); in wcstoimax()
|
D | strtod.c | 1281 return strtod_l (s00, se, __get_current_locale ()); 1339 double val = strtod_l (s00, se, __get_current_locale ());
|
/picolibc-latest/newlib/libc/locale/ |
D | setlocale.h | 213 __get_current_locale (void) in __get_current_locale() function 385 return __get_current_locale()->ctype_codeset; in __current_locale_charset() 399 return (char *) __get_current_locale()->message_codeset; in __locale_msgcharset() 406 return __get_current_locale()->cjk_lang; in __locale_cjk_lang()
|
D | uselocale.c | 93 current_locale = __get_current_locale(); in uselocale()
|
D | localeconv.c | 88 return __localeconv_l (__get_current_locale ()); in localeconv()
|
D | locale.c | 863 return __get_current_locale ()->mb_cur_max[0]; in __locale_mb_cur_max() 877 return __get_current_locale ()->ctype_ptr; in __locale_ctype_ptr()
|
D | nl_langinfo.c | 337 return nl_langinfo_l (item, __get_current_locale ()); in nl_langinfo()
|
/picolibc-latest/newlib/libc/time/ |
D | strptime.c | 517 return strptime_l (buf, format, timeptr, __get_current_locale ()); in strptime()
|
D | strftime.c | 1462 size_t ret = __strftime (s, maxsize, format, tim_p, __get_current_locale (), in strftime() 1470 return __strftime (s, maxsize, format, tim_p, __get_current_locale (), in strftime()
|