strtol            448 arch/um/drivers/vector_user.c 		if (strtol((const char *) value, NULL, 10) > 0)
strtol            454 arch/um/drivers/vector_user.c 		if (strtol((const char *) value, NULL, 10) > 0)
strtol            228 drivers/gpu/drm/radeon/mkregtable.c 	last_reg = strtol(last_reg_s, NULL, 16);
strtol            251 drivers/gpu/drm/radeon/mkregtable.c 				o = strtol(&buf[match[1].rm_so], NULL, 16);
strtol           2860 include/uapi/linux/bpf.h 	FN(strtol),			\
strtol             61 samples/bpf/task_fd_query_user.c 	ret = (int)strtol(buf, NULL, 10);
strtol             84 samples/bpf/task_fd_query_user.c 	ret = (int)strtol(buf + strlen("config:"), NULL, 10);
strtol            253 samples/bpf/task_fd_query_user.c 	attr.config = strtol(buf, NULL, 0);
strtol            120 samples/bpf/xdp_tx_iptunnel_user.c 	tmp_min_port = strtol(optarg, &end, 10);
strtol            128 samples/bpf/xdp_tx_iptunnel_user.c 		tmp_max_port = strtol(end, NULL, 10);
strtol             66 samples/seccomp/dropper.c 	if (install_filter(strtol(argv[1], NULL, 0), strtol(argv[2], NULL, 0),
strtol             67 samples/seccomp/dropper.c 			   strtol(argv[3], NULL, 0)))
strtol             42 scripts/conmakehash.c   return strtol(p+2,0,16);
strtol            139 scripts/conmakehash.c       fp0 = strtol(p, &p1, 0);
strtol            152 scripts/conmakehash.c 	  fp1 = strtol(p, &p1, 0);
strtol            192 scripts/dtc/dtc.c 			outversion = strtol(optarg, NULL, 0);
strtol            198 scripts/dtc/dtc.c 			reservenum = strtol(optarg, NULL, 0);
strtol            201 scripts/dtc/dtc.c 			minsize = strtol(optarg, NULL, 0);
strtol            204 scripts/dtc/dtc.c 			padsize = strtol(optarg, NULL, 0);
strtol            207 scripts/dtc/dtc.c 			alignsize = strtol(optarg, NULL, 0);
strtol            152 scripts/dtc/util.c 	val = strtol(x, &endx, 8);
strtol            175 scripts/dtc/util.c 	val = strtol(x, &endx, 16);
strtol            530 scripts/kconfig/conf.c 				int tmp = (int)strtol(seed_env, &endp, 0);
strtol           1255 scripts/kconfig/confdata.c 			int tmp = strtol( env, &endp, 10 );
strtol            855 scripts/unifdef.c 		*valp = strtol(cp, &ep, 0);
strtol            892 scripts/unifdef.c 			*valp = strtol(value[sym], &ep, 0);
strtol           1101 tools/bpf/bpf_dbg.c 	steps = strtol(num, NULL, 10);
strtol           1185 tools/bpf/bpf_dbg.c 	pkts = strtol(num, NULL, 10);
strtol            499 tools/bpf/bpftool/common.c 	return strtol(vendor_id_buf, NULL, 0);
strtol             88 tools/bpf/bpftool/feature.c 		res = strtol(value, &endptr, 0);
strtol            148 tools/bpf/bpftool/feature.c 	res = strtol(line, &endptr, 10);
strtol           2860 tools/include/uapi/linux/bpf.h 	FN(strtol),			\
strtol             48 tools/lib/bpf/libbpf_probes.c 	return strtol(buf, NULL, 0);
strtol            261 tools/lib/subcmd/parse-options.c 		*(int *)opt->value = strtol(arg, (char **)&s, 10);
strtol            279 tools/lib/subcmd/parse-options.c 		*(unsigned int *)opt->value = strtol(arg, (char **)&s, 10);
strtol            295 tools/lib/subcmd/parse-options.c 		*(long *)opt->value = strtol(arg, (char **)&s, 10);
strtol            188 tools/perf/builtin-diff.c 	compute_wdiff_w1 = strtol(w1_str, NULL, 10);
strtol            189 tools/perf/builtin-diff.c 	compute_wdiff_w2 = strtol(w2_str, NULL, 10);
strtol            211 tools/perf/builtin-probe.c 		ns_pid = (pid_t)strtol(str, NULL, 10);
strtol            381 tools/perf/builtin-record.c 			opts->nr_cblocks = strtol(str, NULL, 0);
strtol            437 tools/perf/builtin-record.c 			opts->mmap_flush = strtol(str, NULL, 0);
strtol            462 tools/perf/builtin-record.c 			opts->comp_level = strtol(str, NULL, 0);
strtol           1817 tools/perf/builtin-record.c 		rec->opts.nr_cblocks = strtol(value, NULL, 0);
strtol            750 tools/perf/ui/hist.c 		int len = strtol(ptr, &p, 10);
strtol            335 tools/perf/util/config.c 		long val = strtol(value, &end, 0);
strtol            410 tools/perf/util/intel-pt.c 		val = strtol(value, NULL, 0);
strtol             96 tools/perf/util/intlist.c 		long value = strtol(s, &sep, 10);
strtol            730 tools/perf/util/jitdump.c 	pid2 = (int)strtol(p, &end, 10);
strtol           1151 tools/perf/util/machine.c 			pid = (pid_t)strtol(namelist[i]->d_name, &endp, 10);
strtol            109 tools/perf/util/namespaces.c 			nsi->tgid = (pid_t)strtol(strrchr(statln, '\t'),
strtol            115 tools/perf/util/namespaces.c 			nsi->nstgid = (pid_t)strtol(strrchr(statln, '\t'),
strtol           1202 tools/perf/util/probe-event.c 	*val = strtol(*ptr, ptr, 0);
strtol           1611 tools/perf/util/probe-event.c 			(*fieldp)->index = strtol(str + 1, &tmp, 0);
strtol            720 tools/perf/util/probe-file.c 	type_idx = strtol(n_ptr, NULL, 10);
strtol           2327 tools/perf/util/sort.c 		int nr = strtol(event_name+1, NULL, 0);
strtol            522 tools/perf/util/synthetic-events.c 		_pid = strtol(dirent->d_name, &end, 10);
strtol            673 tools/perf/util/synthetic-events.c 		pid = (pid_t)strtol(dirent[i]->d_name, &end, 10);
strtol             87 tools/perf/util/target.c 		int uid = strtol(str, &endptr, 10);
strtol             95 tools/perf/util/thread_map.c 		pid_t pid = strtol(dirent->d_name, &end, 10);
strtol            198 tools/perf/util/thread_map.c 		pid = strtol(pos->s, &end_ptr, 10);
strtol            262 tools/perf/util/thread_map.c 		tid = strtol(pos->s, &end_ptr, 10);
strtol            240 tools/perf/util/time-utils.c 	i = (int)strtol(p, &end_str, 10);
strtol            166 tools/power/cpupower/debug/i386/dump_psb.c 			relevant = strtol(optarg, NULL, 16);
strtol            169 tools/power/cpupower/debug/i386/dump_psb.c 			numpst = strtol(optarg, NULL, 10);
strtol             99 tools/power/cpupower/lib/cpupower.c 	*result = strtol(linebuf, &endp, 0);
strtol            329 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 	i = strtol(s, &endptr, 0);
strtol            398 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 			end_cpu = strtol(startp, &endp, 10);
strtol            443 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 		cpu = strtol(startp, &endp, 10);
strtol            478 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 			end_pkg = strtol(startp, &endp, 10);
strtol            497 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 		pkg = strtol(startp, &endp, 10);
strtol            103 tools/testing/selftests/bpf/get_cgroup_id_user.c 	attr.config = strtol(buf, NULL, 0);
strtol            169 tools/testing/selftests/bpf/prog_tests/send_signal.c 	attr.config = strtol(buf, NULL, 0);
strtol             31 tools/testing/selftests/bpf/prog_tests/task_fd_query_tp.c 	attr.config = strtol(buf, NULL, 0);
strtol             30 tools/testing/selftests/bpf/prog_tests/tp_attach_query.c 	attr.config = strtol(buf, NULL, 0);
strtol            657 tools/testing/selftests/bpf/test_flow_dissector.c 			cfg_src_port = strtol(optarg, NULL, 0);
strtol            674 tools/testing/selftests/bpf/test_flow_dissector.c 			cfg_payload_len = strtol(optarg, NULL, 0);
strtol            677 tools/testing/selftests/bpf/test_flow_dissector.c 			cfg_num_pkt = strtol(optarg, NULL, 0);
strtol            701 tools/testing/selftests/bpf/test_flow_dissector.c 			cfg_num_secs = strtol(optarg, NULL, 0);
strtol            707 tools/testing/selftests/bpf/test_flow_dissector.c 			cfg_dsfield_outer = strtol(optarg, NULL, 0);
strtol            710 tools/testing/selftests/bpf/test_flow_dissector.c 			cfg_dsfield_inner = strtol(optarg, NULL, 0);
strtol            370 tools/testing/selftests/bpf/test_progs.c 		num = strtol(s, &next, 10);
strtol            242 tools/testing/selftests/cgroup/cgroup_util.c 		int pid = strtol(ptr, &ptr, 10);
strtol             35 tools/testing/selftests/intel_pstate/aperf.c 	cpu = strtol(argv[1], (char **) NULL, 10);
strtol             23 tools/testing/selftests/intel_pstate/msr.c 	cpu = strtol(argv[1], (char **) NULL, 10);
strtol            469 tools/testing/selftests/kvm/dirty_log_test.c 			iterations = strtol(optarg, NULL, 10);
strtol            472 tools/testing/selftests/kvm/dirty_log_test.c 			interval = strtol(optarg, NULL, 10);
strtol            727 tools/testing/selftests/net/msg_zerocopy.c 			cfg_cork = strtol(optarg, NULL, 0);
strtol            730 tools/testing/selftests/net/msg_zerocopy.c 			cfg_cpu = strtol(optarg, NULL, 0);
strtol            293 tools/testing/selftests/net/so_txtime.c 			array->delay_us = strtol(tok, NULL, 0) * 1000;
strtol            329 tools/testing/selftests/net/udpgso_bench_rx.c 			cfg_expected_gso_size = strtol(optarg, NULL, 0);
strtol            446 tools/testing/selftests/net/udpgso_bench_tx.c 			cfg_cpu = strtol(optarg, NULL, 0);
strtol             31 tools/testing/selftests/pidfd/pidfd_open_test.c 	sli = strtol(numstr, &err, 0);
strtol             32 tools/testing/selftests/powerpc/dscr/dscr_sysfs_test.c 	if (strtol(buf, NULL, 16) != val) {
strtol             34 tools/testing/selftests/powerpc/dscr/dscr_sysfs_test.c 					val, strtol(buf, NULL, 16));
strtol            211 tools/testing/selftests/powerpc/pmu/lib.c 	current = strtol(buf, &end, 10);
strtol            227 tools/usb/usbip/src/usbip_list.c 					strtol(idVendor, NULL, 16),
strtol            228 tools/usb/usbip/src/usbip_list.c 					strtol(idProduct, NULL, 16));
strtol             87 tools/virtio/ringtest/main.c 	cpu = strtol(arg, &endptr, 0);
strtol            322 tools/virtio/ringtest/main.c 			ring_size = strtol(optarg, &endptr, 0);
strtol            327 tools/virtio/ringtest/main.c 			c = strtol(optarg, &endptr, 0);
strtol            333 tools/virtio/ringtest/main.c 			c = strtol(optarg, &endptr, 0);
strtol            339 tools/virtio/ringtest/main.c 			c = strtol(optarg, &endptr, 0);
strtol            345 tools/virtio/ringtest/main.c 			c = strtol(optarg, &endptr, 0);
strtol             73 tools/wmi/dell-smbios-example.c 	*value = (__u16) strtol(buf, NULL, 16);
strtol             87 tools/wmi/dell-smbios-example.c 	*location = (__u16) strtol(buf, NULL, 16);
strtol            539 usr/gen_init_cpio.c 			default_mtime = strtol(optarg, &invalid, 10);