Symbol: strtoul
bin/date/vary.c
452
tt = strtoul(arg + 1, NULL, 10);
bin/date/vary.c
491
val = strtoul(arg, &tmp, 10);
bin/date/vary.c
556
val = strtoul(arg, &tmp, 10);
bin/pax/sel_subs.c
132
uid = (uid_t)strtoul(str+1, NULL, 10);
bin/pax/sel_subs.c
229
gid = (gid_t)strtoul(str+1, NULL, 10);
crypto/libressl/apps/openssl/errstr.c
134
ulval = strtoul(ularg, &ep, 16);
crypto/libressl/crypto/asn1/a_strnid.c
118
mask = strtoul(p + 5, &end, 0);
crypto/libressl/crypto/asn1/asn1_gen.c
383
tag_num = strtoul(vstart, &eptr, 10);
crypto/libressl/crypto/asn1/asn1_gen.c
790
bitnum = strtoul(elem, &eptr, 10);
crypto/libressl/crypto/ocsp/ocsp_ht.c
234
retcode = strtoul(p, &r, 10);
crypto/libressl/crypto/x509/x509_addr.c
1532
parsed_safi = strtoul(val->value, &t, 0);
crypto/openssh/moduli.c
642
in_type = strtoul(cp, &cp, 10);
crypto/openssh/moduli.c
645
in_tests = strtoul(cp, &cp, 10);
crypto/openssh/moduli.c
653
in_tries = strtoul(cp, &cp, 10);
crypto/openssh/moduli.c
656
in_size = strtoul(cp, &cp, 10);
crypto/openssh/moduli.c
659
generator_known = strtoul(cp, &cp, 16);
crypto/openssh/ssh-keygen.c
3034
lines_to_process = strtoul(opts[i]+6, NULL, 10);
crypto/openssh/ssh-keygen.c
3036
start_lineno = strtoul(opts[i]+11, NULL, 10);
games/factor/factor.c
318
**a = strtoul(str, &p, 10);
games/factor/factor.c
328
**a = strtoul(str, &p, 16);
games/primes/primes.c
120
start = strtoul(argv[0], &p, 0);
games/primes/primes.c
127
stop = strtoul(argv[1], &p, 0);
games/primes/primes.c
139
start = strtoul(argv[0], &p, 0);
games/primes/primes.c
180
val = strtoul(buf, &p, 0);
games/rain/rain.c
63
if ((delay = (unsigned int)strtoul(optarg, NULL, 10)) < 1
games/worms/worms.c
193
if ((delay = (unsigned int)strtoul(optarg, NULL, 10)) < 1 || delay > 1000)
include/stdlib.h
125
strtoul(const char * __restrict, char ** __restrict, int);
lib/i18n_module/mapper_646/citrus_mapper_646.c
127
m6->m6_map[i] = strtoul(buf, (char **)&pp, 0);
lib/i18n_module/mapper_zone/citrus_mapper_zone.c
121
ps->ps_u_imm = strtoul(buf, &p, 0);
lib/libc/citrus/citrus_pivot_factory.c
143
val = strtoul(data, &ep, 0);
lib/libc/gen/getgrent.c
1498
n = strtoul(p, &q, 10);
lib/libc/gen/getgrent.c
1531
n = strtoul(s_gid, &s_gid, 10);
lib/libc/gen/getpwent.c
1988
m = strtoul(++p, &q, 10);
lib/libc/net/getaddrinfo.c
1450
lscopeid = strtoul(scope, &ep, 10);
lib/libc/net/getaddrinfo.c
344
v = strtoul(p, &ep, 10);
lib/libc/resolv/res_debug.c
1168
result = strtoul(buf + 5, &endptr, 10);
lib/libc/resolv/res_debug.c
1191
result = strtoul(buf + 4, &endptr, 10);
lib/libc/resolv/res_mkupdate.c
501
ottl = strtoul(buf2, &ulendp, 10);
lib/libc/stdlib/strtoul.c
36
#define _FUNCNAME strtoul
lib/libcrypt/crypt-sha256.c
331
unsigned long int srounds = strtoul (num, &endp, 10);
lib/libcrypt/crypt-sha512.c
362
unsigned long int srounds = strtoul (num, &endp, 10);
lib/libefivar/efivar-dp-xlate.c
453
sliceno = strtoul(slice + sizeof(disk) + 1, &ep, 10);
lib/libefivar/uefi-dplib.h
533
#define Strtoi(x) strtoul(x, NULL, 0)
lib/libipfw3/basic/ipfw3_basic.c
274
(*cmd)->arg1 = strtoul(**av, NULL, 10);
lib/libipfw3/basic/ipfw3_basic.c
426
(*cmd)->arg1 = strtoul(**av, NULL, 10);
lib/libipfw3/basic/ipfw3_basic.c
488
(*cmd)->arg1 = strtoul(**av, NULL, 10);
lib/libipfw3/basic/ipfw3_basic.c
551
(*cmd)->arg1 = strtoul(**av, NULL, 10);
lib/libipfw3/basic/ipfw3_basic.c
569
(*cmd)->arg1 = strtoul(**av, NULL, 10);
lib/libipfw3/basic/ipfw3_basic.c
577
(*cmd)->arg2 = strtoul(**av, NULL, 10);
lib/libipfw3/basic/ipfw3_basic.c
598
(*cmd)->arg1 = strtoul(**av, NULL, 10);
lib/libipfw3/basic/ipfw3_basic.c
634
(*cmd)->arg1 = strtoul(**av, NULL, 10);
lib/libipfw3/basic/ipfw3_basic.c
645
(*cmd)->arg1 = strtoul(**av, NULL, 10);
lib/libipfw3/dummynet/ipfw3_dummynet.c
54
(*cmd)->arg1 = strtoul(**av, NULL, 10);
lib/libipfw3/dummynet/ipfw3_dummynet.c
65
(*cmd)->arg1 = strtoul(**av, NULL, 10);
lib/libipfw3/layer2/ipfw3_layer2.c
153
(*cmd)->arg1 = strtoul(**av, NULL, 10);
lib/libipfw3/layer2/ipfw3_layer2.c
177
(*cmd)->arg1 = strtoul(**av, NULL, 10);
lib/libipfw3/layer4/ipfw3_layer4.c
106
gid = strtoul(**av, &end, 0);
lib/libipfw3/layer4/ipfw3_layer4.c
84
uid = strtoul(**av, &end, 0);
lib/libipfw3/nat/ipfw3_nat.c
55
(*cmd)->arg1 = strtoul(**av, NULL, 10);
lib/libssh/openbsd-compat/openbsd-compat.h
241
unsigned long strtoul(const char *, char **, int);
lib/libtcplay/tcplay.c
1496
maj = strtoul(p1, NULL, 10);
lib/libtcplay/tcplay.c
1499
min = strtoul(++p1, NULL, 10);
libexec/rtld-elf/map_object.c
96
shlib_base = (void *)(intptr_t)strtoul(__ld_sharedlib_base, NULL, 0);
sbin/devd/devd.cc
1215
max_clients = MAX(1, strtoul(optarg, NULL, 0));
sbin/disklabel32/disklabel.c
1002
v = strtoul(tp, NULL, 10);
sbin/disklabel32/disklabel.c
1012
v = strtoul(tp, NULL, 10);
sbin/disklabel32/disklabel.c
1017
v = strtoul(tp, NULL, 10);
sbin/disklabel32/disklabel.c
1056
(n) = strtoul(cp, NULL, 10); \
sbin/disklabel32/disklabel.c
1068
(n) = strtoul(cp, &tmp, 10); \
sbin/disklabel32/disklabel.c
1131
v = strtoul(cp, NULL, 10);
sbin/disklabel32/disklabel.c
174
slice_start_lba = strtoul(optarg, NULL, 0);
sbin/disklabel32/disklabel.c
852
v = strtoul(tp, NULL, 10);
sbin/disklabel32/disklabel.c
881
lp->d_drivedata[i++] = strtoul(cp, NULL, 10);
sbin/disklabel32/disklabel.c
907
v = strtoul(tp, NULL, 10);
sbin/disklabel32/disklabel.c
918
v = strtoul(tp, NULL, 10);
sbin/disklabel32/disklabel.c
932
v = strtoul(tp, NULL, 10);
sbin/disklabel32/disklabel.c
942
v = strtoul(tp, NULL, 10);
sbin/disklabel32/disklabel.c
952
v = strtoul(tp, NULL, 10);
sbin/disklabel32/disklabel.c
962
v = strtoul(tp, NULL, 10);
sbin/disklabel32/disklabel.c
972
v = strtoul(tp, NULL, 10);
sbin/disklabel32/disklabel.c
982
v = strtoul(tp, NULL, 10);
sbin/disklabel32/disklabel.c
992
v = strtoul(tp, NULL, 10);
sbin/disklabel64/disklabel64.c
1177
v = strtoul(cp, NULL, 0);
sbin/disklabel64/disklabel64.c
917
v = strtoul(tp, NULL, 0);
sbin/disklabel64/disklabel64.c
984
v = strtoul(tp, NULL, 0);
sbin/fsdb/fsdb.c
277
#define GETINUM(ac,inum) inum = strtoul(argv[ac], &cp, 0); \
sbin/fsdb/fsdb.c
573
desired = strtoul(argv[1], &cp, 0);
sbin/fsdb/fsdb.c
686
flags = strtoul(argv[1], &cp, 0);
sbin/fsdb/fsdb.c
762
uid = strtoul(argv[1], &cp, 0);
sbin/fsdb/fsdb.c
789
gid = strtoul(argv[1], &cp, 0);
sbin/fsdb/fsdb.c
815
nsec = strtoul(++p, &val, 0);
sbin/gpt/add.c
293
entry = strtoul(optarg, &p, 10);
sbin/gpt/label.c
197
entry = strtoul(optarg, &p, 10);
sbin/gpt/remove.c
162
entry = strtoul(optarg, &p, 10);
sbin/hammer/cmd_show.c
892
retval = strtoul(p, NULL, base);
sbin/hammer2/cmd_destroy.c
109
destroy.inum = strtoul(av[i], NULL, 0);
sbin/hammer2/main.c
184
(u_int)strtoul(av[2], NULL, 0));
sbin/hammer2/main.c
81
MemOpt = strtoul(optarg, &opt, 0);
sbin/ifconfig/af_inet6.c
102
newval = (time_t)strtoul(val, &ep, 0);
sbin/ifconfig/ifbridge.c
64
val = strtoul(cp, &endptr, 0);
sbin/ifconfig/ifieee80211.c
686
u_long cw = strtoul(cp+1, &ep, 10);
sbin/ifconfig/ifvlan.c
86
ul = strtoul(val, &endp, 0);
sbin/ifconfig/regdomain.c
256
mt->freqband->freqStart = strtoul(p, NULL, 0);
sbin/ifconfig/regdomain.c
260
mt->freqband->freqEnd = strtoul(p, NULL, 0);
sbin/ifconfig/regdomain.c
264
mt->freqband->chanWidth = strtoul(p, NULL, 0);
sbin/ifconfig/regdomain.c
268
mt->freqband->chanSep = strtoul(p, NULL, 0);
sbin/ifconfig/regdomain.c
289
mt->rd->sku = strtoul(p, NULL, 0);
sbin/ifconfig/regdomain.c
303
mt->netband->maxPower = strtoul(p, NULL, 0);
sbin/ifconfig/regdomain.c
307
mt->netband->maxPowerDFS = strtoul(p, NULL, 0);
sbin/ifconfig/regdomain.c
311
mt->netband->maxAntGain = strtoul(p, NULL, 0);
sbin/ifconfig/regdomain.c
317
mt->country->code = strtoul(p, NULL, 0);
sbin/ip6fw/ip6fw.c
473
rulenum = strtoul(*av++, &endptr, 10);
sbin/ip6fw/ip6fw.c
598
val = strtoul(str, &s, 0);
sbin/ip6fw/ip6fw.c
629
val = (int) strtoul(buf, &earg, 0);
sbin/ip6fw/ip6fw.c
760
icmptype = strtoul(c, &c, 0);
sbin/ip6fw/ip6fw.c
872
rule.fw_divert_port = strtoul(*av, NULL, 0); av++; ac--;
sbin/ip6fw/ip6fw.c
886
rule.fw_divert_port = strtoul(*av, NULL, 0); av++; ac--;
sbin/ip6fw/ip6fw.c
902
rule.fw_skipto_rule = strtoul(*av, NULL, 0); av++; ac--;
sbin/ipfw/ipfw2.c
1431
rulenum = strtoul(*av++, NULL, 10);
sbin/ipfw/ipfw2.c
1723
rnum = strtoul(*lav++, &endptr, 10);
sbin/ipfw/ipfw2.c
1749
rnum = strtoul(*lav++, &endptr, 10);
sbin/ipfw/ipfw2.c
1865
tableid = strtoul(&av[1], &eptr, 0);
sbin/ipfw/ipfw2.c
2114
val = strtoul(str, &end, 0);
sbin/ipfw/ipfw2.c
2203
pipe.fs.rq_size = strtoul(av[0], NULL, 0);
sbin/ipfw/ipfw2.c
2267
a = strtoul(av[0]+1, &end, 0);
sbin/ipfw/ipfw2.c
2270
a = strtoul(av[0], &end, 0);
sbin/ipfw/ipfw2.c
2307
pipe.fs.min_th = strtoul(end, &end, 0);
sbin/ipfw/ipfw2.c
2312
pipe.fs.max_th = strtoul(end, &end, 0);
sbin/ipfw/ipfw2.c
2346
pipe.delay = strtoul(av[0], NULL, 0);
sbin/ipfw/ipfw2.c
2354
pipe.fs.weight = strtoul(av[0], &end, 0);
sbin/ipfw/ipfw2.c
2362
pipe.fs.parent_nr = strtoul(av[0], &end, 0);
sbin/ipfw/ipfw2.c
2649
c->port = strtoul(p + 1, &ep, 0);
sbin/ipfw/ipfw2.c
2722
int set = strtoul(av[1], NULL, 10);
sbin/ipfw/ipfw2.c
2796
action->arg1 = strtoul(*av, NULL, 10);
sbin/ipfw/ipfw2.c
2804
action->arg1 = strtoul(*av, NULL, 0);
sbin/ipfw/ipfw2.c
3142
fill_cmd(cmd, O_IPTTL, 0, strtoul(*av, NULL, 0));
sbin/ipfw/ipfw2.c
3148
fill_cmd(cmd, O_IPID, 0, strtoul(*av, NULL, 0));
sbin/ipfw/ipfw2.c
3154
fill_cmd(cmd, O_IPLEN, 0, strtoul(*av, NULL, 0));
sbin/ipfw/ipfw2.c
3160
fill_cmd(cmd, O_IPVER, 0, strtoul(*av, NULL, 0));
sbin/ipfw/ipfw2.c
3167
(strtoul(*av, NULL, 0) & 7) << 5);
sbin/ipfw/ipfw2.c
3191
uid = strtoul(*av, &end, 0);
sbin/ipfw/ipfw2.c
3209
gid = strtoul(*av, &end, 0);
sbin/ipfw/ipfw2.c
3239
cmd32->d[0] = htonl(strtoul(*av, NULL, 0));
sbin/ipfw/ipfw2.c
3246
htons(strtoul(*av, NULL, 0)));
sbin/ipfw/ipfw2.c
3593
tbl.tableid = strtoul(*av, &eptr, 0);
sbin/ipfw/ipfw2.c
3622
tbl.tableid = strtoul(*av, &eptr, 0);
sbin/ipfw/ipfw2.c
3746
ent.tableid = strtoul(*av, &eptr, 0);
sbin/ipfw/ipfw2.c
3773
bits = strtoul(q + 1, &eptr, 0);
sbin/ipfw/ipfw2.c
3830
tableid = strtoul(*av, &eptr, 0);
sbin/ipfw/ipfw2.c
3924
tbl.tableid = strtoul(*av, &eptr, 0);
sbin/ipfw/ipfw2.c
3951
tbl.tableid = strtoul(*av, &eptr, 0);
sbin/ipfw/ipfw2.c
3958
tbl.expire = strtoul(*av, &eptr, 0);
sbin/ipfw/ipfw2.c
571
val = strtoul(str, &s1, 0);
sbin/ipfw/ipfw2.c
750
type = strtoul(av, &av, 0);
sbin/ipfw3/ipfw3.c
400
int set = strtoul(av[1], NULL, 10);
sbin/ipfw3/ipfw3basic.c
110
(*cmd)->arg1 = strtoul(**av, NULL, 10);
sbin/ipfw3/ipfw3basic.c
93
(*cmd)->arg1 = strtoul(**av, NULL, 10);
sbin/ipfw3/ipfw3dummynet.c
204
pipe.fs.rq_size = strtoul(av[0], NULL, 0);
sbin/ipfw3/ipfw3dummynet.c
269
a = strtoul(av[0]+1, &end, 0);
sbin/ipfw3/ipfw3dummynet.c
272
a = strtoul(av[0], &end, 0);
sbin/ipfw3/ipfw3dummynet.c
311
pipe.fs.min_th = strtoul(end, &end, 0);
sbin/ipfw3/ipfw3dummynet.c
316
pipe.fs.max_th = strtoul(end, &end, 0);
sbin/ipfw3/ipfw3dummynet.c
351
pipe.delay = strtoul(av[0], NULL, 0);
sbin/ipfw3/ipfw3dummynet.c
360
pipe.fs.weight = strtoul(av[0], &end, 0);
sbin/ipfw3/ipfw3dummynet.c
368
pipe.fs.parent_nr = strtoul(av[0], &end, 0);
sbin/ipfw3/ipfw3dummynet.c
506
rulenum = strtoul(*av++, NULL, 10);
sbin/ipfw3/ipfw3dummynet.c
648
val = strtoul(str, &end, 0);
sbin/ipfw3/ipfw3nat.c
177
nat_id = strtoul(*av, NULL, 10);
sbin/ipfw3/ipfw3nat.c
223
nat_id = strtoul(*av, NULL, 10);
sbin/ipfw3/ipfw3state.c
144
rule_id = strtoul(*av, NULL, 10);
sbin/ipfw3/ipfw3sync.c
130
edge->port = (u_short)strtoul(str, NULL, 0);
sbin/jscan/jfile.c
100
seq = strtoul(den->d_name + baselen + 1, &ptr, 16);
sbin/kldstat/kldstat.c
116
fileid = (int)strtoul(optarg, &p, 10);
sbin/mountd/mountd.c
302
svcport = (in_port_t)strtoul(optarg, &endptr, 10);
sbin/natacontrol/natacontrol.c
321
tmo = strtoul(arg, NULL, 0);
sbin/newfs/newfs.c
364
fssize = strtoul(optarg, NULL, 10);
sbin/newfs_msdos/newfs_msdos.c
200
x = strtoul(arg, &s, 0);
sbin/ping/ping.c
248
ultmp = strtoul(optarg, &ep, 0);
sbin/ping/ping.c
271
ultmp = strtoul(optarg, &ep, 0);
sbin/ping/ping.c
285
ultmp = strtoul(optarg, &ep, 0);
sbin/ping/ping.c
299
ultmp = strtoul(optarg, &ep, 0);
sbin/ping/ping.c
337
ultmp = strtoul(optarg, &ep, 0);
sbin/ping/ping.c
363
ultmp = strtoul(optarg, &ep, 0);
sbin/ping/ping.c
395
ultmp = strtoul(optarg, &ep, 0);
sbin/ping/ping.c
406
ultmp = strtoul(optarg, &ep, 0);
sbin/ping/ping.c
414
alarmtimeout = strtoul(optarg, &ep, 0);
sbin/ping/ping.c
437
ultmp = strtoul(optarg, &ep, 0);
sbin/ping6/ping6.c
355
lsockbufsize = strtoul(optarg, &e, 10);
sbin/route/route.c
1169
val, &su->sin, strtoul(q+1, 0, 0));
sbin/routed/main.c
174
n = (int)strtoul(p+1, &q, 0);
sbin/routed/parms.c
513
|| (l = strtoul(buf,&p,0)) > 255
sbin/routed/parms.c
764
|| (parm.parm_rdisc_int = (int)strtoul(buf,&p,0),
sbin/routed/parms.c
773
|| (parm.parm_d_metric = (int)strtoul(buf,&p,0),
sbin/routed/parms.c
952
mask = (naddr)strtoul(mname, &p, 0);
sbin/routed/rtquery/rtquery.c
136
wtime = (int)strtoul(optarg, &p, 0);
sbin/routed/rtquery/rtquery.c
233
keyid = strtoul(p+1,&p,0);
sbin/routed/rtquery/rtquery.c
806
mask = (u_int)strtoul(mname, &p, 0);
sbin/svc/svc.c
123
cmd->termkill_timo = strtoul(optarg, NULL, 0);
sbin/sysctl/sysctl.c
243
uintval = (int) strtoul(newval, NULL, 0);
sbin/sysctl/sysctl.c
253
ulongval = strtoul(newval, NULL, 0);
sbin/sysctl/sysctl.c
280
u8val = (uint8_t)strtoul(newval, NULL, 0);
sbin/sysctl/sysctl.c
285
u16val = (uint16_t)strtoul(newval, NULL, 0);
sbin/sysctl/sysctl.c
290
u32val = (uint32_t)strtoul(newval, NULL, 0);
share/examples/libusb20/bulk.c
203
unsigned n = strtoul(argv[out_len], 0, 0);
share/examples/libusb20/control.c
218
return strtoul(reqname, 0, 0);
share/examples/libusb20/control.c
287
setup.wValue = strtoul(argv[idx], 0, 0);
share/examples/libusb20/control.c
291
setup.wIndex = strtoul(argv[idx], 0, 0);
share/examples/libusb20/control.c
295
setup.wLength = strtoul(argv[idx], 0, 0);
share/examples/libusb20/control.c
374
unsigned n = strtoul(argv[out_len], 0, 0);
stand/boot/efi/loader/arch/x86_64/framebuffer.c
397
efifb->fb_addr = strtoul(ev, &p, 0);
stand/boot/efi/loader/arch/x86_64/framebuffer.c
414
efifb->fb_stride = strtoul(ev, &p, 0);
stand/boot/pc32/btxld/btxld.c
502
x = strtoul(arg, &s, 0);
stand/lib/stand.h
279
extern unsigned long strtoul(const char *, char **, int);
sys/bus/u4b/quirk/usb_quirk.c
978
value = strtoul(*pptr, &end, 0);
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1181
val = strtoul(cp, &ep, 16);
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1183
val = strtoul(cp, &ep, 10);
sys/dev/disk/dm/crypt/dm_target_crypt.c
402
key[key_idx] = (u_int8_t)strtoul(hex_buf, NULL, 16);
sys/dev/drm/include/linux/kernel.h
73
#define simple_strtoul strtoul
sys/dev/netif/mxge/if_mxge.c
260
sc->mac_addr[i] = strtoul(ptr, &endptr, 16);
sys/dev/virtual/virtio/mmio/virtio_mmio_kenv.c
103
unit = strtoul(p, &p, 0);
sys/dev/virtual/virtio/mmio/virtio_mmio_kenv.c
60
sz = strtoul(arg, &p, 0);
sys/dev/virtual/virtio/mmio/virtio_mmio_kenv.c
88
baseaddr = strtoul(p, &p, 0);
sys/dev/virtual/virtio/mmio/virtio_mmio_kenv.c
95
irq = strtoul(p, &p, 0);
sys/libprop/prop_data.c
572
len = strtoul(ctx->poic_tagattrval, &cp, 0);
sys/netgraph/bridge/ng_bridge.c
356
linkNum = strtoul(cp, &eptr, 10);
sys/netgraph/ether/ng_ether.c
640
val = strtoul(s + *off, &eptr, 16);
sys/netgraph/frame_relay/ng_frame_relay.c
288
dlci = (int)strtoul(cp, &eptr, 10);
sys/netgraph/ksocket/ng_ksocket.c
1247
val = (int)strtoul(s, &eptr, 10);
sys/netgraph/ksocket/ng_ksocket.c
274
val = strtoul(s + *off, &eptr, 10);
sys/netgraph/ksocket/ng_ksocket.c
285
val = strtoul(s + *off, &eptr, 10);
sys/netgraph/netgraph/ng_base.c
656
val = strtoul(name + 1, &eptr, 16);
sys/netgraph/netgraph/ng_parse.c
1115
index = (u_int)strtoul(s + *off, &eptr, 0);
sys/netgraph/ng_sample.c
213
dlci = (int)strtoul(cp, &eptr, 10);
sys/netgraph/one2many/ng_one2many.c
232
i = strtoul(cp, &eptr, 10);
sys/netgraph/ppp/ng_ppp.c
428
linkNum = (int)strtoul(cp, &eptr, 10);
sys/netgraph7/bridge/ng_bridge.c
358
linkNum = strtoul(cp, &eptr, 10);
sys/netgraph7/frame_relay/ng_frame_relay.c
277
dlci = (int)strtoul(cp, &eptr, 10);
sys/netgraph7/ksocket/ng_ksocket.c
1279
val = (int)strtoul(s, &eptr, 10);
sys/netgraph7/ksocket/ng_ksocket.c
276
val = strtoul(s + *off, &eptr, 10);
sys/netgraph7/ksocket/ng_ksocket.c
287
val = strtoul(s + *off, &eptr, 10);
sys/netgraph7/netflow/ng_netflow.c
215
ifnum = (int)strtoul(cp, &eptr, 10);
sys/netgraph7/netflow/ng_netflow.c
247
ifnum = (int)strtoul(cp, &eptr, 10);
sys/netgraph7/netgraph/ng_base.c
919
val = strtoul(name + 1, &eptr, 16);
sys/netgraph7/netgraph/ng_parse.c
1038
val = strtoul(s + *off, &eptr, 16);
sys/netgraph7/netgraph/ng_parse.c
1274
index = (u_int)strtoul(s + *off, &eptr, 0);
sys/netgraph7/netgraph/ng_parse.c
541
val = strtoul(s + *off, &eptr, 0);
sys/netgraph7/ng_sample.c
211
dlci = (int)strtoul(cp, &eptr, 10);
sys/netgraph7/one2many/ng_one2many.c
225
i = strtoul(cp, &eptr, 10);
sys/netgraph7/ppp/ng_ppp.c
538
linkNum = (int)strtoul(cp, &eptr, 10);
sys/platform/vkernel64/platform/init.c
1252
masklen = strtoul(masklen_str, NULL, 10);
sys/sys/systm.h
247
u_long strtoul(const char *, char **, int) __nonnull(1);
sys/vfs/hammer/hammer_subs.c
1073
localization = pfs_to_lo(strtoul(str + 1, &ptr, 10));
sys/vfs/hammer/hammer_vnops.c
1822
localization = pfs_to_lo(strtoul(buf, NULL, 10));
test/debug/h2chains.c
108
base = strtoul(av[0], NULL, 0);
test/debug/h2dio.c
107
base = strtoul(av[0], NULL, 0);
test/debug/h2inodes.c
107
base = strtoul(av[0], NULL, 0);
test/debug/kwrite.c
37
addr = strtoul(argv[1], &endptr, 0);
test/debug/kwrite.c
47
width = strtoul(endptr, &endptr2, 0);
test/stress/eatmem.c
31
bytes = strtoul(av[1], NULL, 0) * 1024 * 1024;
test/stress/fsstress/fsstress.c
340
seed = strtoul(optarg, NULL, 0);
test/sysperf/loop2.c
24
count = strtoul(av[1], NULL, 0);
test/sysperf/loop4.c
28
nfork = strtoul(av[1], NULL, 0);
test/sysperf/randread.c
66
bytes = (size_t)strtoul(av[2], NULL, 0);
test/unix/passdesc/passdesc.c
126
test_buflen = strtoul(optarg, NULL, 10);
tools/test/malloc/main.c
16
if (argc > 1) NOPS = strtoul(argv[1],0,0);
tools/test/malloc/main.c
17
if (argc > 2) NBUCKETS = strtoul(argv[2],0,0);
tools/test/malloc/main.c
18
if (argc > 3) NSIZE = strtoul(argv[3],0,0);
tools/tools/ath/athdebug/athdebug.c
201
bit = strtoul(cp, NULL, 0);
tools/tools/ath/athpoke/athpoke.c
110
reg = (uint32_t) strtoul(argv[0], &eptr, 0);
tools/tools/ath/athpoke/athpoke.c
116
regwrite(s, &atd, reg, (uint32_t) strtoul(cp, NULL, 0));
tools/tools/ath/athprom/athprom.c
136
off = (uint16_t) strtoul(argv[0], NULL, 0);
tools/tools/ath/athprom/athprom.c
143
val = (uint16_t) strtoul(cp+1, NULL, 0);
tools/tools/ath/athprom/athprom.c
912
curlpdgain = strtoul(id, NULL, 0);
tools/tools/ath/athprom/athprom.c
926
curlpdgain = strtoul(id, NULL, 0);
tools/tools/ath/athrd/athrd.c
1134
rd = strtoul(argv[optind], NULL, 0);
tools/tools/ath/athrd/athrd.c
1149
rd = strtoul(argv[optind], NULL, 0);
tools/tools/ath/athrd/athrd.c
1158
cc = strtoul(argv[optind+1], NULL, 0);
tools/tools/ath/athstats/main.c
124
u_long interval = strtoul(argv[0], NULL, 0);
tools/tools/net80211/wlanstats/main.c
201
u_long interval = strtoul(argv[0], NULL, 0);
tools/tools/net80211/wlantxtime/wlantxtime.c
541
frameLen = strtoul(optarg, NULL, 0);
tools/tools/netrate/kq_sendrecv/kq_recvserv/kq_recvserv.c
106
in.sin_port = htons(strtoul(optarg, NULL, 10));
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
231
dur = strtoul(optarg, NULL, 10);
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
237
port = strtoul(optarg, NULL, 10);
tools/tools/netrate/netblast/netblast.c
157
port = strtoul(argv[2], &dummy, 10);
tools/tools/netrate/netblast/netblast.c
164
payloadsize = strtoul(argv[3], &dummy, 10);
tools/tools/netrate/netblast/netblast.c
173
duration = strtoul(argv[4], &dummy, 10);
tools/tools/netrate/netperf/tcp_cc/tcp_cc.c
44
ninst = strtoul(optarg, NULL, 10);
tools/tools/netrate/netperf/tcp_cc/tcp_cc.c
52
len = strtoul(optarg, NULL, 10);
tools/tools/netrate/netperf/tcp_stream/tcp_stream.c
102
ninst = strtoul(optarg, NULL, 10);
tools/tools/netrate/netperf/tcp_stream/tcp_stream.c
106
len = strtoul(optarg, NULL, 10);
tools/tools/netrate/udpecho/udpecho.c
58
in.sin_port = strtoul(optarg, NULL, 10);
tools/tools/netrate/udpecho/udpecho.c
63
ninst = strtoul(optarg, NULL, 10);
tools/tools/netrate/udpecho/udpecho.c
67
rcvbuf = strtoul(optarg, NULL, 10);
tools/tools/toeplitz/toeplitz.c
181
port = strtoul(p, NULL, 10);
tools/tools/toeplitz/toeplitz.c
55
divisor = strtoul(optarg, NULL, 10);
tools/tools/toeplitz/toeplitz.c
59
mask = strtoul(optarg, NULL, 16);
tools/tools/toeplitz/toeplitz.c
69
seeds[i++] = strtoul(optarg, NULL, 16);
usr.bin/chpass/field.c
109
id = strtoul(p, &np, 10);
usr.bin/chpass/field.c
139
id = strtoul(p, &np, 10);
usr.bin/dsynth/dsynth.c
168
PkgDepMemoryTarget = strtoul(optarg, NULL, 0);
usr.bin/flame_graph/process.c
95
hv = strtoul(s, NULL, 0);
usr.bin/getent/getent.c
148
num = strtoul(word, &ep, 10);
usr.bin/hexdump/odsyntax.c
330
isize = (size_t)strtoul(fmt, &end, 10);
usr.bin/hexdump/odsyntax.c
394
isize = (size_t)strtoul(fmt, &end, 10);
usr.bin/ipcs/ipcs.c
514
uid = strtoul(username, &r, 0);
usr.bin/kcollect/kcollect.c
873
sc = strtoul((char *)key.dptr +
usr.bin/kdump/kdump.c
121
do_pid = strtoul(optarg, &cp, 0);
usr.bin/ktrdump/ktrdump.c
787
sym->symaddr = (char *)strtoul(s1, NULL, 16);
usr.bin/m4/gnum4.c
574
temp[0] = strtoul(argv[pos++], NULL, 10);
usr.bin/nl/nl.c
183
uval = strtoul(optarg, &ep, 10);
usr.bin/pctrack/pctrack.c
273
sym->symaddr = (char *)strtoul(s1, NULL, 16);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
154
channel = strtoul(optarg, &ep, 10);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
337
channel = strtoul(service, &ep, 10);
usr.bin/sdpquery/search.c
575
service = strtoul(*argv, &ep, 16);
usr.bin/sort/sort.c
679
ks->f2 = (size_t) strtoul(f, NULL, 10);
usr.bin/sort/sort.c
688
ks->f1 = (size_t) strtoul(f, NULL, 10);
usr.bin/sort/sort.c
706
ks->c2 = (size_t) strtoul(c, NULL, 10);
usr.bin/sort/sort.c
711
ks->c1 = (size_t) strtoul(c, NULL, 10);
usr.bin/sort/sort.c
834
*nf = (size_t) strtoul(f, NULL, 10);
usr.bin/sort/sort.c
846
*nc = (size_t) strtoul(c, NULL, 10);
usr.bin/systat/symbols.c
104
sym->symaddr_beg = (char *)strtoul(s1, NULL, 16);
usr.bin/xargs/xargs.c
210
Sflag = strtoul(optarg, &endptr, 10);
usr.bin/xinstall/xinstall.c
338
*id = (id_t)strtoul(name, &ep, 10);
usr.sbin/authpf/authpf.c
601
pid = strtoul(t, &s, 10);
usr.sbin/btconfig/btconfig.c
286
*(uint32_t *)(p->val) = strtoul(*++av, NULL, 16);
usr.sbin/btconfig/btconfig.c
292
*(uint32_t *)(p->val) = strtoul(*++av, NULL, 10);
usr.sbin/chown/chown.c
254
val = strtoul(name, &ep, 10);
usr.sbin/chroot/chroot.c
117
gidlist[gids] = (gid_t)strtoul(p, &endp, 0);
usr.sbin/chroot/chroot.c
134
uid = (uid_t)strtoul(user, &endp, 0);
usr.sbin/chroot/chroot.c
99
gid = (gid_t)strtoul(group, &endp, 0);
usr.sbin/cpucontrol/cpucontrol.c
143
level = strtoul(cmdarg, &endptr, 16);
usr.sbin/cpucontrol/cpucontrol.c
182
level = strtoul(cmdarg, &endptr, 16);
usr.sbin/cpucontrol/cpucontrol.c
192
level_type = strtoul(cmdarg1, &endptr1, 16);
usr.sbin/cpucontrol/cpucontrol.c
248
msr = strtoul(cmdarg, &endptr, 16);
usr.sbin/cron/cron/cron.c
420
Jitter = strtoul(optarg, &endp, 10);
usr.sbin/cron/cron/cron.c
426
RootJitter = strtoul(optarg, &endp, 10);
usr.sbin/dconschat/dconschat.c
836
poll_hz = strtoul(optarg, NULL, 0);
usr.sbin/efibootmgr/efibootmgr.c
212
opts.bootnum = strtoul(optarg, NULL, 16);
usr.sbin/efibootmgr/efibootmgr.c
219
opts.cp_src = strtoul(optarg, NULL, 16);
usr.sbin/efibootmgr/efibootmgr.c
281
opts.timeout = strtoul(optarg, NULL, 10);
usr.sbin/efibootmgr/efibootmgr.c
339
nent->idx = strtoul(&next_name[4], NULL, 16);
usr.sbin/efibootmgr/efibootmgr.c
366
new_data[i] = strtoul(next, NULL, 16);
usr.sbin/efibootmgr/efibootmgr.c
424
val = strtoul(&bootvar[4], NULL, 16);
usr.sbin/efivar/efivar.c
320
attrib = strtoul(optarg, NULL, 16);
usr.sbin/inetd/inetd.c
1654
val = strtoul(s + 1, &eptr, 10);
usr.sbin/installer/libinstaller/diskutil.c
226
d->capacity = strtoul(c + 1, NULL, 0);
usr.sbin/installer/libinstaller/survey.c
125
*start = strtoul(word, NULL, 10);
usr.sbin/installer/libinstaller/survey.c
128
*size = strtoul(word, NULL, 10);
usr.sbin/lpr/lpd/printjob.c
1704
port = strtoul(pp->lp, &ep, 0);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
222
image->loadSegment = strtoul(value, &eptr, 16);
usr.sbin/mpsutil/mps_show.c
757
addr = (uint32_t)strtoul(av[3], NULL, 0);
usr.sbin/mpsutil/mps_show.c
759
num = (uint8_t)strtoul(av[2], NULL, 0);
usr.sbin/mpsutil/mps_show.c
761
page = (uint8_t)strtoul(av[1], NULL, 0);
usr.sbin/mtree/getid.c
257
id = strtoul(cp, &ep, 10);
usr.sbin/mtree/getid.c
406
id = strtoul(cp, &ep, 10);
usr.sbin/mtree/getid.c
415
id = strtoul(cp, &ep, 10);
usr.sbin/mtree/spec.c
453
numbers[argc++] = strtoul(p, &ep, 0);
usr.sbin/mtree/spec.c
466
result = (dev_t)strtoul(arg, &ep, 0);
usr.sbin/mtree/spec.c
551
ip->cksum = strtoul(val, &ep, 10);
usr.sbin/mtree/spec.c
566
ip->st_gid = (gid_t)strtoul(val, &ep, 10);
usr.sbin/mtree/spec.c
593
ip->st_nlink = (nlink_t)strtoul(val, &ep, 10);
usr.sbin/mtree/spec.c
644
ip->st_uid = (uid_t)strtoul(val, &ep, 10);
usr.sbin/newsyslog/newsyslog.c
1258
ul = strtoul(q, &ep, 10);
usr.sbin/pciconf/pciconf.c
767
selarr[i++] = strtoul(ep, &ep, 10);
usr.sbin/pciconf/pciconf.c
832
pi.pi_reg = strtoul(reg, (char **)0, 0); /* XXX error check */
usr.sbin/pciconf/pciconf.c
834
pi.pi_data = strtoul(data, (char **)0, 0); /* XXX error check */
usr.sbin/pfctl/parse.y
3436
$$ = strtoul($1, NULL, 16);
usr.sbin/pfctl/parse.y
6020
ulval = strtoul(s, &ep, 0);
usr.sbin/ppp/command.c
2008
timeout = strtoul(argp, NULL, 10);
usr.sbin/ppp/command.c
2011
min = strtoul(arg->argv[arg->argn + 1], NULL, 10);
usr.sbin/ppp/ether.c
289
slot = strtoul(sessionid, &end, 16);
usr.sbin/ppp/ether.c
717
slot = strtoul(sessionid, &end, 16);
usr.sbin/ppp/filter.c
362
fe.timeout = strtoul(argv[1], NULL, 10);
usr.sbin/ppp/libradius/radlib.c
588
port = strtoul(port_str, &end, 10);
usr.sbin/ppp/libradius/radlib.c
599
timeout = strtoul(timeout_str, &end, 10);
usr.sbin/ppp/libradius/radlib.c
610
maxtries = strtoul(maxtries_str, &end, 10);
usr.sbin/ppp/libradius/radlib.c
622
dead_time = strtoul(dead_time_str, &end, 10);
usr.sbin/route6d/route6d.c
289
routetag = strtoul(optarg, &ep, 0);
usr.sbin/rpc.lockd/lockd.c
144
svcport = (in_port_t)strtoul(optarg, &endptr, 10);
usr.sbin/rpc.umntall/mounttab.c
109
ultmp = strtoul(timep, &endp, 10);
usr.sbin/sshlockout/sshlockout.c
211
tableid = strtoul(av[2], &eptr, 0);
usr.sbin/traceroute6/traceroute6.c
389
first_hop = strtoul(optarg, &ep, 0);
usr.sbin/traceroute6/traceroute6.c
415
max_hops = strtoul(optarg, &ep, 0);
usr.sbin/traceroute6/traceroute6.c
431
lport = strtoul(optarg, &ep, 0);
usr.sbin/traceroute6/traceroute6.c
446
nprobes = strtoul(optarg, &ep, 0);
usr.sbin/traceroute6/traceroute6.c
477
waittime = strtoul(optarg, &ep, 0);
usr.sbin/traceroute6/traceroute6.c
575
datalen = strtoul(*argv, &ep, 0);
usr.sbin/usbconfig/usbconfig.c
231
val = strtoul(name, &ep, 0);
usr.sbin/usbconfig/usbconfig.c
248
val = strtoul(s, &ep, 0);
usr.sbin/vknetd/vknetd.c
147
masklen = strtoul(strtok(NULL, "/"), NULL, 10);
usr.sbin/wlandebug/wlandebug.c
206
bit = strtoul(cp, NULL, 0);
usr.sbin/zic/zic.c
2721
ul = strtoul(name, &ep, 10);
usr.sbin/zic/zic.c
2744
ul = strtoul(name, &ep, 10);