Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Ddebug_mapinfo.cpp52 mi->start = strtoul(line, 0, 16); in parse_maps_line()
53 mi->end = strtoul(line + 9, 0, 16); in parse_maps_line()
Dstubs.cpp220 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()
Dwchar.cpp257 return strtoul(reinterpret_cast<const char*>(nptr), reinterpret_cast<char**>(endptr), base); in wcstoul()
/bionic/libc/stdlib/
Dstrtoul.c43 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
/bionic/libc/include/
Dstdlib.h60 extern unsigned long strtoul(const char *, char **, int);
/bionic/tests/
Ddlfcn_test.cpp161 uintptr_t start = strtoul(line, 0, 16); in TEST()
/bionic/libstdc++/include/
Dcstdlib60 using ::strtoul;
/bionic/libc/netbsd/resolv/
Dres_debug.c1145 result = strtoul(buf + 5, &endptr, 10); in res_nametoclass()
1168 result = strtoul(buf + 4, &endptr, 10); in res_nametotype()
/bionic/libc/netbsd/net/
Dgetaddrinfo.c347 v = strtoul(p, &ep, 10); in str2number()
1280 lscopeid = strtoul(scope, &ep, 10); in ip6_str2scopeid()
/bionic/libc/
DAndroid.mk92 stdlib/strtoul.c \