strtoll            82 drivers/md/bcache/util.c STRTO_H(strtoll, long long)
strtoll           219 scripts/dtc/dtc.c 			cmdline_boot_cpuid = strtoll(optarg, NULL, 0);
strtoll          1015 scripts/kconfig/expr.c 		val->s = strtoll(str, &tail, 10);
strtoll          1023 scripts/kconfig/expr.c 		val->s = strtoll(str, &tail, 0);
strtoll           114 scripts/kconfig/symbol.c 	return strtoll(sym->curr.val, NULL, base);
strtoll           137 scripts/kconfig/symbol.c 	val = strtoll(sym->curr.val, NULL, base);
strtoll           610 scripts/kconfig/symbol.c 		val = strtoll(str, NULL, 10);
strtoll           619 scripts/kconfig/symbol.c 		val = strtoll(str, NULL, 16);
strtoll           368 tools/iio/iio_generic_buffer.c 			num_loops = strtoll(optarg, &dummy, 10);
strtoll          2329 tools/lib/traceevent/event-parse.c 		*val = strtoll(arg->atom.atom, NULL, 0);
strtoll           320 tools/perf/util/config.c 		long long val = strtoll(value, &end, 0);
strtoll            33 tools/perf/util/string.c 	length = strtoll(str, &p, 10);
strtoll           878 tools/vm/page-types.c 	n = strtoll(str, NULL, 0);