Searched refs:strtol_l (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/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() 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/ |
D | strtol_l.c | 39 strtol_l (const char *__restrict s, in strtol_l() function
|
D | CMakeLists.txt | 131 strtol_l.c
|
D | meson.build | 134 'strtol_l.c',
|
/picolibc-latest/newlib/libc/stdlib/ |
D | strtol.c | 214 strtol_l (const char *__restrict s, char **__restrict ptr, int base, in strtol_l() function
|
/picolibc-latest/newlib/libc/include/ |
D | stdlib.h | 329 long strtol_l (const char *__restrict, char **__restrict, int, locale_t);
|
/picolibc-latest/ |
D | COPYING.picolibc | 570 newlib/libc/tinystdio/strtol_l.c
|