Searched refs:strtoll (Results 1 – 16 of 16) sorted by relevance
| /linux/tools/lib/ |
| A D | cmdline.c | 17 unsigned long long ret = strtoll(ptr, &endptr, 0); in memparse()
|
| /linux/tools/bpf/runqslower/ |
| A D | runqslower.c | 69 min_us = strtoll(arg, NULL, 10); in parse_arg()
|
| /linux/scripts/kconfig/ |
| A D | symbol.c | 145 return strtoll(sym->curr.val, NULL, base); in sym_get_range_val() 168 val = strtoll(sym->curr.val, NULL, base); in sym_validate_range() 693 val = strtoll(str, NULL, 10); in sym_string_within_range() 702 val = strtoll(str, NULL, 16); in sym_string_within_range()
|
| 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/drivers/md/bcache/ |
| A D | util.c | 82 STRTO_H(strtoll, long long) in STRTO_H()
|
| /linux/tools/perf/util/ |
| A D | string.c | 32 length = strtoll(str, &p, 10); in perf_atoll()
|
| A D | config.c | 321 long long val = strtoll(value, &end, 0); in perf_parse_llong()
|
| /linux/tools/iio/ |
| 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/tools/power/cpupower/lib/ |
| A D | powercap.c | 142 *val = strtoll(buf, NULL, 10); in sysfs_powercap_get64_val()
|
| /linux/scripts/dtc/ |
| A D | dtc.c | 223 cmdline_boot_cpuid = strtoll(optarg, NULL, 0); in main()
|
| /linux/tools/include/nolibc/ |
| A D | stdlib.h | 527 long long strtoll(const char *nptr, char **endptr, int base) in strtoll() function
|
| /linux/tools/tracing/rtla/src/ |
| A D | utils.c | 65 value = strtoll(start, &end, 10); in get_llong_from_str()
|
| /linux/tools/testing/selftests/net/ |
| A D | so_txtime.c | 481 cfg_start_time_ns = strtoll(optarg, NULL, 0); in parse_opts()
|
| /linux/fs/bcachefs/ |
| A D | util.c | 203 STRTO_H(strtoll, long long) in STRTO_H()
|
| /linux/tools/mm/ |
| A D | page-types.c | 882 n = strtoll(str, NULL, 0); in parse_number()
|
| /linux/Documentation/dev-tools/ |
| A D | checkpatch.rst | 299 ….kernel.org/doc/html/latest/process/deprecated.html#simple-strtol-simple-strtoll-simple-strtoul-si…
|
Completed in 36 milliseconds