Searched refs:atol (Results 1 – 8 of 8) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | atol.c | 14 atol (const char *s) in atol() function
|
D | CMakeLists.txt | 48 atol.c
|
D | meson.build | 98 'atol.c',
|
/picolibc-3.7.0-3.6.0/test/libc-testsuite/ |
D | strtol.c | 60 TEST(l, atol("2147483647"), 2147483647L, "max 32bit signed %ld != %ld"); in test_strtol()
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | stdlib.h | 115 long atol (const char *__nptr);
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | convert.c | 224 test_iok(atol(p->string), p->decimal.value); in test_atol()
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 14547 * libc/stdlib/atol.c (_atol_r): New reentrant function. 19710 (e.g. _strtol_r, _strtoul_r). Also replaced calls to atol and atof 24055 * libc/stdlib/Makefile.in (atoff.o,atol.o,mblen.o,mbstowcs.o, 24859 * libc/stdlib/Makefile.in (CHEWOUT_FILES): Removed atol.def. 24860 * libc/stdlib/stdlib.tex: Don't include atol.def. 24880 * libc/stdlib/atol.c (atol): DEFUN -> _DEFUN. 24884 * libc/stdlib/Makefile.in (OFILES): Added atoff.o and atol.o. 24887 * libc/stdlib/atoi.c (atol): Removed. 24888 * libc/stdlib/atol.c: Removed duplicate documentation. 26601 libc/stdlib/atol.c, libc/stdlib/rand.c, libc/string/strpbrk.c, [all …]
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 3183 newlib/libc/stdlib/atol.c
|