strtoul            48 arch/m68k/tools/amiga/dmesg.c 	end = strtoul(argv[1], NULL, 0);
strtoul            65 arch/powerpc/boot/mktree.c 	bt.bb_dest = htonl(strtoul(argv[3], NULL, 0));
strtoul            66 arch/powerpc/boot/mktree.c 	bt.bb_entry_point = htonl(strtoul(argv[4], NULL, 0));
strtoul           113 arch/sparc/boot/piggyback.c 			*start = strtoul(buffer, NULL, 16);
strtoul           115 arch/sparc/boot/piggyback.c 			*end = strtoul(buffer, NULL, 16);
strtoul            34 arch/um/drivers/fd.c 	n = strtoul(str, &end, 0);
strtoul            37 arch/um/drivers/port_user.c 	port = strtoul(str, &end, 0);
strtoul           178 arch/um/os-Linux/umid.c 	p = strtoul(pid, &end, 0);
strtoul           300 arch/x86/boot/tools/build.c 		sym = strtoul(p + 11 + sizeof(#sym), NULL, 16);		\
strtoul           137 arch/x86/tools/insn_sanity.c 		insn_buff[i] = (unsigned char)strtoul(tmp, &tmp, 16);
strtoul           189 arch/x86/tools/insn_sanity.c 			seed = (unsigned int)strtoul(optarg, &tmp, 0);
strtoul           192 arch/x86/tools/insn_sanity.c 				iter_start = strtoul(optarg, &tmp, 0);
strtoul           199 arch/x86/tools/insn_sanity.c 			iter_end = strtoul(optarg, &tmp, 0);
strtoul            62 drivers/acpi/acpica/dbcmds.c 		address = strtoul(in_string, NULL, 16);
strtoul           129 drivers/acpi/acpica/dbcmds.c 	sleep_state = (u8)strtoul(object_arg, NULL, 0);
strtoul          1034 drivers/acpi/acpica/dbcmds.c 	gpe_number = strtoul(gpe_arg, NULL, 0);
strtoul          1041 drivers/acpi/acpica/dbcmds.c 		block_number = strtoul(block_arg, NULL, 0);
strtoul            91 drivers/acpi/acpica/dbdisply.c 	address = strtoul(target, NULL, 16);
strtoul           599 drivers/acpi/acpica/dbdisply.c 	arg = strtoul(object_arg, NULL, 16);
strtoul           713 drivers/acpi/acpica/dbexec.c 	num_threads = strtoul(num_threads_arg, NULL, 0);
strtoul           714 drivers/acpi/acpica/dbexec.c 	num_loops = strtoul(num_loops_arg, NULL, 0);
strtoul           160 drivers/acpi/acpica/dbhistry.c 		cmd_num = strtoul(command_num_arg, NULL, 0);
strtoul           862 drivers/acpi/acpica/dbinput.c 			    strtoul(acpi_gbl_db_args[1], NULL, 16);
strtoul           869 drivers/acpi/acpica/dbinput.c 			    strtoul(acpi_gbl_db_args[1], NULL, 16);
strtoul           909 drivers/acpi/acpica/dbinput.c 		temp = strtoul(acpi_gbl_db_args[2], NULL, 0);
strtoul            54 drivers/acpi/acpica/dbmethod.c 	address = strtoul(location, NULL, 16);
strtoul           126 drivers/acpi/acpica/dbmethod.c 	value = strtoul(value_arg, NULL, 16);
strtoul           145 drivers/acpi/acpica/dbmethod.c 	index = strtoul(index_arg, NULL, 16);
strtoul           244 drivers/acpi/acpica/dbmethod.c 		num_statements = strtoul(statements, NULL, 0);
strtoul           187 drivers/acpi/acpica/dbnames.c 			max_depth = strtoul(depth_arg, NULL, 0);
strtoul           258 drivers/acpi/acpica/dbnames.c 	owner_id = (acpi_owner_id)strtoul(owner_arg, NULL, 0);
strtoul           263 drivers/acpi/acpica/dbnames.c 		max_depth = strtoul(depth_arg, NULL, 0);
strtoul           788 drivers/acpi/acpica/dbnames.c 	address = strtoul(object_arg, NULL, 16);
strtoul           943 drivers/acpi/acpica/dbtest.c 		info.max_count = strtoul(count_arg, NULL, 0);
strtoul           798 drivers/acpi/sysfs.c 		all_counters[index].count = strtoul(buf, NULL, 0);
strtoul           175 drivers/staging/greybus/Documentation/firmware/firmware.c 		fw_update_type = strtoul(argv[2], &endptr, 10);
strtoul           185 drivers/staging/greybus/Documentation/firmware/firmware.c 		fw_timeout = strtoul(argv[4], &endptr, 10);
strtoul          2155 fs/unicode/mkutf8data.c 			mapping[i] = strtoul(s, &s, 16);
strtoul          2211 fs/unicode/mkutf8data.c 			mapping[i] = strtoul(s, &s, 16);
strtoul          2355 fs/unicode/mkutf8data.c 			mapping[i] = strtoul(s, &s, 16);
strtoul          3239 fs/unicode/mkutf8data.c 			unichar = strtoul(s, &s, 16);
strtoul          3248 fs/unicode/mkutf8data.c 			unichar = strtoul(s, &s, 16);
strtoul          2861 include/uapi/linux/bpf.h 	FN(strtoul),			\
strtoul           161 samples/bpf/fds_example.c 			key = strtoul(optarg, NULL, 0);
strtoul           165 samples/bpf/fds_example.c 			value = strtoul(optarg, NULL, 0);
strtoul            94 samples/bpf/ibumad_user.c 			delay = strtoul(optarg, NULL, 0);
strtoul           141 samples/bpf/xdp_fwd_user.c 			idx = strtoul(argv[i], NULL, 0);
strtoul           759 samples/bpf/xdp_redirect_cpu_user.c 			add_cpu = strtoul(optarg, NULL, 0);
strtoul           142 samples/bpf/xdp_redirect_map_user.c 		ifindex_in = strtoul(argv[optind], NULL, 0);
strtoul           146 samples/bpf/xdp_redirect_map_user.c 		ifindex_out = strtoul(argv[optind + 1], NULL, 0);
strtoul           143 samples/bpf/xdp_redirect_user.c 		ifindex_in = strtoul(argv[optind], NULL, 0);
strtoul           147 samples/bpf/xdp_redirect_user.c 		ifindex_out = strtoul(argv[optind + 1], NULL, 0);
strtoul           166 samples/bpf/xdp_sample_pkts_user.c 		if_idx = strtoul(argv[optind], NULL, 0);
strtoul           905 scripts/asn1_compiler.c 		element->tag |= strtoul(cursor->content, &p, 10);
strtoul           478 scripts/dtc/libfdt/fdt_overlay.c 		poffset = strtoul(sep + 1, &endptr, 10);
strtoul           125 scripts/insert-sys-cert.c 	s->address = strtoul(l, NULL, 16);
strtoul           362 scripts/kconfig/preprocess.c 	n = strtoul(tmp, &endptr, 10);
strtoul          2468 scripts/mod/modpost.c 		crc = strtoul(line, &d, 16);
strtoul          1135 tools/bpf/bpf_dbg.c 	which = strtoul(num, NULL, 10);
strtoul          1164 tools/bpf/bpf_dbg.c 		unsigned int where = strtoul(subcmd, NULL, 10);
strtoul          1220 tools/bpf/bpf_dbg.c 	    (line = strtoul(line_string, NULL, 10)) < bpf_prog_len)
strtoul           231 tools/bpf/bpf_jit_disasm.c 			image[ulen++] = (uint8_t) strtoul(pptr, &pptr, 16);
strtoul           461 tools/bpf/bpftool/btf.c 		btf_id = strtoul(*argv, &endptr, 0);
strtoul           548 tools/bpf/bpftool/btf.c 	id = strtoul(**argv, &endptr, 0);
strtoul           235 tools/bpf/bpftool/common.c 	id = strtoul(*argv, &endptr, 0);
strtoul           591 tools/bpf/bpftool/common.c 	*val = strtoul(**argv, &endptr, 0);
strtoul           104 tools/bpf/bpftool/map.c 		id = strtoul(**argv, &endptr, 0);
strtoul           342 tools/bpf/bpftool/map.c 		val[i] = strtoul(argv[i], &endptr, base);
strtoul           158 tools/bpf/bpftool/map_perf_ring.c 			ctx.cpu = strtoul(*argv, &endptr, 0);
strtoul           169 tools/bpf/bpftool/map_perf_ring.c 			ctx.idx = strtoul(*argv, &endptr, 0);
strtoul           128 tools/bpf/bpftool/prog.c 		id = strtoul(**argv, &endptr, 0);
strtoul           960 tools/bpf/bpftool/prog.c 			test_attr.data_size_out = strtoul(*argv, &endptr, 0);
strtoul           988 tools/bpf/bpftool/prog.c 			test_attr.ctx_size_out = strtoul(*argv, &endptr, 0);
strtoul          1002 tools/bpf/bpftool/prog.c 			repeat = strtoul(*argv, &endptr, 0);
strtoul          1159 tools/bpf/bpftool/prog.c 				idx = strtoul(*argv, &endptr, 0);
strtoul           154 tools/gpio/gpio-event-mon.c 			loops = strtoul(optarg, NULL, 10);
strtoul           160 tools/gpio/gpio-event-mon.c 			line = strtoul(optarg, NULL, 10);
strtoul           132 tools/gpio/gpio-hammer.c 			loops = strtoul(optarg, NULL, 10);
strtoul           138 tools/gpio/gpio-hammer.c 			lines[i] = strtoul(optarg, NULL, 10);
strtoul           383 tools/iio/iio_generic_buffer.c 			buf_len = strtoul(optarg, &dummy, 10);
strtoul           395 tools/iio/iio_generic_buffer.c 			dev_num = strtoul(optarg, &dummy, 10);
strtoul           406 tools/iio/iio_generic_buffer.c 			trig_num = strtoul(optarg, &dummy, 10);
strtoul           412 tools/iio/iio_generic_buffer.c 			timedelay = strtoul(optarg, &dummy, 10);
strtoul          2861 tools/include/uapi/linux/bpf.h 	FN(strtoul),			\
strtoul           311 tools/lib/subcmd/parse-options.c 		*(unsigned long *)opt->value = strtoul(arg, (char **)&s, 10);
strtoul          1364 tools/lib/traceevent/event-parse.c 	id = strtoul(token, NULL, 0);
strtoul          1534 tools/lib/traceevent/event-parse.c 				field->arraylen = strtoul(token, NULL, 0);
strtoul          1558 tools/lib/traceevent/event-parse.c 				field->arraylen = strtoul(token, NULL, 0);
strtoul          1636 tools/lib/traceevent/event-parse.c 		field->offset = strtoul(token, NULL, 0);
strtoul          1650 tools/lib/traceevent/event-parse.c 		field->size = strtoul(token, NULL, 0);
strtoul          1670 tools/lib/traceevent/event-parse.c 			if (strtoul(token, NULL, 0))
strtoul           198 tools/pci/pcitest.c 		test->size = strtoul(optarg, NULL, 0);
strtoul            53 tools/perf/arch/arm64/util/header.c 		midr = strtoul(buf, NULL, 16);
strtoul            39 tools/perf/arch/s390/util/dwarf-regs.c 	gpr = strtoul(name + 2, NULL, 10);
strtoul          1821 tools/perf/builtin-kmem.c 	lines = strtoul(arg, NULL, 10);
strtoul           957 tools/perf/builtin-report.c 	*time_q = strtoul(arg, &end, 0);
strtoul          1879 tools/perf/builtin-timechart.c 	unsigned long duration = strtoul(arg, NULL, 0);
strtoul           372 tools/perf/builtin-top.c 	tmp = strtoul(buf, NULL, 10);
strtoul           179 tools/perf/lib/cpumap.c 		start_cpu = strtoul(cpu_list, &p, 0);
strtoul           187 tools/perf/lib/cpumap.c 			end_cpu = strtoul(cpu_list, &p, 0);
strtoul           565 tools/perf/pmu-events/jevents.c 				eventcode |= strtoul(code, NULL, 0);
strtoul           570 tools/perf/pmu-events/jevents.c 				eventcode |= strtoul(code, NULL, 0) << 21;
strtoul           322 tools/perf/tests/builtin-test.c 		long nr = strtoul(argv[i], &end, 10);
strtoul          1104 tools/perf/util/auxtrace.c 				val = strtoul(p, &endptr, 10);
strtoul          1120 tools/perf/util/auxtrace.c 				val = strtoul(p, &endptr, 10);
strtoul          1129 tools/perf/util/auxtrace.c 			synth_opts->initial_skip = strtoul(p, &endptr, 10);
strtoul          1607 tools/perf/util/auxtrace.c 		num = strtoul(*inp, &endptr, 0);
strtoul           147 tools/perf/util/callchain.c 	size = strtoul(str, &endptr, 0);
strtoul           225 tools/perf/util/callchain.c 			callchain_param.print_limit = strtoul(tok, &endptr, 0);
strtoul           428 tools/perf/util/config.c 		proc_map_timeout = strtoul(value, NULL, 10);
strtoul           821 tools/perf/util/evlist.c 		pages = strtoul(str, &eptr, 10);
strtoul          1791 tools/perf/util/header.c 		type = strtoul(str, &tmp, 0);
strtoul          1445 tools/perf/util/probe-event.c 			pp->abs_address = strtoul(pp->function, &tmp, 0);
strtoul          1470 tools/perf/util/probe-event.c 			pp->line = strtoul(arg, &tmp, 0);
strtoul          1478 tools/perf/util/probe-event.c 			pp->offset = strtoul(arg, &tmp, 0);
strtoul          1812 tools/perf/util/probe-event.c 			tp->address = strtoul(fmt1_str, NULL, 0);
strtoul          1824 tools/perf/util/probe-event.c 			tp->offset = strtoul(fmt2_str, NULL, 10);
strtoul          1830 tools/perf/util/probe-event.c 			tp->ref_ctr_offset = strtoul(fmt2_str + 1, NULL, 0);
strtoul           398 tools/perf/util/srcline.c 		*line_nr = strtoul(sep, NULL, 0);
strtoul           622 tools/perf/util/symbol.c 		size = strtoul(sep + 1, &endptr, 0);
strtoul            23 tools/perf/util/time-utils.c 	time_sec = strtoul(str, &end, 10);
strtoul            41 tools/perf/util/time-utils.c 		time_nsec = strtoul(nsec_buf, &end, 10);
strtoul            21 tools/perf/util/units.c 			value = strtoul(str, &endptr, 10);
strtoul            80 tools/power/acpi/tools/ec/ec_access.c 			read_byte_offset = strtoul(optarg, NULL, 16);
strtoul            86 tools/power/acpi/tools/ec/ec_access.c 			write_byte_offset = strtoul(optarg, NULL, 16);
strtoul            89 tools/power/acpi/tools/ec/ec_access.c 			write_value = strtoul(optarg, NULL, 16);
strtoul           101 tools/power/cpupower/debug/i386/centrino-decode.c 		cpu = strtoul(argv[1], NULL, 0);
strtoul            77 tools/power/cpupower/debug/i386/powernow-k8-decode.c 		cpu = strtoul(argv[1], NULL, 0);
strtoul           104 tools/power/cpupower/lib/cpufreq.c 	value = strtoul(linebuf, &endp, 0);
strtoul           130 tools/power/cpupower/utils/cpufreq-set.c 	freq = strtoul(normalized, &end, 10);
strtoul          1351 tools/power/x86/intel-speed-select/isst-config.c 		start = strtoul(next, &next, 10);
strtoul          1374 tools/power/x86/intel-speed-select/isst-config.c 		end = strtoul(next, &next, 10);
strtoul          5612 tools/power/x86/turbostat/turbostat.c 		start = strtoul(next, &next, 10);
strtoul          5636 tools/power/x86/turbostat/turbostat.c 		end = strtoul(next, &next, 10);
strtoul           294 tools/testing/radix-tree/main.c 			seed = strtoul(optarg, NULL, 0);
strtoul           483 tools/testing/selftests/kvm/dirty_log_test.c 			mode = strtoul(optarg, NULL, 10);
strtoul           171 tools/testing/selftests/net/ipv6_flowlabel.c 			cfg_label = strtoul(optarg, NULL, 0);
strtoul           744 tools/testing/selftests/net/msg_zerocopy.c 			cfg_port = strtoul(optarg, NULL, 0);
strtoul           750 tools/testing/selftests/net/msg_zerocopy.c 			cfg_payload_len = strtoul(optarg, NULL, 0);
strtoul           756 tools/testing/selftests/net/msg_zerocopy.c 			cfg_runtime_ms = 200 + strtoul(optarg, NULL, 10) * 1000;
strtoul           491 tools/testing/selftests/net/nettest.c 	number = (unsigned int) strtoul(str, &end, 0);
strtoul           330 tools/testing/selftests/net/psock_snd.c 			cfg_payload_len = strtoul(optarg, NULL, 0);
strtoul           336 tools/testing/selftests/net/psock_snd.c 			cfg_truncate_len = strtoul(optarg, NULL, 0);
strtoul           666 tools/testing/selftests/net/udpgso.c 			cfg_specific_test_id = strtoul(optarg, NULL, 0);
strtoul           308 tools/testing/selftests/net/udpgso_bench_rx.c 			cfg_connect_timeout_ms = strtoul(optarg, NULL, 0);
strtoul           314 tools/testing/selftests/net/udpgso_bench_rx.c 			cfg_expected_pkt_len = strtoul(optarg, NULL, 0);
strtoul           317 tools/testing/selftests/net/udpgso_bench_rx.c 			cfg_expected_pkt_nr = strtoul(optarg, NULL, 0);
strtoul           320 tools/testing/selftests/net/udpgso_bench_rx.c 			cfg_port = strtoul(optarg, NULL, 0);
strtoul           326 tools/testing/selftests/net/udpgso_bench_rx.c 			cfg_rcv_timeout_ms = strtoul(optarg, NULL, 0);
strtoul           452 tools/testing/selftests/net/udpgso_bench_tx.c 			cfg_runtime_ms = strtoul(optarg, NULL, 10) * 1000;
strtoul           458 tools/testing/selftests/net/udpgso_bench_tx.c 			cfg_msg_nr = strtoul(optarg, NULL, 10);
strtoul           461 tools/testing/selftests/net/udpgso_bench_tx.c 			cfg_port = strtoul(optarg, NULL, 0);
strtoul           467 tools/testing/selftests/net/udpgso_bench_tx.c 			cfg_payload_len = strtoul(optarg, NULL, 0);
strtoul           470 tools/testing/selftests/net/udpgso_bench_tx.c 			cfg_gso_size = strtoul(optarg, NULL, 0);
strtoul           584 tools/testing/selftests/networking/timestamping/txtimestamp.c 			cfg_num_pkts = strtoul(optarg, NULL, 10);
strtoul           599 tools/testing/selftests/networking/timestamping/txtimestamp.c 			cfg_payload_len = strtoul(optarg, NULL, 10);
strtoul           608 tools/testing/selftests/networking/timestamping/txtimestamp.c 			dest_port = strtoul(optarg, NULL, 10);
strtoul           632 tools/testing/selftests/networking/timestamping/txtimestamp.c 			cfg_delay_snd = strtoul(optarg, NULL, 10);
strtoul           635 tools/testing/selftests/networking/timestamping/txtimestamp.c 			cfg_delay_ack = strtoul(optarg, NULL, 10);
strtoul           629 tools/testing/selftests/powerpc/mm/tlbie_test.c 			start_cpu = strtoul(optarg, NULL, 10);
strtoul           636 tools/testing/selftests/powerpc/mm/tlbie_test.c 			nrthreads = strtoul(optarg, NULL, 10);
strtoul           642 tools/testing/selftests/powerpc/mm/tlbie_test.c 			run_time = strtoul(optarg, NULL, 10);
strtoul           169 tools/testing/selftests/watchdog/watchdog-test.c 			ping_rate = strtoul(optarg, NULL, 0);
strtoul           175 tools/testing/selftests/watchdog/watchdog-test.c 			flags = strtoul(optarg, NULL, 0);
strtoul           193 tools/testing/selftests/watchdog/watchdog-test.c 			flags = strtoul(optarg, NULL, 0);
strtoul           543 tools/testing/vsock/vsock_diag_test.c 	n = strtoul(str, &endptr, 10);
strtoul           356 tools/usb/testusb.c 	val = strtoul(str, &end, 0);
strtoul           346 tools/usb/usbip/libsrc/names.c 			u = strtoul(cp, &cp, 16);
strtoul           372 tools/usb/usbip/libsrc/names.c 			u = strtoul(cp, &cp, 16);
strtoul           389 tools/usb/usbip/libsrc/names.c 			u = strtoul(buf+1, &cp, 16);
strtoul           428 tools/usb/usbip/libsrc/names.c 			u = strtoul(buf+2, &cp, 16);
strtoul           148 tools/usb/usbip/libsrc/vhci_driver.c 	return (int)strtoul(attr_nports, NULL, 10);
strtoul            30 tools/usb/usbip/src/usbip_network.c 	unsigned long int port = strtoul(arg, &end, 10);
strtoul            75 tools/virtio/virtio-trace/trace-agent.c 	value = strtoul(arg, &ptr, 10);
strtoul           195 tools/vm/slabinfo.c 	result = strtoul(buffer, &p, 10);
strtoul           286 tools/vm/slabinfo.c 		node = strtoul(t, &t, 10);
strtoul           289 tools/vm/slabinfo.c 			nr = strtoul(t, &t, 10);