Home
last modified time | relevance | path

Searched refs:strtoul (Results 1 – 17 of 17) sorted by relevance

/picolibc-latest/test/libc-testsuite/
Dstrtol.c63 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/
Dsig2str.c244 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/
Dstrtoul.c35 #define strtoi strtoul
Dstrtoul_l.c45 return strtoul(s, ptr, base); in strtoul_l()
DCMakeLists.txt134 strtoul.c
Dmeson.build137 'strtoul.c',
/picolibc-latest/newlib/libc/stdlib/
Dstrtoul.c190 strtoul (const char *__restrict s, in strtoul() function
Dstdlib.tex51 * Function strtoul:: String to unsigned long
180 @include stdlib/strtoul.def
Dmeson.build177 'strtoul.c',
/picolibc-latest/newlib/libc/stdio/
Dnano-vfscanf_i.c108 ccfn = (pdata->code == CT_INT) ? (u_long (*)CCFN_PARAMS)strtol : strtoul; in _scanf_i()
Dvfscanf.c796 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/
Dtzset.c280 d = strtoul (tzenv, &end, 10); in _tzset_unlocked()
Dstrftime.c309 # define STRTOUL(c,p,b) strtoul((c),(p),(b))
/picolibc-latest/newlib/libc/include/
Dstdlib.h315 strtoul (const char *__restrict __n, char **__restrict __end_PTR, int __base);
/picolibc-latest/newlib/
DNEWS383 * strtok, strtol, strtoul, assert, div, ldiv, qsort, vfprintf
DChangeLog-20152197 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/
DCOPYING.picolibc1524 newlib/libc/stdlib/strtoul.c
1953 newlib/libc/tinystdio/strtoul.c