Searched refs:strtol_l (Results 1 – 6 of 6) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/time/ |
D | strptime.c | 206 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/ |
D | strtol_l.c | 42 strtol_l (const char *__restrict s, in strtol_l() function
|
D | meson.build | 119 'strtol_l.c',
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | strtol.c | 215 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/ |
D | stdlib.h | 212 long strtol_l (const char *__restrict, char **__restrict, int, locale_t);
|
/picolibc-3.5.0-3.4.0/ |
D | COPYING.picolibc | 604 newlib/libc/tinystdio/strtol_l.c
|