Searched refs:strtod_l (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | strtod_l.c | 39 strtod_l (const char *__restrict s00, in strtod_l() function 59 return (long double) strtod_l(nptr, endptr, loc); in strtold_l()
|
D | CMakeLists.txt | 124 strtod_l.c
|
D | meson.build | 127 'strtod_l.c',
|
/picolibc-latest/newlib/libc/stdlib/ |
D | wcstod.c | 184 val = strtod_l(buf, &end, loc); in wcstod_l()
|
D | strtod.c | 242 strtod_l (const char *__restrict s00, char **__restrict se, function 1281 return strtod_l (s00, se, __get_current_locale ()); 1324 double val = strtod_l (s00, se, loc); 1339 double val = strtod_l (s00, se, __get_current_locale ());
|
/picolibc-latest/newlib/libc/include/ |
D | stdlib.h | 322 double strtod_l (const char *__restrict, char **__restrict, locale_t);
|
/picolibc-latest/ |
D | COPYING.picolibc | 751 newlib/libc/tinystdio/strtod_l.c
|