Home
last modified time | relevance | path

Searched refs:strtoll (Results 1 – 18 of 18) sorted by relevance

/linux/tools/lib/
H A Dcmdline.c17 unsigned long long ret = strtoll(ptr, &endptr, 0); in memparse()
/linux/tools/testing/selftests/ublk/
H A Dfault_inject.c89 ctx->fault_inject.delay_us = strtoll(optarg, NULL, 10); in ublk_fault_inject_cmd_line()
/linux/tools/bpf/runqslower/
H A Drunqslower.c
/linux/tools/perf/util/
H A Dhwmon_pmu.c444 val = strtoll(buf, /*endptr=*/NULL, 10); in hwmon_pmu__describe_items()
826 count->val = old_count->val + strtoll(buf, NULL, 10); in evsel__hwmon_pmu_read()
830 count->val = strtoll(buf, NULL, 10); in evsel__hwmon_pmu_read()
H A Dconfig.c339 long long val = strtoll(value, &end, 0); in perf_parse_llong()
/linux/scripts/kconfig/
H A Dsymbol.c157 return strtoll(sym->curr.val, NULL, base); in sym_get_range_val()
180 val = strtoll(sym->curr.val, NULL, base); in sym_validate_range()
728 val = strtoll(str, NULL, 10); in sym_string_within_range()
737 val = strtoll(str, NULL, 16); in sym_string_within_range()
H A Dexpr.c875 val->s = strtoll(str, &tail, 10); in expr_parse_string()
883 val->s = strtoll(str, &tail, 0); in expr_parse_string()
/linux/drivers/md/bcache/
H A Dutil.c82 STRTO_H(strtoll, long long) in STRTO_H()
/linux/tools/iio/
H A Diio_generic_buffer.c384 buffer_idx = strtoll(optarg, &dummy, 10); in main()
397 num_loops = strtoll(optarg, &dummy, 10); in main()
/linux/tools/power/cpupower/lib/
H A Dpowercap.c142 *val = strtoll(buf, NULL, 10); in sysfs_powercap_get64_val()
/linux/tools/include/nolibc/
H A Dstdlib.h525 long long strtoll(const char *nptr, char **endptr, int base) in strtoll() function
H A Dstdio.h540 ival = strtoll(str, &endptr, 10); in vsscanf()
/linux/tools/testing/selftests/net/
H A Dso_txtime.c481 cfg_start_time_ns = strtoll(optarg, NULL, 0); in parse_opts()
/linux/tools/tracing/rtla/src/
H A Dutils.c83 value = strtoll(start, &end, 10); in get_llong_from_str()
/linux/tools/mm/
H A Dpage-types.c882 n = strtoll(str, NULL, 0); in parse_number()
/linux/tools/testing/selftests/bpf/
H A Dveristat.c1522 memory_peak = strtoll(buf, NULL, 10); in reset_stat_cgroup()
1524 log_errno("%s/memory.peak:strtoll(%s)", env.stat_cgroup, buf); in reset_stat_cgroup()
1555 value = strtoll(val, &val_end, 0); in parse_rvalue()
/linux/tools/testing/selftests/net/ovpn/
H A Dovpn-cli.c454 in_dir = strtoll(dir, NULL, 10); in ovpn_parse_key_direction()
/linux/Documentation/dev-tools/
H A Dcheckpatch.rst299 ….kernel.org/doc/html/latest/process/deprecated.html#simple-strtol-simple-strtoll-simple-strtoul-si…