Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dstdio_benchmark.cpp248 *start = strtoul(old_str, &str, 16); in ParseMap()
253 *end = strtoul(old_str, &str, 16); in ParseMap()
272 *offset = strtoul(old_str, &str, 16); in ParseMap()
277 (void)strtoul(old_str, &str, 16); in ParseMap()
281 (void)strtoul(str, &str, 16); in ParseMap()
286 (void)strtoul(old_str, &str, 10); in ParseMap()
Dstdlib_benchmark.cpp249 benchmark::DoNotOptimize(strtoul(" -123", nullptr, 0)); in BM_stdlib_strtoul()
/bionic/libc/bionic/
Dstdlib_l.cpp53 return strtoul(s, end_ptr, base); in strtoul_l()
Darpa_inet.cpp43 parts[i] = strtoul(cp, &end, 0); in inet_aton()
Dgrp_pwd.cpp302 userid = strtoul(name+1, &end, 10); in app_id_from_name()
317 appid = strtoul(end+2, &end, 10) + AID_SHARED_GID_START; in app_id_from_name()
324 appid = strtoul(end+2, &end, 10); in app_id_from_name()
334 appid = strtoul(end+2, &end, 10) + AID_ISOLATED_START; in app_id_from_name()
Dstrtol.cpp194 unsigned long strtoul(const char* s, char** end, int base) { in strtoul() function
Dgrp_pwd_file.cpp64 uid_t result = strtoul(field, &end, 0); in FieldToUid()
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp128 unsigned long int alignment = strtoul(argv[1], &end, 10); in main()
/bionic/tests/headers/posix/
Dstdlib_h.c134 FUNCTION(strtoul, unsigned long (*f)(const char*, char**, int)); in stdlib_h()
/bionic/libc/include/
Dstdlib.h77 unsigned long strtoul(const char* __s, char** __end_ptr, int __base);
/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/tests/
Dstdlib_test.cpp811 CheckStrToInt(strtoul); in TEST()
/bionic/libc/dns/net/
Dgetaddrinfo.c357 v = strtoul(p, &ep, 10); in str2number()
1284 lscopeid = strtoul(scope, &ep, 10); in ip6_str2scopeid()
/bionic/tools/versioner/platforms/
Dlibc.map.txt1041 strtoul;
/bionic/libc/
Dlibc.map.txt1041 strtoul;