Searched refs:strtol (Results 1 – 21 of 21) sorted by relevance
/bionic/libc/private/ |
D | get_cpu_count_from_string.h | 38 int cpu = static_cast<int>(strtol(s, const_cast<char**>(&s), 10)); in GetCpuCountFromString()
|
/bionic/libc/bionic/ |
D | stdlib_l.cpp | 41 return strtol(s, end_ptr, base); in strtol_l()
|
D | strtol.cpp | 166 return strtol(s, nullptr, 10); in atoi() 170 return strtol(s, nullptr, 10); in atol() 181 long strtol(const char* s, char** end, int base) { in strtol() function
|
/bionic/libc/include/android/ |
D | legacy_stdlib_inlines.h | 104 return strtol(__s, __end_ptr, __base); in strtol_l()
|
/bionic/tests/headers/posix/ |
D | stdlib_h.c | 131 FUNCTION(strtol, long (*f)(const char*, char**, int)); in stdlib_h()
|
/bionic/benchmarks/ |
D | bionic_benchmarks.cpp | 164 opts.cpu_to_lock = strtol(optarg, &check_null, 10); in ParseOpts() 192 opts.num_iterations = strtol(optarg, &check_null, 10); in ParseOpts() 342 int converted = static_cast<int>(strtol(argstr.c_str(), &check_null, 10)); in ResolveArgs()
|
D | stdlib_benchmark.cpp | 235 benchmark::DoNotOptimize(strtol(" -123", nullptr, 0)); in BM_stdlib_strtol()
|
/bionic/libc/include/ |
D | stdlib.h | 75 long strtol(const char* __s, char** __end_ptr, int __base);
|
/bionic/libc/tzcode/ |
D | strptime.c | 361 long n = strtol((const char*) bp, (char**) &bp, 10); in _strptime()
|
D | private.h | 239 # define strtoimax strtol
|
/bionic/libc/malloc_debug/ |
D | Config.cpp | 150 long long_value = strtol(value.c_str(), &end, 10); in ParseValue()
|
/bionic/tools/versioner/src/ |
D | versioner.cpp | 507 int api_level = strtol(optarg, &end, 10); in main()
|
/bionic/linker/ |
D | linker_config.cpp | 491 int result = strtol(content_str, &end, 10); in read_binary_config()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1027 strtol
|
/bionic/libc/dns/nameser/ |
D | ns_name.c | 1073 blen = (int)strtol(beg_blen, &end_blen, 10); in encode_bitsring()
|
/bionic/tests/ |
D | stdlib_test.cpp | 803 CheckStrToInt(strtol); in TEST()
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 577 int result_code = strtol(buf, NULL, 10); in android_read_hostent()
|
D | getaddrinfo.c | 454 int result_code = (int)strtol(buf, NULL, 10); in android_getaddrinfo_proxy()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1035 strtol;
|
/bionic/libc/ |
D | libc.map.txt | 1035 strtol;
|
D | Android.bp | 1138 "bionic/strtol.cpp",
|