Home
last modified time | relevance | path

Searched refs:strtoull (Results 1 – 11 of 11) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dstrtoull.c35 #define strtoi strtoull
Dstrtoull_l.c45 return strtoull(s, ptr, base); in strtoull_l()
DCMakeLists.txt136 strtoull.c
Dmeson.build139 'strtoull.c',
/picolibc-latest/newlib/libc/stdlib/
Dstrtoull.c195 strtoull (const char *__restrict s, in strtoull() function
Dstdlib.tex52 * Function strtoull:: String to unsigned long long
183 @include stdlib/strtoull.def
Dmeson.build179 'strtoull.c',
/picolibc-latest/newlib/libc/include/
Dstdlib.h318 strtoull (const char *__restrict __n, char **__restrict __end_PTR, int __base);
/picolibc-latest/newlib/libc/stdio/
Dvfscanf.c1482 resll = strtoull (buf, (char **) NULL, base); in _SVFSCANF()
1511 resll = strtoull (buf, (char **) NULL, base); in _SVFSCANF()
/picolibc-latest/
DCOPYING.picolibc1525 newlib/libc/stdlib/strtoull.c
1954 newlib/libc/tinystdio/strtoull.c
/picolibc-latest/newlib/
DChangeLog-20152197 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