Searched refs:strtoul (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | strtoul.c | 43 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
|
/bionic/libc/bionic/ |
D | stubs.cpp | 215 userid = strtoul(name+1, &end, 10); in app_id_from_name() 230 appid = strtoul(end+2, &end, 10) + AID_SHARED_GID_START; in app_id_from_name() 237 appid = strtoul(end+2, &end, 10) + AID_APP; in app_id_from_name() 241 appid = strtoul(end+2, &end, 10) + AID_ISOLATED_START; in app_id_from_name()
|
/bionic/libc/include/ |
D | stdlib.h | 74 extern unsigned long strtoul(const char *, char **, int);
|
/bionic/tests/ |
D | stdlib_test.cpp | 503 strtoul("123", NULL, -1); in TEST() 506 strtoul("123", NULL, 1); in TEST() 509 strtoul("123", NULL, 37); in TEST()
|
/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/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()
|
/bionic/libc/ |
D | libc.map | 1148 strtoul;
|
D | Android.mk | 504 upstream-openbsd/lib/libc/stdlib/strtoul.c \
|