Home
last modified time | relevance | path

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

/bionic/libc/stdlib/
Dstrtoul.c43 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
Dwchar.c297 return strtoul( (const char*)nptr, (char**)endptr, base ); in wcstoul()
/bionic/libc/include/
Dstdlib.h65 extern unsigned long strtoul(const char *, char **, int);
/bionic/libstdc++/include/
Dcstdlib60 using ::strtoul;
/bionic/libc/bionic/
Dstubs.c187 id = strtoul(name+4, &end, 10); in app_id_from_name()
/bionic/libc/netbsd/resolv/
Dres_debug.c1144 result = strtoul(buf + 5, &endptr, 10); in res_nametoclass()
1167 result = strtoul(buf + 4, &endptr, 10); in res_nametotype()
/bionic/libc/netbsd/net/
Dgetaddrinfo.c336 v = strtoul(p, &ep, 10); in str2number()
1083 lscopeid = strtoul(scope, &ep, 10); in ip6_str2scopeid()
/bionic/libc/
DAndroid.mk173 stdlib/strtoul.c \