Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Darpa_inet.cpp43 parts[i] = strtoul(cp, &end, 0); in inet_aton()
Dstubs.cpp221 userid = strtoul(name+1, &end, 10); in app_id_from_name()
236 appid = strtoul(end+2, &end, 10) + AID_SHARED_GID_START; in app_id_from_name()
243 appid = strtoul(end+2, &end, 10) + AID_APP; in app_id_from_name()
247 appid = strtoul(end+2, &end, 10) + AID_ISOLATED_START; in app_id_from_name()
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dstrtoul.c43 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
/bionic/libc/include/
Dstdlib.h74 extern unsigned long strtoul(const char *, char **, int);
/bionic/tests/
Dstdlib_test.cpp496 strtoul("123", NULL, -1); in TEST()
499 strtoul("123", NULL, 1); in TEST()
502 strtoul("123", NULL, 37); in TEST()
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp126 unsigned long int alignment = strtoul(argv[1], &end, 10); in main()
/bionic/libstdc++/include/
Dcstdlib57 using ::strtoul;
/bionic/libc/dns/resolv/
Dres_debug.c1195 result = strtoul(buf + 5, &endptr, 10); in res_nametoclass()
1218 result = strtoul(buf + 4, &endptr, 10); in res_nametotype()
/bionic/libc/
Dlibc.mips64.map963 strtoul;
Dlibc.x86_64.map963 strtoul;
Dlibc.arm64.map963 strtoul;
Dlibc.x86.brillo.map1019 strtoul;
Dlibc.mips.brillo.map1021 strtoul;
Dlibc.arm.brillo.map1023 strtoul;
Dlibc.mips.map1021 strtoul;
Dlibc.x86.map1019 strtoul;
Dlibc.arm.map1023 strtoul;
Dlibc.map.txt1048 strtoul;
DAndroid.mk538 upstream-openbsd/lib/libc/stdlib/strtoul.c \
DAndroid.bp558 "upstream-openbsd/lib/libc/stdlib/strtoul.c",
/bionic/libc/tools/
Dposix-2013.txt1029 strtoul
/bionic/libc/dns/net/
Dgetaddrinfo.c356 v = strtoul(p, &ep, 10); in str2number()
1279 lscopeid = strtoul(scope, &ep, 10); in ip6_str2scopeid()