Searched refs:strtoll (Results 1 – 13 of 13) sorted by relevance
/linux/tools/lib/ |
H A D | cmdline.c | 17 unsigned long long ret = strtoll(ptr, &endptr, 0); in memparse()
|
/linux/tools/bpf/runqslower/ |
H A D | runqslower.c | 69 min_us = strtoll(arg, NULL, 10); in parse_arg()
|
/linux/tools/perf/util/ |
H A D | hwmon_pmu.c | 457 val = strtoll(buf, /*endptr=*/NULL, 10); in hwmon_pmu__describe_items() 830 count->val = old_count->val + strtoll(buf, NULL, 10); in evsel__hwmon_pmu_read() 834 count->val = strtoll(buf, NULL, 10); in evsel__hwmon_pmu_read()
|
/linux/tools/iio/ |
H A D | iio_generic_buffer.c | 384 buffer_idx = strtoll(optarg, &dummy, 10); in main() 397 num_loops = strtoll(optarg, &dummy, 10); in main()
|
/linux/drivers/md/bcache/ |
H A D | util.c | 82 STRTO_H(strtoll, long long) in STRTO_H()
|
/linux/tools/power/cpupower/lib/ |
H A D | powercap.c | 142 *val = strtoll(buf, NULL, 10); in sysfs_powercap_get64_val()
|
/linux/scripts/dtc/ |
H A D | dtc.c | 223 cmdline_boot_cpuid = strtoll(optarg, NULL, 0); in main()
|
/linux/tools/include/nolibc/ |
H A D | stdlib.h | 527 long long strtoll(const char *nptr, char **endptr, int base) in strtoll() function
|
/linux/tools/testing/selftests/net/ |
H A D | so_txtime.c | 481 cfg_start_time_ns = strtoll(optarg, NULL, 0); in parse_opts()
|
/linux/tools/tracing/rtla/src/ |
H A D | utils.c | 68 value = strtoll(start, &end, 10); in get_llong_from_str()
|
/linux/scripts/kconfig/ |
H A D | expr.c | 875 val->s = strtoll(str, &tail, 10); in expr_parse_string() 883 val->s = strtoll(str, &tail, 0); in expr_parse_string()
|
/linux/fs/bcachefs/ |
H A D | util.c | 203 STRTO_H(strtoll, long long) in STRTO_H()
|
/linux/tools/mm/ |
H A D | page-types.c | 882 n = strtoll(str, NULL, 0); in parse_number()
|