/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | local.h | 37 #define __WCTOMB (__get_current_locale()->wctomb) 59 #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 | 294 return wcstod_l (nptr, endptr, __get_current_locale ()); in wcstod() 301 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 | 195 return strtoul_l (s, ptr, base, __get_current_locale ()); in strtoul()
|
D | strtoull.c | 200 return _strtoull_l (s, ptr, base, __get_current_locale ()); in strtoull()
|
D | wcsnrtombs.c | 149 __get_current_locale ()); in wcsnrtombs()
|
D | strtoimax.c | 152 return strtoimax_l(nptr, endptr, base, __get_current_locale()); in strtoimax()
|
D | strtoumax.c | 132 return strtoumax_l(nptr, endptr, base, __get_current_locale()); in strtoumax()
|
D | strtoll.c | 225 return _strtoll_l (s, ptr, base, __get_current_locale ()); in strtoll()
|
D | wcstol.c | 219 return wcstol_l (s, ptr, base, __get_current_locale ()); in wcstol()
|
D | wcstoll.c | 217 return wcstoll_l (s, ptr, base, __get_current_locale ()); in wcstoll()
|
D | wcstoul.c | 197 return wcstoul_l (s, ptr, base, __get_current_locale ()); in wcstoul()
|
D | strtol.c | 226 return _strtol_l (s, ptr, base, __get_current_locale ()); in strtol()
|
D | wcstoull.c | 212 return wcstoull_l (s, ptr, base, __get_current_locale ()); in wcstoull()
|
D | wcstoimax.c | 138 return wcstoimax_l(nptr, endptr, base, __get_current_locale()); in wcstoimax()
|
D | wcstoumax.c | 136 return wcstoumax_l(nptr, endptr, base, __get_current_locale()); in wcstoumax()
|
D | strtod.c | 1282 return strtod_l (s00, se, __get_current_locale ()); 1340 double val = strtod_l (s00, se, __get_current_locale ());
|
/picolibc-3.5.0-3.4.0/newlib/libc/locale/ |
D | uselocale.c | 95 current_locale = __get_current_locale(); in uselocale()
|
D | setlocale.h | 223 __get_current_locale (void) in __get_current_locale() function 408 return __get_current_locale()->ctype_codeset; in __current_locale_charset() 422 return (char *) __get_current_locale()->message_codeset; in __locale_msgcharset() 429 return __get_current_locale()->cjk_lang; in __locale_cjk_lang()
|
D | localeconv.c | 87 return __localeconv_l (__get_current_locale ()); in localeconv()
|
D | locale.c | 1000 return __get_current_locale ()->mb_cur_max[0]; in __locale_mb_cur_max() 1014 return __get_current_locale ()->ctype_ptr; in __locale_ctype_ptr()
|
D | nl_langinfo.c | 396 return nl_langinfo_l (item, __get_current_locale ()); in nl_langinfo()
|
/picolibc-3.5.0-3.4.0/newlib/libc/time/ |
D | strptime.c | 516 return strptime_l (buf, format, timeptr, __get_current_locale ()); in strptime()
|
D | strftime.c | 1483 size_t ret = __strftime (s, maxsize, format, tim_p, __get_current_locale (), in strftime() 1491 return __strftime (s, maxsize, format, tim_p, __get_current_locale (), in strftime()
|