Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dstrtoul.c43 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
/bionic/libc/bionic/
Dstubs.cpp215 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/
Dstdlib.h74 extern unsigned long strtoul(const char *, char **, int);
/bionic/tests/
Dstdlib_test.cpp503 strtoul("123", NULL, -1); in TEST()
506 strtoul("123", NULL, 1); in TEST()
509 strtoul("123", NULL, 37); in TEST()
/bionic/libstdc++/include/
Dcstdlib57 using ::strtoul;
/bionic/libc/dns/resolv/
Dres_debug.c1195 result = strtoul(buf + 5, &endptr, 10); in res_nametoclass()
1218 result = strtoul(buf + 4, &endptr, 10); in res_nametotype()
/bionic/libc/tools/
Dposix-2013.txt1029 strtoul
/bionic/libc/dns/net/
Dgetaddrinfo.c356 v = strtoul(p, &ep, 10); in str2number()
1279 lscopeid = strtoul(scope, &ep, 10); in ip6_str2scopeid()
/bionic/libc/
Dlibc.map1148 strtoul;
DAndroid.mk504 upstream-openbsd/lib/libc/stdlib/strtoul.c \