Home
last modified time | relevance | path

Searched refs:strtol (Results 1 – 25 of 37) sorted by relevance

12

/bionic/libc/bionic/
Dstrtol.cpp163 return strtol(s, nullptr, 10); in atoi()
167 return strtol(s, nullptr, 10); in atol()
178 long strtol(const char* s, char** end, int base) { in strtol() function
Dstdlib_l.cpp41 return strtol(s, end_ptr, base); in strtol_l()
/bionic/libc/private/
Dget_cpu_count_from_string.h38 int cpu = static_cast<int>(strtol(s, const_cast<char**>(&s), 10)); in GetCpuCountFromString()
/bionic/libc/include/android/
Dlegacy_stdlib_inlines.h107 return strtol(__s, __end_ptr, __base); in strtol_l()
/bionic/benchmarks/
Dbionic_benchmarks.cpp166 opts.cpu_to_lock = strtol(optarg, &check_null, 10); in ParseOpts()
194 opts.num_iterations = strtol(optarg, &check_null, 10); in ParseOpts()
344 int converted = static_cast<int>(strtol(argstr.c_str(), &check_null, 10)); in ResolveArgs()
Dstdlib_benchmark.cpp244 BIONIC_TRIVIAL_BENCHMARK(BM_stdlib_strtol, strtol(" -123", nullptr, 0));
/bionic/tests/headers/posix/
Dstdlib_h.c131 FUNCTION(strtol, long (*f)(const char*, char**, int)); in stdlib_h()
/bionic/libc/include/
Dstdlib.h75 long strtol(const char* __s, char** __end_ptr, int __base);
/bionic/libc/tzcode/
Dstrptime.c361 long n = strtol((const char*) bp, (char**) &bp, 10); in _strptime()
Dprivate.h239 # define strtoimax strtol
/bionic/libc/malloc_debug/
DConfig.cpp150 long long_value = strtol(value.c_str(), &end, 10); in ParseValue()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_144.S222 CALL(strtol)
Dliblinker_reloc_bench_076.S338 CALL(strtol)
Dliblinker_reloc_bench_006.S622 CALL(strtol)
Dliblinker_reloc_bench_085.S1800 CALL(strtol)
/bionic/linker/
Dlinker_config.cpp503 int result = strtol(content_str, &end, 10); in read_binary_config()
/bionic/tools/versioner/src/
Dversioner.cpp509 int api_level = strtol(optarg, &end, 10); in main()
/bionic/libc/dns/nameser/
Dns_name.c1073 blen = (int)strtol(beg_blen, &end_blen, 10); in encode_bitsring()
/bionic/libc/tools/
Dposix-2013.txt1027 strtol
/bionic/libc/kernel/uapi/linux/
Dbpf.h385 …t_current_value), FN(sysctl_get_new_value), FN(sysctl_set_new_value), FN(strtol), FN(strtoul), FN(…
/bionic/tests/
Dstdlib_test.cpp858 CheckStrToInt(strtol); in TEST()
/bionic/libc/dns/net/
Dgethnamaddr.c577 int result_code = strtol(buf, NULL, 10); in android_read_hostent()
Dgetaddrinfo.c454 int result_code = (int)strtol(buf, NULL, 10); in android_getaddrinfo_proxy()
/bionic/tools/versioner/platforms/
Dlibc.map.txt1035 strtol;
/bionic/libc/
Dlibc.map.txt1035 strtol;

12