bin/cat/cat.c
86
bsize = (size_t)strtol(optarg, NULL, 0);
bin/chio/chio.c
774
i = (int)strtol(cp, &p, 10);
bin/csh/proc.c
961
signum = strtol(short2str(v[1]), &ep, 10);
bin/csh/proc.c
979
signum = strtol(short2str(v[0] + 1), &ep, 10);
bin/ed/ed.h
116
if (((i = strtol(p, &p, 10)) == LONG_MIN || i == LONG_MAX) && \
bin/ksh/misc.c
492
n = strtol(as, &p, 10);
bin/mt/mt.c
160
count = strtol(*argv, &p, 10);
bin/pax/dumptar.c
64
int r = (int)strtol(b, &ep, 8);
bin/setfacl/setfacl.c
406
entry_number = strtol(optarg, &end, 10);
bin/setfacl/setfacl.c
453
entry_number = strtol(optarg, &end, 10);
bin/sh/expand.c
1176
num = strtol(name, &ap, 10);
bin/sh/expand.c
1324
lnum = strtol(name, &p, 10);
bin/sh/options.c
540
if (is_digit(*value) && strtol(value, NULL, 10) == 1) {
bin/sh/trap.c
180
termwidth = (int)strtol(name, NULL, 10);
bin/sleep/sleep.c
152
ntime.tv_sec = strtol(arg, &temp, 10);
bin/stty/cchar.c
125
val = strtol(arg, &ep, 10);
common/dist/zlib/examples/fitblk.c
139
ret = strtol(argv[1], argv + 1, 10);
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
163
u = strtol(esc_str, &endptr, 16);
crypto/dist/ipsec-tools/src/racoon/str2val.c
111
*rp++ = (char)strtol(b, NULL, base);
dist/pf/sbin/pfctl/pfctl_parser.c
1418
mask = strtol(p+1, &q, 0);
games/caesar/caesar.c
116
rot = strtol(arg, &endp, 10);
games/monop/execute.c
665
tmp = strtol(s, &s, 10);
games/monop/execute.c
728
l = strtol(txt, &s, 10);
games/monop/misc.c
114
num = strtol(buf, &sp, 10);
include/stdlib.h
122
long strtol(const char * __restrict, char ** __restrict, int);
lib/libbluetooth/bluetooth.c
236
proto.p_proto = (int)strtol(cp, NULL, 0);
lib/libc/gen/getbsize.c
67
if ((n = strtol(p, &ep, 10)) < 0)
lib/libc/gen/setmode.c
222
lval = strtol(p, &ep, 8);
lib/libc/gen/signalnumber.c
78
offs = strtol(name+1, &ep, 10);
lib/libc/nameser/ns_name.c
1055
blen = (int)strtol(beg_blen, &end_blen, 10);
lib/libc/stdlib/atoi.c
49
return((int)strtol(str, NULL, 10));
lib/libc/stdlib/atol.c
49
return(strtol(str, (char **)NULL, 10));
lib/libc/stdlib/strtol.c
40
#define _FUNCNAME strtol
lib/libc/time/private.h
460
# define strtoimax strtol
lib/libcurses/ctrace.c
65
tracemask = (int)strtol(tm, NULL, 0);
lib/libcurses/setterm.c
106
screen->ESCDELAY = (int)strtol(p, NULL, 0);
lib/libcurses/setterm.c
110
screen->TABSIZE = (int)strtol(p, NULL, 0);
lib/libedit/terminal.c
1372
i = strtol(how, &ep, 10);
lib/libpam/modules/pam_ssh/pam_ssh.c
470
pid = (pid_t)strtol(ssh_agent_pid, &end, 10);
lib/libpthread/pthread_tsd.c
100
pthread_keys_max = (int)strtol(pkm, NULL, 0);
lib/libterminfo/compile.c
720
cnum = strtol(p, &e, 0);
lib/libterminfo/setupterm.c
139
t_lines(*nterm) = (short)strtol(p, NULL, 0);
lib/libterminfo/setupterm.c
141
t_columns(*nterm) = (short)strtol(p, NULL, 0);
lib/libutil/getmntopts.c
98
rv = strtol(val, &ep, 0);
lib/libutil/parsedate.y
1245
yr = (time_t)strtol(p, &ep, 10);
lib/libutil/parsedate.y
1264
param.yyMonth = (time_t)strtol(ep + 1, &ep, 10);
lib/libutil/parsedate.y
1265
param.yyDay = (time_t)strtol(ep + 1, &ep, 10);
lib/libutil/parsedate.y
1266
param.yyHour = (time_t)strtol(ep + 1, &ep, 10);
lib/libutil/parsedate.y
1267
param.yyMinutes = (time_t)strtol(ep + 1, &ep, 10);
lib/libutil/parsedate.y
1268
param.yySeconds = (time_t)strtol(ep + 1, &ep, 10);
libexec/ftpd/extern.h
99
# define STRTOLL(x,y,z) strtol(x,y,z)
libexec/ftpd/ftpd.c
411
l = strtol(optarg, &p, 10);
libexec/httpd/bozohttpd.c
1596
*t = (char)strtol(buf, NULL, 16);
libexec/identd/identd.c
158
gid = (gid_t)strtol(optarg, &p, 0);
libexec/identd/identd.c
203
timeout = (int)strtol(optarg, &p, 0);
libexec/identd/identd.c
208
uid = (uid_t)strtol(optarg, &p, 0);
libexec/tftpd/tftpd.c
257
nid = (strtol(tgtuser, &ep, 10));
libexec/tftpd/tftpd.c
274
nid = (strtol(tgtgroup, &ep, 10));
sbin/atactl/atactl.c
1554
(l = strtol(argv[1], NULL, 0)) >= 0 && l <= 253) {
sbin/ccdconfig/ccdconfig.c
289
ileave = (int)strtol(cp, &cp2, 10);
sbin/cgdconfig/cgdconfig.c
1694
int n = (int)strtol(dp->d_name + 4, &ep, 0);
sbin/cgdconfig/cgdconfig.c
220
v = strtol(s, &endptr, 10);
sbin/dump/main.c
738
val = strtol(optarg, &p, 10);
sbin/fdisk/fdisk.c
325
l = strtol(str, &e, 0);
sbin/fsck_ext2fs/main.c
222
ret = (int)strtol(str, &cp, base);
sbin/fsck_ffs/main.c
354
ret = (int)strtol(str, &cp, base);
sbin/fsck_lfs/main.c
109
idaddr = strtol(optarg, NULL, 0);
sbin/fsck_lfs/main.c
197
ret = (int) strtol(str, &cp, base);
sbin/fsdb/fsdb.c
1125
desired = strtol(argv[1], &cp, 0);
sbin/fsdb/fsdb.c
1298
modebits = strtol(argv[1], &cp, 8);
sbin/fsdb/fsdb.c
1361
gen = strtol(argv[1], &cp, 0);
sbin/fsdb/fsdb.c
1386
extsize = strtol(argv[1], &cp, 0);
sbin/fsdb/fsdb.c
1538
lcnt = strtol(argv[1], &cp, 0);
sbin/fsirand/fsirand.c
249
xorval = strtol(optarg, &ep, 0);
sbin/ifconfig/parse.c
392
prefixlen = strtol(plen, &end, 10);
sbin/iscsid/iscsid_main.c
540
debug_level=(int)strtol(optarg, &p, 10);
sbin/ldconfig/shlib.c
123
dewey[n++] = strtol(cp, &cp, 10);
sbin/mknod/mknod.c
132
gid = strtol(optarg + 1, &p, 10);
sbin/mknod/mknod.c
138
gid = strtol(optarg, &p, 10);
sbin/mknod/mknod.c
151
uid = strtol(optarg + 1, &p, 10);
sbin/mknod/mknod.c
157
uid = strtol(optarg, &p, 10);
sbin/mount/fattr.c
53
id = strtol(s, &ep, 0);
sbin/mount/fattr.c
85
rv = strtol(s, &ep, 8);
sbin/mount_nfs/mount_nfs.c
200
long num = strtol(s, &es, 10);
sbin/mount_ptyfs/mount_ptyfs.c
141
l = strtol(name, &ep, 0);
sbin/mount_ptyfs/mount_ptyfs.c
194
args.mode = (mode_t)strtol(optarg, NULL, 0);
sbin/mount_qemufwcfg/fwcfg.c
245
m = strtol(optarg, &ep, 8);
sbin/mount_qemufwcfg/fwcfg.c
252
m = strtol(optarg, &ep, 8);
sbin/newfs/newfs.c
414
if ((mfsmode = strtol(optarg, NULL, 8)) <= 0)
sbin/newfs_ext2fs/newfs_ext2fs.c
143
inodesize = (uint16_t)strtol(optarg, &s2, 0);
sbin/newfs_lfs/newfs.c
453
result = strtol(arg, &s, 10);
sbin/nvmectl/firmware.c
206
slot = strtol(optarg, &p, 0);
sbin/nvmectl/logpage.c
1005
log_page = strtol(optarg, &p, 0);
sbin/nvmectl/nvmectl.c
238
*nsid = strtol(nsloc + 2, NULL, 10);
sbin/nvmectl/power.c
154
power_val = strtol(optarg, &end, 0);
sbin/nvmectl/power.c
161
workload = strtol(optarg, &end, 0);
sbin/ping/ping.c
299
l = strtol(optarg, &p, 0);
sbin/ping/ping.c
339
l = strtol(optarg, &p, 0);
sbin/ping/ping.c
379
l = strtol(optarg, &p, 0);
sbin/ping/ping.c
402
l = strtol(optarg, &p, 0);
sbin/ping6/ping6.c
374
l = strtol(optarg, &e, 10);
sbin/ping6/ping6.c
405
hoplimit = strtol(optarg, &e, 10);
sbin/ping6/ping6.c
448
l = strtol(optarg, &e, 10);
sbin/ping6/ping6.c
499
datalen = strtol(optarg, &e, 10);
sbin/restore/main.c
112
ntrec = strtol(optarg, &p, 10);
sbin/restore/main.c
160
dumpnum = strtol(optarg, &p, 10);
sbin/routed/parms.c
609
intnetp->intnet_metric = (int)strtol(val+1,&p,0);
sbin/routed/parms.c
638
if ((i = (int)strtol(val+1, &p, 0)) <= 0
sbin/routed/parms.c
776
|| (parm.parm_rdisc_pref = (int)strtol(buf,&p,0),
sbin/savecore/savecore.c
227
level = (int)strtol(optarg, &ep, 10);
sbin/scsictl/scsictl.c
1460
args.sa_target = strtol(argv[0], &cp, 10);
sbin/scsictl/scsictl.c
1468
args.sa_lun = strtol(argv[1], &cp, 10);
sbin/scsictl/scsictl.c
1497
args.sa_target = strtol(argv[0], &cp, 10);
sbin/scsictl/scsictl.c
1505
args.sa_lun = strtol(argv[1], &cp, 10);
sbin/wsconsctl/mouse.c
330
tmp.samples[i].rawx = strtol(p, &q, 0);
sbin/wsconsctl/mouse.c
334
tmp.samples[i].rawy = strtol(p, &q, 0);
sbin/wsconsctl/mouse.c
338
tmp.samples[i].x = strtol(p, &q, 0);
sbin/wsconsctl/mouse.c
342
tmp.samples[i].y = strtol(p, &q, 0);
sbin/wsconsctl/util.c
507
lval = strtol(ptr, &ep, 10);
share/examples/refuse/ian/libfetch/ftp.c
711
addr[i] = (unsigned char) strtol(p, &p, 10);
sys/arch/hppa/stand/mkboot/mkboot.c
148
loadpoint = strtol(optarg, NULL, 0);
sys/arch/ia64/stand/common/boot.c
133
howlong = strtol(argv[1], &cp, 0);
sys/arch/ia64/stand/common/boot.c
174
timeout = strtol(cp, &ep, 0);
sys/arch/ia64/stand/common/bootstrap.h
408
extern long strtol(const char *, char **, int);
sys/arch/ia64/stand/common/bootstrap.h
410
extern long strtol(const char *, char **, int);
sys/arch/ia64/stand/common/commands.c
390
timeout = strtol(optarg, &cp, 0);
sys/arch/ia64/stand/common/pager.c
56
nlines = strtol(cp, &lp, 0);
sys/arch/ia64/stand/efi/libefi/devicename.c
132
unit = strtol(np, &cp, 10); /* next comes the unit number */
sys/arch/ia64/stand/efi/libefi/devicename.c
139
slice = strtol(np, &cp, 10);
sys/arch/ia64/stand/efi/libefi/devicename.c
175
unit = strtol(np, &cp, 0); /* get unit number if present */
sys/arch/ia64/stand/ia64/ski/devicename.c
127
unit = strtol(np, &cp, 10); /* next comes the unit number */
sys/arch/ia64/stand/ia64/ski/devicename.c
134
slice = strtol(np, &cp, 10);
sys/arch/ia64/stand/ia64/ski/devicename.c
170
unit = strtol(np, &cp, 0); /* get unit number if present */
sys/arch/sgimips/stand/haudfw/haudfw.c
161
*dsp_data_offset = strtol(field, NULL, 16);
sys/arch/sgimips/stand/haudfw/haudfw.c
241
u_int32_t word = strtol(word_str, NULL, 16);
sys/dev/stbi/stb_image.c
4858
height = strtol(token, &token, 10);
sys/dev/stbi/stb_image.c
4862
width = strtol(token, NULL, 10);
sys/fs/nfs/client/nfs_clvfsops.c
455
ir.ifr_mtu = strtol(cp, NULL, 10);
sys/kern/subr_blist.c
1051
size = strtol(ptr, NULL, 0);
tests/kernel/h_segv.c
137
volatile double b = strtol("0", NULL, 0);
tests/lib/libc/gen/t_siginfo.c
389
volatile long unity = strtol("1", NULL, 10),
tests/lib/libc/gen/t_siginfo.c
390
zero = strtol("0", NULL, 10);
tests/lib/libc/locale/t_sprintf.c
135
ATF_REQUIRE_EQ((int)strtol(t->int_input, NULL, 10), t->int_value);
tests/lib/libc/stdlib/t_atoi.c
71
ATF_REQUIRE(atoi("0") == strtol("0", NULL, 10));
tests/lib/libc/stdlib/t_atoi.c
72
ATF_REQUIRE(atoi("-1") == strtol("-1", NULL, 10));
tests/lib/libc/stdlib/t_atoi.c
73
ATF_REQUIRE(atoi(buf) == strtol(buf, NULL, 10));
tests/lib/libc/stdlib/t_atoi.c
89
ATF_REQUIRE(atol("0") == strtol("0", NULL, 10));
tests/lib/libc/stdlib/t_atoi.c
90
ATF_REQUIRE(atol("-1") == strtol("-1", NULL, 10));
tests/lib/libc/stdlib/t_atoi.c
91
ATF_REQUIRE(atol(buf) == strtol(buf, NULL, 10));
tests/lib/libc/stdlib/t_strtol.c
117
li = strtol(t[i].str, &end, t[i].base);
tests/lib/libc/stdlib/t_strtol.c
173
CHECK(li, "%ld", strtol);
tests/lib/libc/stdlib/t_strtol.c
209
li = strtol(t[i].str, &end, t[i].base);
tests/lib/libc/stdlib/t_strtol.c
248
li = strtol(t[i].str, &end, t[i].base);
tests/lib/libc/stdlib/t_strtol.c
290
li = strtol(t[i].str, &end, t[i].base);
tests/lib/libc/sys/t_ptrace_bytetransfer_wait.h
47
e = strtol("10", NULL, 10);
tests/lib/libc/sys/t_ptrace_bytetransfer_wait.h
48
f = strtol("20", NULL, 10);
tests/lib/libc/sys/t_ptrace_bytetransfer_wait.h
49
g = strtol("30", NULL, 10);
tests/lib/libc/sys/t_ptrace_bytetransfer_wait.h
50
h = strtol("40", NULL, 10);
tools/m4/bootstrap/tokenizer.c
1865
l = strtol(yytext, NULL, 0);
tools/m4/bootstrap/tokenizer.c
1881
base = strtol(yytext+2, &next, 0);
usr.bin/cal/cal.c
288
month = strtol(*argv++, &eoi, 10);
usr.bin/cal/cal.c
291
year = strtol(*argv, &eoi, 10);
usr.bin/cal/cal.c
296
year = strtol(*argv, &eoi, 10);
usr.bin/cal/cal.c
300
month = strtol(eoi + 1, &eoi, 10);
usr.bin/calendar/calendar.c
376
val = (int)strtol(p, &p, 10); /* if 0, it's failure */
usr.bin/chflags/chflags.c
118
val = strtol(flags, &ep, 8);
usr.bin/colrm/colrm.c
79
stop = strtol(argv[1], &p, 10);
usr.bin/colrm/colrm.c
84
start = strtol(argv[0], &p, 10);
usr.bin/compress/compress.c
97
bits = strtol(optarg, &p, 10);
usr.bin/csplit/csplit.c
125
sufflen = strtol(optarg, &ep, 10);
usr.bin/csplit/csplit.c
184
reps = strtol(*argv + 1, &ep, 10);
usr.bin/csplit/csplit.c
385
ofs = strtol(pofs, &ep, 10);
usr.bin/csplit/csplit.c
456
tgtline = strtol(expr, &ep, 10);
usr.bin/cut/cut.c
181
start = stop = strtol(p, &p, 10);
usr.bin/cut/cut.c
187
stop = strtol(p + 1, &p, 10);
usr.bin/db/db.c
178
lval = strtol(optarg, &p, 8);
usr.bin/db/db.c
195
lval = strtol(optarg, &p, 10);
usr.bin/diff/diff.c
157
l = strtol(optarg, &ep, 10);
usr.bin/diff/diff.c
254
l = strtol(optarg, &ep, 10);
usr.bin/diff/diff.c
265
l = strtol(optarg, &ep, 10);
usr.bin/error/main.c
111
filelevel = (size_t)strtol(optarg, NULL, 0);
usr.bin/fdformat/fdformat.c
126
tmplong = strtol(optarg, &tmpcharp, 0); \
usr.bin/flock/flock.c
221
l = strtol(argv[0], &v, 0);
usr.bin/ftp/fetch.c
1018
*hcode = strtol(*cp, &ep, 10);
usr.bin/ftp/fetch.c
1737
chunksize = strtol(xferbuf, &ep, 16);
usr.bin/ftp/ftp_var.h
338
# define STRTOLL(x,y,z) strtol(x,y,z)
usr.bin/ftp/main.c
295
ftp_buflen = strtol(optarg, &ep, 0);
usr.bin/ftp/main.c
354
quit_time = (int)strtol(optarg, &ep, 10);
usr.bin/ftp/main.c
364
retry_connect = (int)strtol(optarg, &ep, 10);
usr.bin/ftp/util.c
1051
val = strtol(arg, &cp, 10);
usr.bin/getaddrinfo/support.c
55
value = strtol(string, &end, 0);
usr.bin/hexdump/hexsyntax.c
98
if ((skip = strtol(optarg, &p, 0)) < 0)
usr.bin/hexdump/odsyntax.c
150
if ((skip = strtol(optarg, &p, 0)) < 0)
usr.bin/hexdump/odsyntax.c
253
nbytes = strtol(type_string, &tmp, 10);
usr.bin/hexdump/odsyntax.c
283
nbytes = strtol(type_string, &tmp, 10);
usr.bin/hexdump/odsyntax.c
363
skip = strtol(num, &end, base ? base : 8);
usr.bin/id/id.c
346
id = strtol(u, &ep, 10);
usr.bin/indent/args.c
243
long num = strtol(arg_arg, &end, 10);
usr.bin/join/join.c
140
if ((F1->joinf = strtol(optarg, &end, 10)) < 1) {
usr.bin/join/join.c
151
if ((F2->joinf = strtol(optarg, &end, 10)) < 1) {
usr.bin/join/join.c
163
switch(strtol(optarg, &end, 10)) {
usr.bin/join/join.c
185
strtol(optarg, &end, 10)) < 1) {
usr.bin/join/join.c
209
switch(strtol(optarg, &end, 10)) {
usr.bin/join/join.c
521
fieldno = strtol(token + 2, &end, 10);
usr.bin/jot/jot.c
162
prec = strtol(optarg, &ep, 0);
usr.bin/lock/lock.c
132
if (((sectimeout = strtol(optarg, &ap, 0)) == LONG_MAX
usr.bin/m4/gnum4.c
588
width = strtol(argv[pos++], NULL, 10);
usr.bin/m4/gnum4.c
591
width = strtol(format, &eformat, 10);
usr.bin/m4/gnum4.c
607
extra = strtol(argv[pos++], NULL, 10);
usr.bin/m4/gnum4.c
610
extra = strtol(format, &eformat, 10);
usr.bin/make/arch.c
448
size = (size_t)strtol(arh.ar_size, NULL, 10);
usr.bin/make/arch.c
586
entry = (size_t)strtol(&inout_name[1], &eptr, 0);
usr.bin/make/arch.c
732
size = (int)strtol(out_arh->ar_size, NULL, 10);
usr.bin/make/arch.c
804
gn->mtime = (time_t)strtol(arh->ar_date, NULL, 10);
usr.bin/make/arch.c
888
tocModTime = (int)strtol(arh->ar_date, NULL, 10);
usr.bin/make/main.c
1216
n = (int)strtol(value, NULL, 0);
usr.bin/make/main.c
409
opts.maxJobs = (int)strtol(arg, &end, 0);
usr.bin/make/var.c
2298
n = strtol(*pp, &end, 0);
usr.bin/make/var.c
3374
# define PARSE_NUM_TYPE strtol
usr.bin/midiplay/midiplay.c
715
n = strtol(sunit, &ep, 10);
usr.bin/newgrp/grutil.c
224
gid = (gid_t)strtol(gname, &p, 10);
usr.bin/newsyslog/newsyslog.c
1023
ul = strtol(s, &t, 10);
usr.bin/newsyslog/newsyslog.c
326
log->maxsize = (int)strtol(*ap, &q, 0);
usr.bin/newsyslog/newsyslog.c
341
log->maxage = (int)strtol(q, &q, 10);
usr.bin/newsyslog/newsyslog.c
838
n = (int)strtol(sig, &p, 0);
usr.bin/newsyslog/newsyslog.c
876
pid = (pid_t)strtol(line, NULL, 0);
usr.bin/newsyslog/newsyslog.c
984
ul = strtol(s, &t, 10);
usr.bin/newsyslog/newsyslog.c
995
ul = strtol(s, &t, 10);
usr.bin/nice/nice.c
84
tmp = strtol(optarg, &ep, 10);
usr.bin/nl/nl.c
179
val = strtol(optarg, &ep, 10);
usr.bin/nl/nl.c
211
val = strtol(optarg, &ep, 10);
usr.bin/nl/nl.c
220
val = strtol(optarg, &ep, 10);
usr.bin/pkill/pkill.c
145
i = (int)strtol(p, &q, 10);
usr.bin/pkill/pkill.c
186
i = (int)strtol(p, &q, 10);
usr.bin/pkill/pkill.c
607
li->li_number = (uid_t)strtol(sp, &ep, 0);
usr.bin/pkill/pkill.c
715
rval = strtol(line, &endp, 10);
usr.bin/pmap/main.c
192
pid = strtol(optarg, &t, 0);
usr.bin/pmap/main.c
299
pid = strtol(argv[0], &t, 0);
usr.bin/pwait/pwait.c
138
pidl = strtol(s, &end, 10);
usr.bin/radioctl/radioctl.c
352
val = (u_long)strtol(str, NULL, 10);
usr.bin/renice/renice.c
129
v = strtol(str, &ep, 0);
usr.bin/rlogin/rlogin.c
807
val = strtol(++p, NULL, 8);
usr.bin/rpcinfo/rpcinfo.c
207
portnum = (u_short) strtol(optarg, &strptr, 10);
usr.bin/rsh/getport.c
57
port = strtol(service, &ep, 0);
usr.bin/rump_dhcpclient/net.c
177
*bp++ = (unsigned char)strtol(c, NULL, 16);
usr.bin/scmdctl/uart.c
170
*buf = (uint8_t)strtol(qbuf,NULL,16);
usr.bin/shuffle/shuffle.c
148
number = strtol(str, &estr, 0);
usr.bin/sockstat/sockstat.c
281
x = strtol(*s, &t, 0);
usr.bin/sort/init.c
158
col->num = (int) strtol(pos, &npos, 10);
usr.bin/sort/init.c
166
col->indent = (int) strtol(pos, &npos, 10);
usr.bin/sort/init.c
336
col = (int)strtol(tpos, &tpos, 10);
usr.bin/sort/init.c
339
indent = (int) strtol(tpos, &tpos, 10);
usr.bin/sort/sort.c
200
REC_D = (int)strtol(optarg, &ep, t);
usr.bin/tabs/tabs.c
102
num = strtol(arg, &end, 10);
usr.bin/tabs/tabs.c
161
num = strtol(token, &end, 10);
usr.bin/tabs/tabs.c
211
num = strtol(term, &end, 10);
usr.bin/timeout/timeout.c
129
sig = strtol(str, &ep, 10);
usr.bin/touch/touch.c
167
(void)strtol(argv[0], &p, 10);
usr.bin/touch/touch.c
384
val = strtol(arg, &ep, 10); /* YYYY */
usr.bin/touch/touch.c
395
val = strtol(p, &ep, 10); /* MM */
usr.bin/touch/touch.c
406
val = strtol(p, &ep, 10); /* DD */
usr.bin/touch/touch.c
417
val = strtol(p, &ep, 10); /* hh */
usr.bin/touch/touch.c
428
val = strtol(p, &ep, 10); /* mm */
usr.bin/touch/touch.c
439
val = strtol(p, &ep, 10); /* ss (or in POSIX, SS) */
usr.bin/touch/touch.c
454
val = strtol(p, &ep, 10);
usr.bin/tput/tput.c
170
nums[i] = strtol(*argv, &tmp, 0);
usr.bin/tr/str.c
379
s->cnt = strtol(s->str, &ep, 0);
usr.bin/unifdef/unifdef.c
751
*valp = strtol(cp, &ep, 0);
usr.bin/unifdef/unifdef.c
776
*valp = strtol(value[sym], &ep, 0);
usr.bin/uniq/uniq.c
87
numfields = strtol(optarg, &p, 10);
usr.bin/uniq/uniq.c
92
numchars = strtol(optarg, &p, 10);
usr.bin/units/units.c
464
repeat = strtol(item + pos, NULL, 10);
usr.bin/usbhidaction/usbhidaction.c
427
n = strtol(p, &p, 10) - 1;
usr.bin/usbhidctl/usbhid.c
146
result = strtol(numstr, &endptr, 0);
usr.bin/usbhidctl/usbhid.c
545
dataval = (u_int)strtol(var->value, NULL, 10);
usr.bin/usbhidctl/usbhid.c
935
svar->usageinstance = strtol(varinst, &endptr, 0);
usr.bin/uudecode/uudecode.c
156
mode = strtol(p, &fn, 8);
usr.bin/uuidgen/uuidgen.c
97
count = strtol(optarg, &p, 10);
usr.bin/vacation/vacation.c
182
interval = strtol(optarg, &p, 0);
usr.bin/videoctl/videoctl.c
620
n = strtol(value, NULL, 0);
usr.bin/w/w.c
568
ep->pid = strtol(ep->line + 3, NULL, 10);
usr.bin/whois/whois.c
320
strtol(name + 5, &ep, 10) > 0 && *ep == '\0')
usr.bin/whois/whois.c
323
strtol(name + 2, &ep, 10) > 0 && *ep == '\0')
usr.bin/xargs/xargs.c
172
Rflag = strtol(optarg, &endptr, 10);
usr.bin/xlint/lint1/lex.c
1067
long ln = strtol(--p, &end, 10);
usr.bin/xlint/lint2/read.c
126
*num = (int)strtol(*p, &end, 10);
usr.bin/xlint/lint2/read.c
139
n = (int)strtol(*p, &end, 10);
usr.sbin/altq/libaltq/parser.c
1105
action->tca_dscp = (u_int8_t)strtol(w, NULL, 0);
usr.sbin/altq/libaltq/parser.c
405
num = (u_int16_t)strtol(name, NULL, 0);
usr.sbin/altq/libaltq/parser.c
423
*proto_no = (int)strtol(name, NULL, 0);
usr.sbin/altq/libaltq/parser.c
449
*ruleno = (int)strtol(w, NULL, 0);
usr.sbin/altq/libaltq/parser.c
637
tos = (u_char)strtol(w, NULL, 0);
usr.sbin/altq/libaltq/parser.c
641
tosmask = (u_char)strtol(w, NULL, 0);
usr.sbin/altq/libaltq/parser.c
761
tclass = (u_char)strtol(w, NULL, 0);
usr.sbin/altq/libaltq/parser.c
766
(u_char)strtol(w, NULL, 0);
usr.sbin/altq/libaltq/parser.c
838
len = (int)strtol(prefix, NULL, 0);
usr.sbin/altq/libaltq/parser.c
949
th_min = (int)strtol(w, NULL, 0);
usr.sbin/altq/libaltq/parser.c
953
th_max = (int)strtol(w, NULL, 0);
usr.sbin/altq/libaltq/parser.c
957
inv_pmax = (int)strtol(w, NULL, 0);
usr.sbin/altq/libaltq/parser.c
981
params[i].th_min = (int)strtol(w, NULL, 0);
usr.sbin/altq/libaltq/parser.c
985
params[i].th_max = (int)strtol(w, NULL, 0);
usr.sbin/altq/libaltq/parser.c
989
params[i].inv_pmax = (int)strtol(w, NULL, 0);
usr.sbin/altq/libaltq/qop_blue.c
114
qlimit = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_blue.c
118
max_pmark = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_blue.c
122
hold_time = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_fifoq.c
105
qlimit = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_jobs.c
170
qlimit = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_jobs.c
211
if (strtol(*argv, NULL, 0) < 0)
usr.sbin/altq/libaltq/qop_jobs.c
214
pri = strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_jobs.c
219
if (strtol(*argv, NULL, 0) < 0)
usr.sbin/altq/libaltq/qop_jobs.c
222
adc = strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_jobs.c
227
if (strtol(*argv, NULL, 0) < 0)
usr.sbin/altq/libaltq/qop_jobs.c
230
rdc = strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_jobs.c
235
if (strtol(*argv, NULL, 0) < 0)
usr.sbin/altq/libaltq/qop_jobs.c
248
if (strtol(*argv, NULL, 0) < 0)
usr.sbin/altq/libaltq/qop_jobs.c
251
rlc = strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_red.c
116
weight = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_red.c
120
qlimit = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_red.c
124
th_min = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_red.c
128
th_max = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_red.c
132
inv_pmax = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_rio.c
123
weight = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_rio.c
127
qlimit = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_rio.c
131
lo_th_min = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_rio.c
135
lo_th_max = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_rio.c
139
lo_inv_pmax = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_rio.c
143
med_th_min = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_rio.c
147
med_th_max = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_rio.c
151
med_inv_pmax = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_rio.c
155
hi_th_min = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_rio.c
159
hi_th_max = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_rio.c
163
hi_inv_pmax = (int)strtol(*argv, NULL, 0);
usr.sbin/altq/libaltq/qop_wfq.c
107
nqueues = (int)strtol(*argv, NULL, 0);
usr.sbin/cnwctl/cnwctl.c
110
rate = strtol(argv[optind], &e, 0);
usr.sbin/cnwctl/cnwctl.c
79
domain = strtol(optarg, &e, 0);
usr.sbin/cnwctl/cnwctl.c
87
key = strtol(optarg, &e, 0);
usr.sbin/dumplfs/dumplfs.c
212
sbdaddr = strtol(optarg, NULL, 0);
usr.sbin/dumplfs/dumplfs.c
221
idaddr = strtol(optarg, NULL, 0);
usr.sbin/dumplfs/dumplfs.c
302
dumpino = strtol(narg, NULL, 0);
usr.sbin/dumplfs/dumplfs.c
307
inoaddr = strtol(narg, NULL, 0);
usr.sbin/fwctl/fwcontrol.c
126
node = strtol(nodestr, &endptr, 0);
usr.sbin/fwctl/fwcontrol.c
782
priority_budget = strtol(optarg, NULL, 0);
usr.sbin/fwctl/fwcontrol.c
796
if (strtol(crom_string, NULL, 0) < 0 ||
usr.sbin/fwctl/fwcontrol.c
797
strtol(crom_string, NULL, 0) > MAX_BOARDS)
usr.sbin/fwctl/fwcontrol.c
817
set_root_node = strtol(optarg, NULL, 0);
usr.sbin/fwctl/fwcontrol.c
826
set_gap_count = strtol(optarg, NULL, 0);
usr.sbin/fwctl/fwcontrol.c
890
current_board = strtol(optarg, NULL, 0);
usr.sbin/gpioctl/gpioctl.c
143
lval = strtol(mask, &ep, 0);
usr.sbin/gpioctl/gpioctl.c
151
lval = strtol(flags, &ep, 0);
usr.sbin/hdaudioctl/graph.c
66
reqcodecid = strtol(argv[0], NULL, 0);
usr.sbin/hdaudioctl/graph.c
67
reqnid = strtol(argv[1], NULL, 0);
usr.sbin/hdaudioctl/hdaudioctl.c
171
codecid = strtol(argv[0], NULL, 0);
usr.sbin/hdaudioctl/hdaudioctl.c
172
nid = strtol(argv[1], NULL, 0);
usr.sbin/hdaudioctl/hdaudioctl.c
212
codecid = strtol(argv[0], NULL, 0);
usr.sbin/hdaudioctl/hdaudioctl.c
213
nid = strtol(argv[1], NULL, 0);
usr.sbin/hdaudioctl/hdaudioctl.c
273
codecid = strtol(argv[0], NULL, 0);
usr.sbin/hdaudioctl/hdaudioctl.c
274
nid = strtol(argv[1], NULL, 0);
usr.sbin/inetd/parse.c
1039
(int)strtol(cp1, &ccp, 0);
usr.sbin/inetd/parse.c
1048
sep->se_rpcversh = (int)strtol(cp1, &ccp, 0);
usr.sbin/inetd/parse.c
613
val = (int)strtol((arg), &cp0, 10); \
usr.sbin/iopctl/iopctl.c
466
tid = (int)strtol(argv[0], &argp, 0);
usr.sbin/iostat/iostat.c
235
height = strtol(optarg, &ep, 10);
usr.sbin/iostat/iostat.c
262
width = strtol(optarg, &ep, 10);
usr.sbin/iostat/iostat.c
313
if (lns == NULL || (height = strtol(lns, &ep, 10)) < 0 ||
usr.sbin/iostat/iostat.c
322
if (cols == NULL || (width = strtol(cols, &ep, 10)) < 0 ||
usr.sbin/iteconfig/iteconfig.c
206
rv = strtol(s, NULL, 0);
usr.sbin/kgmon/kgmon.c
124
cpuid = strtol(optarg, NULL, 10);
usr.sbin/lockstat/main.c
209
nbufs = (int)strtol(optarg, &p, 0);
usr.sbin/mlxctl/cmds.c
381
rb.rr_channel = (int)strtol(*argv, &p, 0);
usr.sbin/mlxctl/cmds.c
385
rb.rr_target = (int)strtol(*argv, &p, 0);
usr.sbin/mountd/get_net.c
178
preflen = strtol(prefp, NULL, 10);
usr.sbin/mtree/mtree.c
201
crc_total = (uint32_t)~strtol(optarg, &p, 0);
usr.sbin/mtree/spec.c
650
ip->st_mtimespec.tv_nsec = strtol(val, &ep, 10);
usr.sbin/npf/npfctl/npf_data.c
189
*mask = (npf_netmask_t)strtol(s, &ep, 0);
usr.sbin/pcictl/pcictl.c
342
value = strtol(str, &end, 0);
usr.sbin/psrset/psrset.c
131
rv = (int)strtol(p, &q, 10);
usr.sbin/psrset/psrset.c
171
i = (int)strtol(*argv, &p, 10);
usr.sbin/psrset/psrset.c
177
j = (int)strtol(p + 1, &q, 10);
usr.sbin/psrset/psrset.c
301
i = (int)strtol(q, &q, 10);
usr.sbin/rwhod/rwhod.c
143
time_interval = (int)strtol(optarg, &ep, 10);
usr.sbin/sdpd/main.c
170
uid = strtol(user, &ep, 10);
usr.sbin/sdpd/main.c
184
gid = strtol(group, &ep, 10);
usr.sbin/sesd/srcs/getobjstat.c
63
cvt = strtol(v[2], &x, 0);
usr.sbin/sesd/srcs/setencstat.c
61
val = strtol(v[2], NULL, 0);
usr.sbin/sesd/srcs/setobjstat.c
65
cvt = strtol(v[2], &x, 0);
usr.sbin/sesd/srcs/setobjstat.c
72
cvt = strtol(v[3 + i], &x, 0);
usr.sbin/syslogd/syslogd.c
1570
n = strtol(p + 1, &q, 10);
usr.sbin/syslogd/syslogd.c
1627
n = (int)strtol(p + 1, &q, 10);
usr.sbin/tpctl/data.c
155
t = strtol(p, &p2, 0);
usr.sbin/tpctl/data.c
187
n = strtol(p, &p2, 0);
usr.sbin/tpctl/data.c
211
t = strtol(p, &p2, 0);
usr.sbin/tprof/tprof.c
338
d = strtol(scale, &p, 0);
usr.sbin/tprof/tprof_top.c
940
top_interval = strtol(optarg, &p, 10);
usr.sbin/traceroute/traceroute.c
1733
val = strtol(cp, &ep, 16);
usr.sbin/traceroute/traceroute.c
1735
val = strtol(str, &ep, 10);
usr.sbin/user/user.c
1051
*tp = val = strtol(s, &ep, 10);
usr.sbin/vnconfig/vnconfig.c
415
num = strtol(str, &cp, 10); \
usr.sbin/wgconfig/wgconfig.c
472
val = strtol(str, &ep, 10);
usr.sbin/wsmoused/config.c
203
ret = (int) strtol(b->b_prop[pc]->p_value,