Home
last modified time | relevance | path

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

/picolibc-latest/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()
303 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
343 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
362 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
[all …]
/picolibc-latest/newlib/libc/tinystdio/
Dstrtol_l.c39 strtol_l (const char *__restrict s, in strtol_l() function
DCMakeLists.txt131 strtol_l.c
Dmeson.build134 'strtol_l.c',
/picolibc-latest/newlib/libc/stdlib/
Dstrtol.c214 strtol_l (const char *__restrict s, char **__restrict ptr, int base, in strtol_l() function
/picolibc-latest/newlib/libc/include/
Dstdlib.h329 long strtol_l (const char *__restrict, char **__restrict, int, locale_t);
/picolibc-latest/
DCOPYING.picolibc570 newlib/libc/tinystdio/strtol_l.c