Home
last modified time | relevance | path

Searched refs:strtol_l (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/time/
Dstrptime.c206 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
229 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
245 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
253 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
263 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
271 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
279 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
302 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
342 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
361 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dstrtol_l.c42 strtol_l (const char *__restrict s, in strtol_l() function
Dmeson.build119 'strtol_l.c',
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dstrtol.c215 strtol_l (const char *__restrict s, char **__restrict ptr, int base, in strtol_l() function
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dstdlib.h212 long strtol_l (const char *__restrict, char **__restrict, int, locale_t);
/picolibc-3.5.0-3.4.0/
DCOPYING.picolibc604 newlib/libc/tinystdio/strtol_l.c