Home
last modified time | relevance | path

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

/linux/tools/lib/
A Dcmdline.c17 unsigned long long ret = strtoll(ptr, &endptr, 0); in memparse()
/linux/tools/bpf/runqslower/
A Drunqslower.c69 min_us = strtoll(arg, NULL, 10); in parse_arg()
/linux/scripts/kconfig/
A Dsymbol.c145 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 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/
A Dutil.c82 STRTO_H(strtoll, long long) in STRTO_H()
/linux/tools/perf/util/
A Dstring.c32 length = strtoll(str, &p, 10); in perf_atoll()
A Dconfig.c321 long long val = strtoll(value, &end, 0); in perf_parse_llong()
/linux/tools/iio/
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/
A Dpowercap.c142 *val = strtoll(buf, NULL, 10); in sysfs_powercap_get64_val()
/linux/scripts/dtc/
A Ddtc.c223 cmdline_boot_cpuid = strtoll(optarg, NULL, 0); in main()
/linux/tools/include/nolibc/
A Dstdlib.h527 long long strtoll(const char *nptr, char **endptr, int base) in strtoll() function
/linux/tools/tracing/rtla/src/
A Dutils.c65 value = strtoll(start, &end, 10); in get_llong_from_str()
/linux/tools/testing/selftests/net/
A Dso_txtime.c481 cfg_start_time_ns = strtoll(optarg, NULL, 0); in parse_opts()
/linux/fs/bcachefs/
A Dutil.c203 STRTO_H(strtoll, long long) in STRTO_H()
/linux/tools/mm/
A Dpage-types.c882 n = strtoll(str, NULL, 0); in parse_number()
/linux/Documentation/dev-tools/
A Dcheckpatch.rst299 ….kernel.org/doc/html/latest/process/deprecated.html#simple-strtol-simple-strtoll-simple-strtoul-si…

Completed in 36 milliseconds