Searched refs:strtoul (Results 1 – 16 of 16) sorted by relevance
/bionic/benchmarks/ |
D | stdio_benchmark.cpp | 248 *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()
|
D | stdlib_benchmark.cpp | 249 benchmark::DoNotOptimize(strtoul(" -123", nullptr, 0)); in BM_stdlib_strtoul()
|
/bionic/libc/bionic/ |
D | stdlib_l.cpp | 53 return strtoul(s, end_ptr, base); in strtoul_l()
|
D | arpa_inet.cpp | 43 parts[i] = strtoul(cp, &end, 0); in inet_aton()
|
D | grp_pwd.cpp | 302 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()
|
D | strtol.cpp | 194 unsigned long strtoul(const char* s, char** end, int base) { in strtoul() function
|
D | grp_pwd_file.cpp | 64 uid_t result = strtoul(field, &end, 0); in FieldToUid()
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 128 unsigned long int alignment = strtoul(argv[1], &end, 10); in main()
|
/bionic/tests/headers/posix/ |
D | stdlib_h.c | 134 FUNCTION(strtoul, unsigned long (*f)(const char*, char**, int)); in stdlib_h()
|
/bionic/libc/include/ |
D | stdlib.h | 77 unsigned long strtoul(const char* __s, char** __end_ptr, int __base);
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 1195 result = strtoul(buf + 5, &endptr, 10); in res_nametoclass() 1218 result = strtoul(buf + 4, &endptr, 10); in res_nametotype()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1029 strtoul
|
/bionic/tests/ |
D | stdlib_test.cpp | 811 CheckStrToInt(strtoul); in TEST()
|
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 357 v = strtoul(p, &ep, 10); in str2number() 1284 lscopeid = strtoul(scope, &ep, 10); in ip6_str2scopeid()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1041 strtoul;
|
/bionic/libc/ |
D | libc.map.txt | 1041 strtoul;
|