| /picolibc-latest/test/libc-testsuite/ |
| D | strtol.c | 63 TEST(ul, strtoul("4294967295", 0, 0), 4294967295UL, "max 32bit unsigned %lu != %lu"); in test_strtol() 75 TEST(ul, strtoul(s="4294967296", &c, 0), 4294967295UL, "uncaught overflow %lu != %lu"); in test_strtol() 79 TEST(ul, strtoul(s="-1", &c, 0), -1UL, "rejected negative %lu != %lu"); in test_strtol() 83 TEST(ul, strtoul(s="-2", &c, 0), -2UL, "rejected negative %lu != %lu"); in test_strtol() 87 TEST(ul, strtoul(s="-2147483648", &c, 0), -2147483648UL, "rejected negative %lu != %lu"); in test_strtol() 91 TEST(ul, strtoul(s="-2147483649", &c, 0), -2147483649UL, "rejected negative %lu != %lu"); in test_strtol() 104 …TEST(ul, strtoul(s="18446744073709551616", &c, 0), 18446744073709551615UL, "uncaught overflow %lu … in test_strtol() 108 TEST(ul, strtoul(s="-1", &c, 0), -1UL, "rejected negative %lu != %lu"); in test_strtol() 112 TEST(ul, strtoul(s="-2", &c, 0), -2UL, "rejected negative %lu != %lu"); in test_strtol() 116 …TEST(ul, strtoul(s="-9223372036854775808", &c, 0), -9223372036854775808UL, "rejected negative %lu … in test_strtol() [all …]
|
| /picolibc-latest/newlib/libc/signal/ |
| D | sig2str.c | 244 unsigned long j = strtoul(&str[SPACES_TO_N], &endp, 10); in str2sig() 261 unsigned long j = strtoul(&str[SPACES_TO_N], &endp, 10); // and endptr null check in str2sig() 287 is_valid_decimal = strtoul(str, &endp, 10); in str2sig()
|
| /picolibc-latest/newlib/libc/tinystdio/ |
| D | strtoul.c | 35 #define strtoi strtoul
|
| D | strtoul_l.c | 45 return strtoul(s, ptr, base); in strtoul_l()
|
| D | CMakeLists.txt | 134 strtoul.c
|
| D | meson.build | 137 'strtoul.c',
|
| /picolibc-latest/newlib/libc/stdlib/ |
| D | strtoul.c | 190 strtoul (const char *__restrict s, in strtoul() function
|
| D | stdlib.tex | 51 * Function strtoul:: String to unsigned long 180 @include stdlib/strtoul.def
|
| D | meson.build | 177 'strtoul.c',
|
| /picolibc-latest/newlib/libc/stdio/ |
| D | nano-vfscanf_i.c | 108 ccfn = (pdata->code == CT_INT) ? (u_long (*)CCFN_PARAMS)strtol : strtoul; in _scanf_i()
|
| D | vfscanf.c | 796 ccfn = strtoul; in _SVFSCANF() 802 ccfn = strtoul; in _SVFSCANF() 810 ccfn = strtoul; in _SVFSCANF() 859 ccfn = strtoul; in _SVFSCANF() 1510 if (ccfn == strtoul) in _SVFSCANF()
|
| /picolibc-latest/newlib/libc/time/ |
| D | tzset.c | 280 d = strtoul (tzenv, &end, 10); in _tzset_unlocked()
|
| D | strftime.c | 309 # define STRTOUL(c,p,b) strtoul((c),(p),(b))
|
| /picolibc-latest/newlib/libc/include/ |
| D | stdlib.h | 315 strtoul (const char *__restrict __n, char **__restrict __end_PTR, int __base);
|
| /picolibc-latest/newlib/ |
| D | NEWS | 383 * strtok, strtol, strtoul, assert, div, ldiv, qsort, vfprintf
|
| D | ChangeLog-2015 | 2197 libc/stdlib/strtoul.c, libc/stdlib/strtoull.c, 2405 libc/stdlib/strtoul.c, libc/stdlib/strtoull.c, 4591 * libc/stdlib/strtoul.c: Ditto. 20770 * libc/stdlib/strtoul.c: Ditto. 24242 * libc/stdlib/strtoul.c (_strtoul_r): Likewise. 26122 * libc/stdlib/strtoul.c (_strtoul_r): Several changes for ANSI 26559 * libc/stdlib/strtoul.c (_strtoul_r): Handle leading 0 correctly 26790 mprec.c, mprec.h, rand.c, std.h, strtod.c, strtol.c, strtoul.c, 26922 strtod.c strtol.c strtoul.c system.c wctomb.c mprec.h} 27079 libc/stdlib/strtol.c, libc/stdlib/strtoul.c, libc/string/strtok.c,
|
| /picolibc-latest/ |
| D | COPYING.picolibc | 1524 newlib/libc/stdlib/strtoul.c 1953 newlib/libc/tinystdio/strtoul.c
|