Searched refs:strtoull (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | strtoull.c | 35 #define strtoi strtoull
|
D | strtoull_l.c | 45 return strtoull(s, ptr, base); in strtoull_l()
|
D | CMakeLists.txt | 136 strtoull.c
|
D | meson.build | 139 'strtoull.c',
|
/picolibc-latest/newlib/libc/stdlib/ |
D | strtoull.c | 195 strtoull (const char *__restrict s, in strtoull() function
|
D | stdlib.tex | 52 * Function strtoull:: String to unsigned long long 183 @include stdlib/strtoull.def
|
D | meson.build | 179 'strtoull.c',
|
/picolibc-latest/newlib/libc/include/ |
D | stdlib.h | 318 strtoull (const char *__restrict __n, char **__restrict __end_PTR, int __base);
|
/picolibc-latest/newlib/libc/stdio/ |
D | vfscanf.c | 1482 resll = strtoull (buf, (char **) NULL, base); in _SVFSCANF() 1511 resll = strtoull (buf, (char **) NULL, base); in _SVFSCANF()
|
/picolibc-latest/ |
D | COPYING.picolibc | 1525 newlib/libc/stdlib/strtoull.c 1954 newlib/libc/tinystdio/strtoull.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 2197 libc/stdlib/strtoul.c, libc/stdlib/strtoull.c, 2405 libc/stdlib/strtoul.c, libc/stdlib/strtoull.c, 3107 * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold): Also 3432 * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold):Prototype 9808 * libc/stdlib/strtoull.c: Ditto. 19447 _strtoull_r, _strtoll_r, strtoull, and strtoll. 19460 * libc/stdlib/strtoull.c: new file
|