Searched refs:strtoul (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/stdlib/ |
D | strtoul.c | 43 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
|
D | wchar.c | 297 return strtoul( (const char*)nptr, (char**)endptr, base ); in wcstoul()
|
/bionic/libc/include/ |
D | stdlib.h | 65 extern unsigned long strtoul(const char *, char **, int);
|
/bionic/libstdc++/include/ |
D | cstdlib | 60 using ::strtoul;
|
/bionic/libc/bionic/ |
D | stubs.c | 187 id = strtoul(name+4, &end, 10); in app_id_from_name()
|
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 1144 result = strtoul(buf + 5, &endptr, 10); in res_nametoclass() 1167 result = strtoul(buf + 4, &endptr, 10); in res_nametotype()
|
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 336 v = strtoul(p, &ep, 10); in str2number() 1083 lscopeid = strtoul(scope, &ep, 10); in ip6_str2scopeid()
|
/bionic/libc/ |
D | Android.mk | 173 stdlib/strtoul.c \
|