Searched refs:strtoul (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | debug_mapinfo.cpp | 52 mi->start = strtoul(line, 0, 16); in parse_maps_line() 53 mi->end = strtoul(line + 9, 0, 16); in parse_maps_line()
|
D | stubs.cpp | 220 unsigned long userid = strtoul(name+1, &end, 10); in app_id_from_name() 229 appid = strtoul(end+2, &end, 10) + AID_APP; in app_id_from_name() 232 appid = strtoul(end+2, &end, 10) + AID_ISOLATED_START; in app_id_from_name()
|
D | wchar.cpp | 257 return strtoul(reinterpret_cast<const char*>(nptr), reinterpret_cast<char**>(endptr), base); in wcstoul()
|
/bionic/libc/stdlib/ |
D | strtoul.c | 43 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
|
/bionic/libc/include/ |
D | stdlib.h | 60 extern unsigned long strtoul(const char *, char **, int);
|
/bionic/tests/ |
D | dlfcn_test.cpp | 161 uintptr_t start = strtoul(line, 0, 16); in TEST()
|
/bionic/libstdc++/include/ |
D | cstdlib | 60 using ::strtoul;
|
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 1145 result = strtoul(buf + 5, &endptr, 10); in res_nametoclass() 1168 result = strtoul(buf + 4, &endptr, 10); in res_nametotype()
|
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 347 v = strtoul(p, &ep, 10); in str2number() 1280 lscopeid = strtoul(scope, &ep, 10); in ip6_str2scopeid()
|
/bionic/libc/ |
D | Android.mk | 92 stdlib/strtoul.c \
|