arch/m68k/tools/amiga/dmesg.c
48
end = strtoul(argv[1], NULL, 0);
arch/powerpc/boot/mktree.c
65
bt.bb_dest = htonl(strtoul(argv[3], NULL, 0));
arch/powerpc/boot/mktree.c
66
bt.bb_entry_point = htonl(strtoul(argv[4], NULL, 0));
arch/sparc/boot/piggyback.c
113
*start = strtoul(buffer, NULL, 16);
arch/sparc/boot/piggyback.c
115
*end = strtoul(buffer, NULL, 16);
arch/um/drivers/fd.c
34
n = strtoul(str, &end, 0);
arch/um/drivers/port_user.c
38
port = strtoul(str, &end, 0);
arch/um/drivers/vfio_user.c
101
r = strtoul(name, &end, 10);
arch/um/os-Linux/umid.c
169
p = strtoul(pid, &end, 0);
arch/x86/tools/insn_sanity.c
133
insn_buff[i] = (unsigned char)strtoul(tmp, &tmp, 16);
arch/x86/tools/insn_sanity.c
185
seed = (unsigned int)strtoul(optarg, &tmp, 0);
arch/x86/tools/insn_sanity.c
188
iter_start = strtoul(optarg, &tmp, 0);
arch/x86/tools/insn_sanity.c
195
iter_end = strtoul(optarg, &tmp, 0);
drivers/acpi/acpica/dbcmds.c
1034
gsiv_number = strtoul(gsiv_arg, NULL, 0);
drivers/acpi/acpica/dbcmds.c
1092
gpe_number = strtoul(gpe_arg, NULL, 0);
drivers/acpi/acpica/dbcmds.c
1099
block_number = strtoul(block_arg, NULL, 0);
drivers/acpi/acpica/dbcmds.c
129
sleep_state = (u8)strtoul(object_arg, NULL, 0);
drivers/acpi/acpica/dbcmds.c
62
address = strtoul(in_string, NULL, 16);
drivers/acpi/acpica/dbdisply.c
599
arg = strtoul(object_arg, NULL, 16);
drivers/acpi/acpica/dbdisply.c
93
address = strtoul(target, NULL, 16);
drivers/acpi/acpica/dbexec.c
734
num_threads = strtoul(num_threads_arg, NULL, 0);
drivers/acpi/acpica/dbexec.c
735
num_loops = strtoul(num_loops_arg, NULL, 0);
drivers/acpi/acpica/dbhistry.c
159
cmd_num = strtoul(command_num_arg, NULL, 0);
drivers/acpi/acpica/dbinput.c
911
strtoul(acpi_gbl_db_args[1], NULL, 16);
drivers/acpi/acpica/dbinput.c
918
strtoul(acpi_gbl_db_args[1], NULL, 16);
drivers/acpi/acpica/dbinput.c
958
temp = strtoul(acpi_gbl_db_args[2], NULL, 0);
drivers/acpi/acpica/dbmethod.c
128
value = strtoul(value_arg, NULL, 16);
drivers/acpi/acpica/dbmethod.c
147
index = strtoul(index_arg, NULL, 16);
drivers/acpi/acpica/dbmethod.c
246
num_statements = strtoul(statements, NULL, 0);
drivers/acpi/acpica/dbmethod.c
56
address = strtoul(location, NULL, 16);
drivers/acpi/acpica/dbnames.c
188
max_depth = strtoul(depth_arg, NULL, 0);
drivers/acpi/acpica/dbnames.c
259
owner_id = (acpi_owner_id)strtoul(owner_arg, NULL, 0);
drivers/acpi/acpica/dbnames.c
264
max_depth = strtoul(depth_arg, NULL, 0);
drivers/acpi/acpica/dbnames.c
909
address = strtoul(object_arg, NULL, 16);
drivers/acpi/acpica/dbtest.c
943
info.max_count = strtoul(count_arg, NULL, 0);
drivers/acpi/sysfs.c
796
all_counters[index].count = strtoul(buf, NULL, 0);
fs/unicode/mkutf8data.c
2155
mapping[i] = strtoul(s, &s, 16);
fs/unicode/mkutf8data.c
2211
mapping[i] = strtoul(s, &s, 16);
fs/unicode/mkutf8data.c
2355
mapping[i] = strtoul(s, &s, 16);
fs/unicode/mkutf8data.c
3239
unichar = strtoul(s, &s, 16);
fs/unicode/mkutf8data.c
3248
unichar = strtoul(s, &s, 16);
include/uapi/linux/bpf.h
6009
FN(strtoul, 106, ##ctx) \
samples/bpf/fds_example.c
164
key = strtoul(optarg, NULL, 0);
samples/bpf/fds_example.c
168
value = strtoul(optarg, NULL, 0);
samples/bpf/ibumad_user.c
95
delay = strtoul(optarg, NULL, 0);
samples/bpf/xdp_fwd_user.c
208
idx = strtoul(argv[i], NULL, 0);
samples/bpf/xdp_router_ipv4_user.c
604
interval = strtoul(optarg, NULL, 0);
scripts/asn1_compiler.c
905
element->tag |= strtoul(cursor->content, &p, 10);
scripts/dtc/dtc.c
202
reservenum = strtoul(optarg, NULL, 0);
scripts/dtc/libfdt/fdt_overlay.c
441
poffset = strtoul(sep + 1, &endptr, 10);
scripts/gendwarfksyms/kabi.c
306
result = strtoul(value, &endptr, 10);
scripts/insert-sys-cert.c
125
s->address = strtoul(l, NULL, 16);
scripts/kconfig/preprocess.c
366
n = strtoul(tmp, &endptr, 10);
scripts/mod/modpost.c
1518
crc = strtoul(p, &p, 0);
scripts/mod/modpost.c
2172
crc = strtoul(line, &d, 16);
tools/arch/x86/kcpuid/kcpuid.c
377
subleaf_end = strtoul(end, NULL, 0);
tools/arch/x86/kcpuid/kcpuid.c
381
subleaf_start = strtoul(start, NULL, 0);
tools/arch/x86/kcpuid/kcpuid.c
408
bit_end = strtoul(end, NULL, 0);
tools/arch/x86/kcpuid/kcpuid.c
409
bit_start = (start) ? strtoul(start, NULL, 0) : bit_end;
tools/arch/x86/kcpuid/kcpuid.c
631
user_index = strtoul(optarg, NULL, 0);
tools/arch/x86/kcpuid/kcpuid.c
638
user_sub = strtoul(optarg, NULL, 0);
tools/bpf/bpf_dbg.c
1135
which = strtoul(num, NULL, 10);
tools/bpf/bpf_dbg.c
1164
unsigned int where = strtoul(subcmd, NULL, 10);
tools/bpf/bpf_dbg.c
1220
(line = strtoul(line_string, NULL, 10)) < bpf_prog_len)
tools/bpf/bpf_jit_disasm.c
236
image[ulen++] = (uint8_t) strtoul(pptr, &pptr, 16);
tools/bpf/bpftool/btf.c
1017
root_id = strtoul(*argv, &end, 0);
tools/bpf/bpftool/btf.c
1098
id = strtoul(**argv, &endptr, 0);
tools/bpf/bpftool/btf.c
953
btf_id = strtoul(*argv, &endptr, 0);
tools/bpf/bpftool/common.c
1061
id = strtoul(**argv, &endptr, 0);
tools/bpf/bpftool/common.c
795
*val = strtoul(**argv, &endptr, 0);
tools/bpf/bpftool/common.c
888
id = strtoul(**argv, &endptr, 0);
tools/bpf/bpftool/link.c
101
id = strtoul(**argv, &endptr, 0);
tools/bpf/bpftool/map.c
310
val[i] = strtoul(argv[i], &endptr, base);
tools/bpf/bpftool/map_perf_ring.c
151
ctx.cpu = strtoul(*argv, &endptr, 0);
tools/bpf/bpftool/map_perf_ring.c
162
ctx.idx = strtoul(*argv, &endptr, 0);
tools/bpf/bpftool/prog.c
1369
test_attr.data_size_out = strtoul(*argv, &endptr, 0);
tools/bpf/bpftool/prog.c
1397
test_attr.ctx_size_out = strtoul(*argv, &endptr, 0);
tools/bpf/bpftool/prog.c
1411
repeat = strtoul(*argv, &endptr, 0);
tools/bpf/bpftool/prog.c
1640
idx = strtoul(*argv, &endptr, 0);
tools/bpf/bpftool/prog.c
2462
duration = strtoul(*argv, &endptr, 0);
tools/bpf/bpftool/struct_ops.c
245
id = strtoul(id_str, &endptr, 0);
tools/counter/counter_watch_events.c
219
dev_num = strtoul(optarg, NULL, 10);
tools/counter/counter_watch_events.c
296
watches[i].channel = strtoul(value, NULL, 10);
tools/counter/counter_watch_events.c
309
watches[i].component.id = strtoul(value, NULL, 10);
tools/counter/counter_watch_events.c
322
watches[i].component.parent = strtoul(value, NULL, 10);
tools/gpio/gpio-event-mon.c
182
loops = strtoul(optarg, NULL, 10);
tools/gpio/gpio-event-mon.c
192
lines[num_lines] = strtoul(optarg, NULL, 10);
tools/gpio/gpio-event-mon.c
196
debounce_period_us = strtoul(optarg, NULL, 10);
tools/gpio/gpio-hammer.c
140
loops = strtoul(optarg, NULL, 10);
tools/gpio/gpio-hammer.c
152
lines[i] = strtoul(optarg, NULL, 10);
tools/gpio/gpio-watch.c
44
req.offset = strtoul(argv[j], &end, 0);
tools/iio/iio_generic_buffer.c
412
buf_len = strtoul(optarg, &dummy, 10);
tools/iio/iio_generic_buffer.c
424
dev_num = strtoul(optarg, &dummy, 10);
tools/iio/iio_generic_buffer.c
435
trig_num = strtoul(optarg, &dummy, 10);
tools/iio/iio_generic_buffer.c
441
timedelay = strtoul(optarg, &dummy, 10);
tools/include/nolibc/stdio.h
608
*va_arg(args, void **) = (void *)strtoul(str, &endptr, 16);
tools/include/uapi/linux/bpf.h
6009
FN(strtoul, 106, ##ctx) \
tools/lib/perf/cpumap.c
187
start_cpu = strtoul(cpu_list, &p, 0);
tools/lib/perf/cpumap.c
195
end_cpu = strtoul(cpu_list, &p, 0);
tools/lib/subcmd/parse-options.c
314
*(unsigned long *)opt->value = strtoul(arg, (char **)&s, 10);
tools/mm/slabinfo.c
200
result = strtoul(buffer, &p, 10);
tools/mm/slabinfo.c
309
node = strtoul(t, &t, 10);
tools/mm/slabinfo.c
312
nr = strtoul(t, &t, 10);
tools/perf/builtin-inject.c
2066
gs->machine_pid = strtoul(tok, NULL, 0);
tools/perf/builtin-kmem.c
1831
lines = strtoul(arg, NULL, 10);
tools/perf/builtin-lock.c
2240
val = strtoul(str, &endptr, 0);
tools/perf/builtin-lock.c
2419
addr = strtoul(tok, &end, 16);
tools/perf/builtin-lock.c
2535
duration = strtoul(spec, &pos, 0);
tools/perf/builtin-report.c
1205
*time_q = strtoul(arg, &end, 0);
tools/perf/builtin-sched.c
3245
start_prio = strtoul(str, &p, 0);
tools/perf/builtin-sched.c
3252
end_prio = strtoul(str, &p, 0);
tools/perf/builtin-timechart.c
1893
unsigned long duration = strtoul(arg, NULL, 0);
tools/perf/builtin-top.c
379
tmp = strtoul(buf, NULL, 10);
tools/perf/builtin-trace.c
1122
.strtoul = STUL_STRARRAY, \
tools/perf/builtin-trace.c
1128
.strtoul = STUL_STRARRAY_FLAGS, \
tools/perf/builtin-trace.c
115
bool (*strtoul)(char *bf, size_t size, struct syscall_arg *arg, u64 *val);
tools/perf/builtin-trace.c
1197
.strtoul = STUL_STRARRAYS,
tools/perf/builtin-trace.c
1270
.strtoul = STUL_STRARRAY_FLAGS,
tools/perf/builtin-trace.c
1325
.strtoul = STUL_STRARRAY,
tools/perf/builtin-trace.c
2049
{ .name = "msr", .scnprintf = SCA_X86_MSR, .strtoul = STUL_X86_MSR, },
tools/perf/builtin-trace.c
2050
{ .name = "vector", .scnprintf = SCA_X86_IRQ_VECTORS, .strtoul = STUL_X86_IRQ_VECTORS, },
tools/perf/builtin-trace.c
2131
arg->strtoul = STUL_BTF_TYPE;
tools/perf/builtin-trace.c
2138
arg->strtoul = fmt->strtoul;
tools/perf/builtin-trace.c
2459
!(sc->arg_fmt && sc->arg_fmt[arg.idx].strtoul == STUL_BTF_TYPE))
tools/perf/builtin-trace.c
3234
if (val == 0 && !trace->show_zeros && !arg->show_zero && arg->strtoul != STUL_BTF_TYPE)
tools/perf/builtin-trace.c
4306
if (fmt->strtoul) {
tools/perf/builtin-trace.c
4315
if (fmt->strtoul(right, right_size, &syscall_arg, &val)) {
tools/perf/builtin-trace.c
674
val = strtoul(tok, NULL, 0);
tools/perf/tests/builtin-test.c
284
long nr = strtoul(argv[i], &end, 10);
tools/perf/util/addr2line.c
38
*line_nr = strtoul(sep, NULL, 0);
tools/perf/util/auxtrace.c
1669
val = strtoul(p, &endptr, 10);
tools/perf/util/auxtrace.c
1689
val = strtoul(p, &endptr, 10);
tools/perf/util/auxtrace.c
1698
synth_opts->initial_skip = strtoul(p, &endptr, 10);
tools/perf/util/auxtrace.c
2318
num = strtoul(*inp, &endptr, 0);
tools/perf/util/auxtrace.c
780
sz = strtoul(str, &endptr, 0);
tools/perf/util/bpf_counter.c
238
prog_id = strtoul(tok, &p, 10);
tools/perf/util/callchain.c
150
size = strtoul(str, &endptr, 0);
tools/perf/util/callchain.c
228
callchain_param.print_limit = strtoul(tok, &endptr, 0);
tools/perf/util/callchain.c
282
size = strtoul(tok, &name, 0);
tools/perf/util/config.c
459
proc_map_timeout = strtoul(value, NULL, 10);
tools/perf/util/config.c
462
addr2line_timeout_ms = strtoul(value, NULL, 10);
tools/perf/util/drm_pmu.c
533
uint64_t count = strtoul(count_and_unit, &unit_ptr, 10);
tools/perf/util/env.c
737
if (strtoul(pmu_mapping, &colon, 0) == ULONG_MAX || *colon != ':')
tools/perf/util/evlist.c
1995
*ctl_fd = strtoul(&str[3], &endptr, 0);
tools/perf/util/evlist.c
2004
*ctl_fd_ack = strtoul(comma + 1, &endptr, 0);
tools/perf/util/evlist.c
945
pages = strtoul(str, &eptr, 10);
tools/perf/util/header.c
2333
type = strtoul(str, &tmp, 0);
tools/perf/util/hwmon_pmu.c
173
*number = strtoul(&filename[i], (char **)&fn_item, 10);
tools/perf/util/hwmon_pmu.c
350
__u32 type = PERF_PMU_TYPE_HWMON_START + strtoul(sysfs_name + 5, NULL, 10);
tools/perf/util/probe-event.c
1627
pp->line = strtoul(arg, &tmp, 0);
tools/perf/util/probe-event.c
1635
pp->offset = strtoul(arg, &tmp, 0);
tools/perf/util/probe-event.c
1993
tp->offset = strtoul(fmt2_str, NULL, 10);
tools/perf/util/probe-event.c
1999
tp->ref_ctr_offset = strtoul(fmt2_str + 1, NULL, 0);
tools/perf/util/symbol.c
2293
val = strtoul(pos->s, &sep, 16);
tools/perf/util/symbol.c
705
size = strtoul(sep + 1, &endptr, 0);
tools/perf/util/trace-event-parse.c
135
long bitmask = strtoul(sym->value, NULL, 0);
tools/perf/util/units.c
21
value = strtoul(str, &endptr, 10);
tools/perf/util/util.c
291
bm[i] = strtoul(blk, NULL, 16);
tools/power/acpi/tools/ec/ec_access.c
80
read_byte_offset = strtoul(optarg, NULL, 16);
tools/power/acpi/tools/ec/ec_access.c
86
write_byte_offset = strtoul(optarg, NULL, 16);
tools/power/acpi/tools/ec/ec_access.c
89
write_value = strtoul(optarg, NULL, 16);
tools/power/cpupower/debug/i386/centrino-decode.c
101
cpu = strtoul(argv[1], NULL, 0);
tools/power/cpupower/debug/i386/powernow-k8-decode.c
77
cpu = strtoul(argv[1], NULL, 0);
tools/power/cpupower/lib/cpufreq.c
109
value = strtoul(linebuf, &endp, 0);
tools/power/cpupower/utils/cpufreq-set.c
134
freq = strtoul(normalized, &end, 10);
tools/power/cpupower/utils/helpers/misc.c
196
val = strtoul(linebuf, &endp, 0);
tools/power/x86/intel-speed-select/isst-config.c
2801
start = strtoul(next, &next, 10);
tools/power/x86/intel-speed-select/isst-config.c
2826
end = strtoul(next, &next, 10);
tools/power/x86/turbostat/turbostat.c
11522
num_iterations = strtoul(optarg, NULL, 0);
tools/power/x86/turbostat/turbostat.c
11529
header_iterations = strtoul(optarg, NULL, 0);
tools/power/x86/turbostat/turbostat.c
6121
start = strtoul(next, &next, 10);
tools/power/x86/turbostat/turbostat.c
6145
end = strtoul(next, &next, 10);
tools/sched_ext/include/scx/compat.h
142
val = strtoul(buf, &endptr, 10);
tools/sched_ext/scx_central.c
75
u32 central_cpu = strtoul(optarg, NULL, 0);
tools/sched_ext/scx_pair.c
68
stride = strtoul(optarg, NULL, 0);
tools/sched_ext/scx_qmap.c
105
skel->struct_ops.qmap_ops->exit_dump_len = strtoul(optarg, NULL, 0);
tools/sched_ext/scx_qmap.c
76
skel->bss->test_error_cnt = strtoul(optarg, NULL, 0);
tools/sched_ext/scx_qmap.c
79
skel->rodata->stall_user_nth = strtoul(optarg, NULL, 0);
tools/sched_ext/scx_qmap.c
82
skel->rodata->stall_kernel_nth = strtoul(optarg, NULL, 0);
tools/sched_ext/scx_qmap.c
85
skel->rodata->dsp_inf_loop_after = strtoul(optarg, NULL, 0);
tools/sched_ext/scx_qmap.c
88
skel->rodata->dsp_batch = strtoul(optarg, NULL, 0);
tools/sched_ext/scx_userland.c
355
batch_size = strtoul(optarg, NULL, 0);
tools/testing/radix-tree/main.c
294
seed = strtoul(optarg, NULL, 0);
tools/testing/rbtree/interval_tree_test.c
38
nnodes = strtoul(optarg, NULL, 0);
tools/testing/rbtree/interval_tree_test.c
40
perf_loops = strtoul(optarg, NULL, 0);
tools/testing/rbtree/interval_tree_test.c
42
nsearches = strtoul(optarg, NULL, 0);
tools/testing/rbtree/interval_tree_test.c
44
search_loops = strtoul(optarg, NULL, 0);
tools/testing/rbtree/interval_tree_test.c
48
max_endpoint = strtoul(optarg, NULL, 0);
tools/testing/rbtree/interval_tree_test.c
50
seed = strtoul(optarg, NULL, 0);
tools/testing/rbtree/rbtree_test.c
35
nnodes = strtoul(optarg, NULL, 0);
tools/testing/rbtree/rbtree_test.c
37
perf_loops = strtoul(optarg, NULL, 0);
tools/testing/rbtree/rbtree_test.c
39
check_loops = strtoul(optarg, NULL, 0);
tools/testing/rbtree/rbtree_test.c
41
seed = strtoul(optarg, NULL, 0);
tools/testing/selftests/arm64/fp/vlset.c
72
vl = strtoul(argv[optind], &rest, 0);
tools/testing/selftests/bpf/benchs/bench_bpf_crypto.c
40
args.crypto_len = strtoul(arg, NULL, 10);
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
68
args.value_size = strtoul(arg, NULL, 10);
tools/testing/selftests/bpf/benchs/bench_strncmp.c
31
args.cmp_str_len = strtoul(arg, NULL, 10);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1767
ctx->rand_seed = strtoul(s, NULL, 10);
tools/testing/selftests/bpf/xdp_features.c
189
env.ifindex = strtoul(arg, NULL, 0);
tools/testing/selftests/bpf/xdp_synproxy.c
84
res = strtoul(arg, &endptr, 10);
tools/testing/selftests/drivers/net/hw/iou-zcrx.c
444
cfg_port = strtoul(optarg, NULL, 0);
tools/testing/selftests/drivers/net/hw/iou-zcrx.c
447
cfg_payload_len = strtoul(optarg, NULL, 0);
tools/testing/selftests/drivers/net/hw/iou-zcrx.c
453
cfg_queue_id = strtoul(optarg, NULL, 0);
tools/testing/selftests/drivers/net/hw/iou-zcrx.c
457
cfg_oneshot_recvs = strtoul(optarg, NULL, 0);
tools/testing/selftests/drivers/net/hw/iou-zcrx.c
461
cfg_send_size = strtoul(optarg, NULL, 0);
tools/testing/selftests/drivers/net/hw/iou-zcrx.c
464
cfg_rx_buf_len = page_size * strtoul(optarg, NULL, 0);
tools/testing/selftests/drivers/net/hw/toeplitz.c
504
bitmap = strtoul(arg, NULL, 0);
tools/testing/selftests/gpio/gpio-line-name.c
40
info.offset = strtoul(argv[2], &endp, 10);
tools/testing/selftests/iommu/iommufd.c
32
return strtoul(buf, NULL, 10);
tools/testing/selftests/kvm/arm64/vgic_lpi_stress.c
392
nr_iterations = strtoul(optarg, NULL, 0);
tools/testing/selftests/kvm/demand_paging_test.c
300
p.uffd_delay = strtoul(optarg, NULL, 0);
tools/testing/selftests/kvm/lib/lru_gen_util.c
74
stats->memcg_id = strtoul(memcg_id, &end, 10);
tools/testing/selftests/mm/compaction_test.c
136
nr_hugepages_ul = strtoul(nr_hugepages, NULL, 10);
tools/testing/selftests/mm/compaction_test.c
196
*initial_nr_hugepages = strtoul(nr_hugepages, NULL, 10);
tools/testing/selftests/mm/thp_settings.c
99
return strtoul(buf, NULL, 10);
tools/testing/selftests/mm/vm_util.c
174
return strtoul(buf, NULL, 10);
tools/testing/selftests/mm/vm_util.c
596
if (strtoul(buf, NULL, 10) == 1)
tools/testing/selftests/net/io_uring_zerocopy_tx.c
260
cfg_port = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/io_uring_zerocopy_tx.c
263
cfg_payload_len = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/io_uring_zerocopy_tx.c
266
cfg_runtime_ms = 200 + strtoul(optarg, NULL, 10) * 1000;
tools/testing/selftests/net/io_uring_zerocopy_tx.c
269
cfg_nr_reqs = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/ioam6_parser.c
943
res = strtoul(arg, &ptr, base);
tools/testing/selftests/net/ioam6_parser.c
965
res = strtoul(arg, &ptr, base);
tools/testing/selftests/net/ioam6_parser.c
987
res = strtoul(arg, &ptr, base);
tools/testing/selftests/net/ipv6_flowlabel.c
199
cfg_label = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/mptcp/mptcp_connect.c
1496
s = strtoul(size, NULL, 0);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1134
token = strtoul(argv[4], NULL, 10);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1178
token = strtoul(argv[3], NULL, 10);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1426
token = strtoul(argv[arg], NULL, 10);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
449
token = strtoul(params[4], NULL, 10);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
583
token = strtoul(params[4], NULL, 10);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
630
token = strtoul(argv[arg], NULL, 10);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
742
token = strtoul(argv[arg], NULL, 10);
tools/testing/selftests/net/msg_zerocopy.c
750
cfg_notification_limit = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/msg_zerocopy.c
756
cfg_port = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/msg_zerocopy.c
762
cfg_payload_len = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/msg_zerocopy.c
768
cfg_runtime_ms = 200 + strtoul(optarg, NULL, 10) * 1000;
tools/testing/selftests/net/nettest.c
634
number = (unsigned int) strtoul(str, &end, 0);
tools/testing/selftests/net/ovpn/ovpn-cli.c
1807
ovpn->peer_id = strtoul(peer_id, NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
1818
int slot = strtoul(arg, NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
2164
ovpn->lport = strtoul(argv[3], NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
2204
ovpn->lport = strtoul(argv[4], NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
2221
ovpn->lport = strtoul(argv[3], NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
2233
ovpn->peer_id = strtoul(argv[3], NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
2239
ovpn->keepalive_interval = strtoul(argv[4], NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
2246
ovpn->keepalive_timeout = strtoul(argv[5], NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
2257
ovpn->peer_id = strtoul(argv[3], NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
2266
ovpn->peer_id = strtoul(argv[3], NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
2277
ovpn->peer_id = strtoul(argv[3], NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
2287
ovpn->key_id = strtoul(argv[5], NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
2309
ovpn->peer_id = strtoul(argv[3], NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
2323
ovpn->peer_id = strtoul(argv[3], NULL, 10);
tools/testing/selftests/net/ovpn/ovpn-cli.c
2337
ovpn->peer_id = strtoul(argv[3], NULL, 10);
tools/testing/selftests/net/psock_snd.c
330
cfg_payload_len = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/psock_snd.c
336
cfg_truncate_len = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/tcp_ao/lib/ftrace-tcp.c
281
*port = (unsigned int)strtoul(port_str, NULL, 10);
tools/testing/selftests/net/tfo.c
143
cfg_port = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/txtimestamp.c
738
cfg_num_pkts = strtoul(optarg, NULL, 10);
tools/testing/selftests/net/txtimestamp.c
756
cfg_payload_len = strtoul(optarg, NULL, 10);
tools/testing/selftests/net/txtimestamp.c
768
ts_opt_id = strtoul(optarg, NULL, 10);
tools/testing/selftests/net/txtimestamp.c
772
dest_port = strtoul(optarg, NULL, 10);
tools/testing/selftests/net/txtimestamp.c
791
cfg_sleep_usec = strtoul(optarg, NULL, 10);
tools/testing/selftests/net/txtimestamp.c
794
cfg_delay_tolerance_usec = strtoul(optarg, NULL, 10);
tools/testing/selftests/net/txtimestamp.c
802
cfg_delay_snd = strtoul(optarg, NULL, 10);
tools/testing/selftests/net/txtimestamp.c
805
cfg_delay_ack = strtoul(optarg, NULL, 10);
tools/testing/selftests/net/udpgso.c
606
cfg_specific_test_id = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/udpgso_bench_rx.c
307
cfg_connect_timeout_ms = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/udpgso_bench_rx.c
313
cfg_expected_pkt_len = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/udpgso_bench_rx.c
316
cfg_expected_pkt_nr = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/udpgso_bench_rx.c
319
cfg_port = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/udpgso_bench_rx.c
325
cfg_rcv_timeout_ms = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/udpgso_bench_tx.c
470
cfg_runtime_ms = strtoul(optarg, NULL, 10) * 1000;
tools/testing/selftests/net/udpgso_bench_tx.c
473
cfg_poll_loop_timeout_ms = strtoul(optarg, NULL, 10) * 1000;
tools/testing/selftests/net/udpgso_bench_tx.c
479
cfg_msg_nr = strtoul(optarg, NULL, 10);
tools/testing/selftests/net/udpgso_bench_tx.c
482
cfg_port = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/udpgso_bench_tx.c
488
cfg_payload_len = strtoul(optarg, NULL, 0);
tools/testing/selftests/net/udpgso_bench_tx.c
491
cfg_gso_size = strtoul(optarg, NULL, 0);
tools/testing/selftests/nolibc/nolibc-test.c
1624
CASE_TEST(strtoul_negative); EXPECT_STRTOX(1, strtoul, "-0x1", 16, ULONG_MAX, 4, 0); break;
tools/testing/selftests/nolibc/nolibc-test.c
1625
CASE_TEST(strtoul_overflow); EXPECT_STRTOX(1, strtoul, "0x10000000000000000", 16, ULONG_MAX, -1, ERANGE); break;
tools/testing/selftests/nolibc/nolibc-test.c
655
} else if (func == strtoul) {
tools/testing/selftests/nolibc/nolibc-test.c
656
r = strtoul(input, &endptr, base);
tools/testing/selftests/powerpc/mm/tlbie_test.c
628
start_cpu = strtoul(optarg, NULL, 10);
tools/testing/selftests/powerpc/mm/tlbie_test.c
635
nrthreads = strtoul(optarg, NULL, 10);
tools/testing/selftests/powerpc/mm/tlbie_test.c
641
run_time = strtoul(optarg, NULL, 10);
tools/testing/selftests/resctrl/cmt_test.c
102
sum_llc_occu_resc += strtoul(token_array[3], NULL, 0);
tools/testing/selftests/resctrl/mba_test.c
154
bw_imc[runs] = strtoul(token_array[3], NULL, 0);
tools/testing/selftests/resctrl/mba_test.c
156
bw_resc[runs] = strtoul(token_array[5], NULL, 0);
tools/testing/selftests/resctrl/mbm_test.c
74
bw_resc[runs] = strtoul(token_array[5], NULL, 0);
tools/testing/selftests/resctrl/mbm_test.c
75
bw_imc[runs] = strtoul(token_array[3], NULL, 0);
tools/testing/selftests/resctrl/resctrl_tests.c
205
fill_param->buf_size = strtoul(uparams->benchmark_cmd[1], &endptr, 10);
tools/testing/selftests/riscv/hwprobe/which-cpus.c
74
pairs[i].value = strtoul(start, &end, 0);
tools/testing/selftests/sched/cs_prctl_test.c
248
num_threads = (int)strtoul(optarg, NULL, 10);
tools/testing/selftests/timens/vfork_exec.c
87
now.tv_sec = strtoul(argv[1], &endptr, 0);
tools/testing/selftests/ublk/kublk.c
1887
ctx.metadata_size = strtoul(optarg, NULL, 0);
tools/testing/selftests/ublk/kublk.c
1889
ctx.pi_offset = strtoul(optarg, NULL, 0);
tools/testing/selftests/ublk/kublk.c
1903
ctx.tag_size = strtoul(optarg, NULL, 0);
tools/testing/selftests/vfio/vfio_pci_device_test.c
51
(u16)strtoul(__buf, NULL, 0); \
tools/testing/selftests/watchdog/watchdog-test.c
246
ping_rate = strtoul(optarg, NULL, 0);
tools/testing/selftests/watchdog/watchdog-test.c
267
flags = strtoul(optarg, NULL, 0);
tools/testing/selftests/watchdog/watchdog-test.c
285
flags = strtoul(optarg, NULL, 0);
tools/testing/selftests/x86/lam.c
1322
tests = strtoul(optarg, NULL, 16);
tools/testing/vsock/control.c
163
value = strtoul(str, NULL, 10);
tools/testing/vsock/util.c
48
n = strtoul(str, &endptr, 10);
tools/testing/vsock/util.c
550
test_id = strtoul(test_id_str, &endptr, 10);
tools/usb/testusb.c
364
val = strtoul(str, &end, 0);
tools/usb/usbip/libsrc/names.c
346
u = strtoul(cp, &cp, 16);
tools/usb/usbip/libsrc/names.c
372
u = strtoul(cp, &cp, 16);
tools/usb/usbip/libsrc/names.c
389
u = strtoul(buf+1, &cp, 16);
tools/usb/usbip/libsrc/names.c
428
u = strtoul(buf+2, &cp, 16);
tools/usb/usbip/libsrc/vhci_driver.c
148
return (int)strtoul(attr_nports, NULL, 10);
tools/usb/usbip/src/usbip_network.c
30
unsigned long int port = strtoul(arg, &end, 10);
tools/virtio/virtio-trace/trace-agent.c
76
value = strtoul(arg, &ptr, 10);
usr/gen_init_cpio.c
686
dalign = strtoul(optarg, &invalid, 10);