Home
last modified time | relevance | path

Searched refs:strtod_l (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dstrtod_l.c39 strtod_l (const char *__restrict s00, in strtod_l() function
59 return (long double) strtod_l(nptr, endptr, loc); in strtold_l()
DCMakeLists.txt124 strtod_l.c
Dmeson.build127 'strtod_l.c',
/picolibc-latest/newlib/libc/stdlib/
Dwcstod.c184 val = strtod_l(buf, &end, loc); in wcstod_l()
Dstrtod.c242 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/
Dstdlib.h322 double strtod_l (const char *__restrict, char **__restrict, locale_t);
/picolibc-latest/
DCOPYING.picolibc751 newlib/libc/tinystdio/strtod_l.c