| /linux-6.15/tools/lib/ |
| H A D | cmdline.c | 17 unsigned long long ret = strtoll(ptr, &endptr, 0); in memparse()
|
| /linux-6.15/tools/testing/selftests/ublk/ |
| H A D | fault_inject.c | 81 ctx->fault_inject.delay_us = strtoll(optarg, NULL, 10); in ublk_fault_inject_cmd_line()
|
| /linux-6.15/tools/bpf/runqslower/ |
| H A D | runqslower.c | 69 min_us = strtoll(arg, NULL, 10); in parse_arg()
|
| /linux-6.15/tools/perf/util/ |
| H A D | hwmon_pmu.c | 434 val = strtoll(buf, /*endptr=*/NULL, 10); in hwmon_pmu__describe_items() 808 count->val = old_count->val + strtoll(buf, NULL, 10); in evsel__hwmon_pmu_read() 812 count->val = strtoll(buf, NULL, 10); in evsel__hwmon_pmu_read()
|
| H A D | string.c | 32 length = strtoll(str, &p, 10); in perf_atoll()
|
| H A D | config.c | 338 long long val = strtoll(value, &end, 0); in perf_parse_llong()
|
| /linux-6.15/scripts/kconfig/ |
| H A D | symbol.c | 157 return strtoll(sym->curr.val, NULL, base); in sym_get_range_val() 180 val = strtoll(sym->curr.val, NULL, base); in sym_validate_range() 706 val = strtoll(str, NULL, 10); in sym_string_within_range() 715 val = strtoll(str, NULL, 16); in sym_string_within_range()
|
| 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-6.15/drivers/md/bcache/ |
| H A D | util.c | 82 STRTO_H(strtoll, long long) in STRTO_H()
|
| /linux-6.15/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-6.15/tools/power/cpupower/lib/ |
| H A D | powercap.c | 142 *val = strtoll(buf, NULL, 10); in sysfs_powercap_get64_val()
|
| /linux-6.15/scripts/dtc/ |
| H A D | dtc.c | 223 cmdline_boot_cpuid = strtoll(optarg, NULL, 0); in main()
|
| /linux-6.15/tools/include/nolibc/ |
| H A D | stdio.h | 388 ival = strtoll(str, &endptr, 10); in vsscanf()
|
| H A D | stdlib.h | 528 long long strtoll(const char *nptr, char **endptr, int base) in strtoll() function
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | so_txtime.c | 481 cfg_start_time_ns = strtoll(optarg, NULL, 0); in parse_opts()
|
| /linux-6.15/tools/tracing/rtla/src/ |
| H A D | utils.c | 68 value = strtoll(start, &end, 10); in get_llong_from_str()
|
| /linux-6.15/tools/mm/ |
| H A D | page-types.c | 882 n = strtoll(str, NULL, 0); in parse_number()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | util.c | 203 STRTO_H(strtoll, long long) in STRTO_H()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 1390 value = strtoll(val, &val_end, 0); in append_var_preset()
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | checkpatch.rst | 299 ….kernel.org/doc/html/latest/process/deprecated.html#simple-strtol-simple-strtoll-simple-strtoul-si…
|