Home
last modified time | relevance | path

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

12

/bionic/benchmarks/
Dstdio_benchmark.cpp247 *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()
Dstdlib_benchmark.cpp236 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/
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.cpp293 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()
Dstrtol.cpp158 unsigned long strtoul(const char* s, char** end, int base) { in strtoul() function
Dgrp_pwd_file.cpp65 uid_t result = strtoul(field, &end, 0); in FieldToUid()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_150.S28 CALL(strtoul)
Dliblinker_reloc_bench_008.S333 CALL(strtoul)
Dliblinker_reloc_bench_085.S1801 CALL(strtoul)
Dliblinker_reloc_bench_092.S2813 CALL(strtoul)
Dliblinker_reloc_bench_111.S6987 CALL(strtoul)
Dliblinker_reloc_bench_063.S11273 CALL(strtoul)
Dliblinker_reloc_bench_007.S11408 CALL(strtoul)
Dliblinker_reloc_bench_151.S13623 CALL(strtoul)
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp126 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.h73 unsigned long strtoul(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base);
/bionic/libc/dns/resolv/
Dres_debug.c1213 result = strtoul(buf + 5, &endptr, 10); in res_nametoclass()
1236 result = strtoul(buf + 4, &endptr, 10); in res_nametotype()
/bionic/libc/tools/
Dposix-2013.txt1029 strtoul
/bionic/libc/dns/net/
Dgetaddrinfo.c357 v = strtoul(p, &ep, 10); in str2number()
1284 lscopeid = strtoul(scope, &ep, 10); in ip6_str2scopeid()
/bionic/tests/
Dstdlib_test.cpp937 CheckStrToInt(strtoul); in TEST()
/bionic/libc/kernel/uapi/linux/
Dbpf.h648 …3, ##ctx) FN(sysctl_set_new_value, 104, ##ctx) FN(strtol, 105, ##ctx) FN(strtoul, 106, ##ctx) FN(s…
/bionic/tools/versioner/platforms/
Dlibc.map.txt1040 strtoul;
/bionic/libc/
Dlibc.map.txt1040 strtoul;

12