Searched refs:strtoul (Results 1 – 25 of 26) sorted by relevance
12
/bionic/benchmarks/ |
D | stdio_benchmark.cpp | 247 *start = strtoul(old_str, &str, 16); in ParseMap() 252 *end = strtoul(old_str, &str, 16); in ParseMap() 271 *offset = strtoul(old_str, &str, 16); in ParseMap() 276 (void)strtoul(old_str, &str, 16); in ParseMap() 280 (void)strtoul(str, &str, 16); in ParseMap() 285 (void)strtoul(old_str, &str, 10); in ParseMap()
|
D | stdlib_benchmark.cpp | 236 BIONIC_TRIVIAL_BENCHMARK(BM_stdlib_strtoul, strtoul(" -123", nullptr, 0)); 240 BIONIC_TRIVIAL_BENCHMARK(BM_stdlib_strtoul_hex, strtoul("0xdeadbeef", nullptr, 0));
|
/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 | 293 userid = strtoul(name+1, &end, 10); in app_id_from_name() 308 appid = strtoul(end+2, &end, 10) + AID_SHARED_GID_START; in app_id_from_name() 315 appid = strtoul(end+2, &end, 10); in app_id_from_name() 335 appid = strtoul(end+2, &end, 10) + AID_ISOLATED_START; in app_id_from_name()
|
D | strtol.cpp | 158 unsigned long strtoul(const char* s, char** end, int base) { in strtoul() function
|
D | grp_pwd_file.cpp | 65 uid_t result = strtoul(field, &end, 0); in FieldToUid()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_150.S | 28 CALL(strtoul)
|
D | liblinker_reloc_bench_008.S | 333 CALL(strtoul)
|
D | liblinker_reloc_bench_085.S | 1801 CALL(strtoul)
|
D | liblinker_reloc_bench_092.S | 2813 CALL(strtoul)
|
D | liblinker_reloc_bench_111.S | 6987 CALL(strtoul)
|
D | liblinker_reloc_bench_063.S | 11273 CALL(strtoul)
|
D | liblinker_reloc_bench_007.S | 11408 CALL(strtoul)
|
D | liblinker_reloc_bench_151.S | 13623 CALL(strtoul)
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 126 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 | 73 unsigned long strtoul(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base);
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 1213 result = strtoul(buf + 5, &endptr, 10); in res_nametoclass() 1236 result = strtoul(buf + 4, &endptr, 10); in res_nametotype()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1029 strtoul
|
/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/tests/ |
D | stdlib_test.cpp | 937 CheckStrToInt(strtoul); in TEST()
|
/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 648 …3, ##ctx) FN(sysctl_set_new_value, 104, ##ctx) FN(strtol, 105, ##ctx) FN(strtoul, 106, ##ctx) FN(s…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1040 strtoul;
|
/bionic/libc/ |
D | libc.map.txt | 1040 strtoul;
|
12