Searched refs:strtoul (Results 1 – 22 of 22) sorted by relevance
/bionic/libc/bionic/ |
D | arpa_inet.cpp | 43 parts[i] = strtoul(cp, &end, 0); in inet_aton()
|
D | stubs.cpp | 221 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/ |
D | strtoul.c | 43 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
|
/bionic/libc/include/ |
D | stdlib.h | 74 extern unsigned long strtoul(const char *, char **, int);
|
/bionic/tests/ |
D | stdlib_test.cpp | 496 strtoul("123", NULL, -1); in TEST() 499 strtoul("123", NULL, 1); in TEST() 502 strtoul("123", NULL, 37); in TEST()
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 126 unsigned long int alignment = strtoul(argv[1], &end, 10); in main()
|
/bionic/libstdc++/include/ |
D | cstdlib | 57 using ::strtoul;
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 1195 result = strtoul(buf + 5, &endptr, 10); in res_nametoclass() 1218 result = strtoul(buf + 4, &endptr, 10); in res_nametotype()
|
/bionic/libc/ |
D | libc.mips64.map | 963 strtoul;
|
D | libc.x86_64.map | 963 strtoul;
|
D | libc.arm64.map | 963 strtoul;
|
D | libc.x86.brillo.map | 1019 strtoul;
|
D | libc.mips.brillo.map | 1021 strtoul;
|
D | libc.arm.brillo.map | 1023 strtoul;
|
D | libc.mips.map | 1021 strtoul;
|
D | libc.x86.map | 1019 strtoul;
|
D | libc.arm.map | 1023 strtoul;
|
D | libc.map.txt | 1048 strtoul;
|
D | Android.mk | 538 upstream-openbsd/lib/libc/stdlib/strtoul.c \
|
D | Android.bp | 558 "upstream-openbsd/lib/libc/stdlib/strtoul.c",
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1029 strtoul
|
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 356 v = strtoul(p, &ep, 10); in str2number() 1279 lscopeid = strtoul(scope, &ep, 10); in ip6_str2scopeid()
|