Symbol: strtonum
crypto/libressl/apps/nc/netcat.c
1485
port = strtonum(portstr, 1, PORT_MAX, &errstr);
crypto/libressl/apps/nc/netcat.c
230
iflag = strtonum(optarg, 0, UINT_MAX, &errstr);
crypto/libressl/apps/nc/netcat.c
244
ttl = strtonum(optarg, 0, 255, &errstr);
crypto/libressl/apps/nc/netcat.c
249
minttl = strtonum(optarg, 0, 255, &errstr);
crypto/libressl/apps/nc/netcat.c
283
rtableid = (int)strtonum(optarg, 0,
crypto/libressl/apps/nc/netcat.c
293
recvlimit = strtonum(optarg, 1, INT_MAX, &errstr);
crypto/libressl/apps/nc/netcat.c
298
timeout = strtonum(optarg, 0, INT_MAX / 1000, &errstr);
crypto/libressl/apps/nc/netcat.c
321
Iflag = strtonum(optarg, 1, 65536 << 14, &errstr);
crypto/libressl/apps/nc/netcat.c
327
Oflag = strtonum(optarg, 1, 65536 << 14, &errstr);
crypto/libressl/apps/nc/netcat.c
351
Tflag = (int)strtonum(optarg, 0, 255,
crypto/libressl/apps/openssl/apps.c
1802
depth = strtonum(argn, 1, INT_MAX, &errstr);
crypto/libressl/apps/openssl/apps.c
2168
val = strtonum(argv[i], 0, INT_MAX, &errstr);
crypto/libressl/apps/openssl/apps.c
2178
val = strtonum(argv[i], 0, LONG_MAX, &errstr);
crypto/libressl/apps/openssl/apps.c
2188
val = strtonum(argv[i], 0, LLONG_MAX, &errstr);
crypto/libressl/apps/openssl/apps.c
466
i = strtonum(arg + 3, 0, INT_MAX, &errstr);
crypto/libressl/apps/openssl/asn1pars.c
110
asn1pars_config.length = strtonum(arg, 1, UINT_MAX, &errstr);
crypto/libressl/apps/openssl/asn1pars.c
349
j = strtonum(
crypto/libressl/apps/openssl/asn1pars.c
96
asn1pars_config.dump = strtonum(arg, 1, INT_MAX, &errstr);
crypto/libressl/apps/openssl/certhash.c
281
val = strtonum(p, 0, 0xffffffff, &errstr);
crypto/libressl/apps/openssl/dsaparam.c
191
numbits = strtonum(strbits, 0, INT_MAX, &errstr);
crypto/libressl/apps/openssl/gendh.c
162
numbits = strtonum(strbits, 0, INT_MAX, &errstr);
crypto/libressl/apps/openssl/ocsp.c
230
ocsp_config.ndays = strtonum(arg, 0, INT_MAX, &errstr);
crypto/libressl/apps/openssl/ocsp.c
244
ocsp_config.nmin = strtonum(arg, 0, INT_MAX, &errstr);
crypto/libressl/apps/openssl/ocsp.c
263
ocsp_config.accept_count = strtonum(arg, 0, INT_MAX, &errstr);
crypto/libressl/apps/openssl/ocsp.c
304
ocsp_config.maxage = strtonum(arg, 0, LONG_MAX, &errstr);
crypto/libressl/apps/openssl/ocsp.c
326
ocsp_config.req_timeout = strtonum(arg, 0, INT_MAX, &errstr);
crypto/libressl/apps/openssl/ocsp.c
362
ocsp_config.nsec = strtonum(arg, 0, LONG_MAX, &errstr);
crypto/libressl/apps/openssl/req.c
1602
keylen = strtonum(gstr, 0, LONG_MAX, &errstr);
crypto/libressl/apps/openssl/req.c
1630
keylen = strtonum(p + 1, 0, LONG_MAX, &errstr);
crypto/libressl/apps/openssl/req.c
201
req_config.days = strtonum(arg, 1, INT_MAX, &errstr);
crypto/libressl/apps/openssl/s_client.c
254
s_client_config.keymatexportlen = strtonum(arg, 1, INT_MAX,
crypto/libressl/apps/openssl/s_client.c
268
s_client_config.socket_mtu = strtonum(arg, 0, LONG_MAX,
crypto/libressl/apps/openssl/s_client.c
388
verify_depth = strtonum(arg, 0, INT_MAX, &s_client_config.errstr);
crypto/libressl/apps/openssl/s_server.c
309
s_server_config.keymatexportlen = strtonum(arg, 1, INT_MAX,
crypto/libressl/apps/openssl/s_server.c
323
s_server_config.socket_mtu = strtonum(arg, 0, LONG_MAX,
crypto/libressl/apps/openssl/s_server.c
420
s_server_config.tlscstatp.timeout = strtonum(arg, 0, INT_MAX,
crypto/libressl/apps/openssl/s_server.c
456
verify_depth = strtonum(arg, 0, INT_MAX, &s_server_config.errstr);
crypto/libressl/apps/openssl/s_server.c
471
verify_depth = strtonum(arg, 0, INT_MAX, &s_server_config.errstr);
crypto/libressl/apps/openssl/s_socket.c
315
i = strtonum(str, 1, 65535, &errstr);
crypto/libressl/apps/openssl/speed.c
2101
alg = strtonum(sstrsep(&p, sep),
crypto/libressl/apps/openssl/speed.c
2111
k = strtonum(sstrsep(&p, sep),
crypto/libressl/apps/openssl/speed.c
2131
k = strtonum(sstrsep(&p, sep),
crypto/libressl/apps/openssl/speed.c
2152
k = strtonum(sstrsep(&p, sep),
crypto/libressl/apps/openssl/speed.c
2173
k = strtonum(sstrsep(&p, sep),
crypto/libressl/apps/openssl/speed.c
2195
k = strtonum(sstrsep(&p, sep),
crypto/libressl/apps/openssl/speed.c
566
multi = strtonum(argv[0], 1, INT_MAX, &errstr);
crypto/libressl/apps/openssl/x509.c
217
x509_config.checkoffset = strtonum(arg, 0, INT_MAX, &errstr);
crypto/libressl/apps/openssl/x509.c
239
x509_config.days = strtonum(arg, 1, INT_MAX, &errstr);
crypto/libressl/crypto/x509/x509_addr.c
1606
prefix_len = strtonum(s + i2, 0, 8 * length, &errstr);
crypto/openssh/addr.c
472
masklen = (u_int)strtonum(mp, 0, INT_MAX, &errstr);
crypto/openssh/channels.c
5298
screen_number = (u_int)strtonum(cp + 1, 0, 400, NULL);
crypto/openssh/dh.c
103
n = strtonum(arg, 0, 1<<30, &errstr);
crypto/openssh/dh.c
110
(dhg->size = (int)strtonum(strsize, 0, 64*1024, &errstr)) == 0 ||
crypto/openssh/dh.c
85
n = strtonum(arg, 0, 5, &errstr);
crypto/openssh/dh.c
94
n = strtonum(arg, 0, 0x1f, &errstr);
crypto/openssh/misc.c
1887
val = (int)strtonum(cp, 0, 255, &errstr);
crypto/openssh/misc.c
237
rtable = (int)strtonum(name, 0, 255, &errstr);
crypto/openssh/misc.c
2447
*val = strtonum(nptr, 0, INT_MAX, &errstr);
crypto/openssh/misc.c
521
port = strtonum(s, 0, 65535, &errstr);
crypto/openssh/misc.c
553
tun = strtonum(s, 0, SSH_TUNID_MAX, &errstr);
crypto/openssh/misc.c
614
secs = (int)strtonum(p, 0, INT_MAX, &errstr);
crypto/openssh/scp.c
562
limit_kbps = strtonum(optarg, 1, 100 * 1024 * 1024,
crypto/openssh/scp.c
606
llv = strtonum(optarg + 10, 1, 256 * 1024,
crypto/openssh/servconf.c
886
num = strtonum(name, 0, 255, &errstr);
crypto/openssh/sftp.c
2546
limit_kbps = strtonum(optarg, 1, 100 * 1024 * 1024,
crypto/openssh/sftp.c
2582
llv = strtonum(optarg + 10, 1, 256 * 1024,
crypto/openssh/ssh-add.c
893
minleft = (u_int)strtonum(optarg, 1, UINT_MAX, NULL);
crypto/openssh/ssh-add.c
901
maxsign = (u_int)strtonum(optarg, 1, UINT_MAX, NULL);
crypto/openssh/ssh-agent.c
2310
pid = (int)strtonum(pidstr, 2, INT_MAX, &errstr);
crypto/openssh/ssh-keygen.c
2980
memory = (u_int32_t)strtonum(opts[i]+7, 1,
crypto/openssh/ssh-keygen.c
2991
moduli_bits = (int)strtonum(opts[i]+5, 1,
crypto/openssh/ssh-keygen.c
3041
generator_wanted = (u_int32_t)strtonum(
crypto/openssh/ssh-keygen.c
3048
prime_tests = (int)strtonum(opts[i]+12, 1,
crypto/openssh/ssh-keygen.c
3400
bits = (u_int32_t)strtonum(optarg, 1, UINT32_MAX,
crypto/openssh/ssh-keygen.c
3548
rounds = (int)strtonum(optarg, 1, INT_MAX, &errstr);
crypto/openssh/sshd-session.c
1000
utmp_len = (u_int)strtonum(optarg, 0, HOST_NAME_MAX+1+1, NULL);
crypto/openssh/sshd-session.c
852
rtable = (int)strtonum(name, 0, 255, &errstr);
crypto/openssh/sshd.c
1322
utmp_len = (u_int)strtonum(optarg, 0, HOST_NAME_MAX+1+1, NULL);
games/boggle/mkdict/mkdict.c
68
n = strtonum(argv[1], 1, INT_MAX, &errstr);
games/tetris/tetris.c
176
level = (int)strtonum(optarg, MINLEVEL, MAXLEVEL,
include/stdlib.h
322
strtonum(const char *, long long, long long, const char **);
lib/libc/gen/pw_scan.c
107
id = strtonum(p, 0, GID_MAX, &ep);
lib/libc/gen/pw_scan.c
83
id = strtonum(p, 0, UID_MAX, &ep);
lib/libssh/openbsd-compat/openbsd-compat.h
249
long long strtonum(const char *, long long, long long, const char **);
sbin/ifconfig/ifwg.c
134
wg_interface->i_port = (in_port_t)strtonum(port, 0, 65535, &errmsg);
sbin/ifconfig/ifwg.c
151
(uint32_t)strtonum(cookie, 0, UINT32_MAX, &errmsg);
sbin/ifconfig/ifwg.c
230
plen = (int)strtonum(p + 1, 0, 128, &errmsg);
sbin/ifconfig/ifwg.c
314
wg_peer->p_pka = (uint16_t)strtonum(pka, 0, 43200, &errmsg);
usr.bin/backlight/backlight.c
141
percent = strtonum(argv[0], 0, 100, &percent_error);
usr.bin/col/col.c
143
max_bufd_lines = strtonum(optarg, 1,
usr.bin/killall/killall.c
198
jailid = strtonum(*av, 1, INT_MAX, &errstr);
usr.bin/m4/eval.c
184
base = strtonum(argv[3], 2, 36, &errstr);
usr.bin/m4/eval.c
190
maxdigits = strtonum(argv[4], 0, INT_MAX, &errstr);
usr.bin/m4/eval.c
844
n = strtonum(argv[ind], 1, INT_MAX, &errstr);
usr.bin/patch/pch.c
1655
rv = strtonum(nptr, 0, LINENUM_MAX, &errstr);
usr.bin/sdiff/sdiff.c
293
wval = strtonum(optarg, WIDTH_MIN,
usr.bin/sdiff/sdiff.c
304
tabsize = strtonum(optarg, 1, INT_MAX, &errstr);
usr.bin/sdiff/sdiff.c
730
file1start = strtonum(line, 0, INT_MAX, &errstr);
usr.bin/sdiff/sdiff.c
742
file1end = strtonum(q, 0, INT_MAX, &errstr);
usr.bin/sdiff/sdiff.c
761
file2start = strtonum(q, 0, INT_MAX, &errstr);
usr.bin/sdiff/sdiff.c
774
file2end = strtonum(p, 0, INT_MAX, &errstr);
usr.bin/timeout/timeout.c
127
sig = strtonum(str, 1, sys_nsig - 1, &errstr);
usr.bin/xargs/xargs.c
174
Lflag = strtonum(optarg, 0, INT_MAX, &errstr);
usr.bin/xargs/xargs.c
180
nargs = strtonum(optarg, 1, INT_MAX, &errstr);
usr.bin/xargs/xargs.c
188
maxprocs = strtonum(optarg, 0, INT_MAX, &errstr);
usr.bin/xargs/xargs.c
215
nline = strtonum(optarg, 0, INT_MAX, &errstr);
usr.sbin/ftp-proxy/ftp-proxy.c
663
loglevel = strtonum(optarg, LOG_EMERG, LOG_DEBUG,
usr.sbin/ftp-proxy/ftp-proxy.c
672
max_sessions = strtonum(optarg, 1, 500, &errstr);
usr.sbin/ftp-proxy/ftp-proxy.c
699
timeout = strtonum(optarg, 0, 86400, &errstr);
usr.sbin/newsyslog/newsyslog.c
2768
sig = strtonum(str, 1, sys_nsig - 1, &errstr);
usr.sbin/pfctl/parse.y
2604
i = strtonum($2 + 5, 0, 255, &errstr);
usr.sbin/pfctl/parse.y
5646
yylval.v.number = strtonum(buf, LLONG_MIN,
usr.sbin/pfctl/pfctl.c
394
prefix = strtonum(p, 0, 128, &errstr);
usr.sbin/pfctl/pfctl_table.c
265
lifetime = strtonum(*argv, 0, UINT_MAX, &errstr);
usr.sbin/pflogd/pflogd.c
615
delay = strtonum(optarg, 5, 60*60, &errstr);
usr.sbin/pflogd/pflogd.c
629
snaplen = strtonum(optarg, 0, PFLOGD_MAXSNAPLEN,
usr.sbin/sensorsd/sensorsd.c
116
check_period = strtonum(optarg, 1, 600, &errstr);
usr.sbin/watchdogd/watchdogd.c
71
interval = (u_int)strtonum(optarg, 1LL, 86400LL,
usr.sbin/watchdogd/watchdogd.c
80
period = (u_int)strtonum(optarg, 2LL, 86400LL, &errstr);
usr.sbin/ypserv/yp_main.c
258
yp_port = (in_port_t)strtonum(optarg, 1, 65535,