Symbol: strtonum
dist/pf/sbin/pfctl/parse.y
2289
i = strtonum($2 + 5, 0, 255, &errstr);
dist/pf/sbin/pfctl/pfctl.c
398
prefix = strtonum(p, 0, 128, &errstr);
dist/pf/sbin/pfctl/pfctl_table.c
265
lifetime = strtonum(*argv, 0, UINT_MAX, &errstr);
dist/pf/sbin/pflogd/pflogd.c
641
delay = strtonum(optarg, 5, 60*60, &errstr);
dist/pf/sbin/pflogd/pflogd.c
655
snaplen = strtonum(optarg, 0, PFLOGD_MAXSNAPLEN,
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
660
loglevel = strtonum(optarg, LOG_EMERG, LOG_DEBUG,
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
675
max_sessions = strtonum(optarg, 1, 500, &errstr);
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
708
timeout = strtonum(optarg, 0, 86400, &errstr);
include/stdlib.h
126
long long strtonum(const char *, long long, long long, const char **);
sbin/bioctl/bioctl.c
216
location->lun = strtonum(lun, 0, 256, &errstr);
sbin/bioctl/bioctl.c
222
location->target = strtonum(targ, 0, 256, &errstr);
sbin/bioctl/bioctl.c
225
location->channel = strtonum(parse, 0, 256, &errstr);
tools/compat/compat_defs.h
638
long long strtonum(const char *, long long, long long, const char **);
usr.bin/sdiff/sdiff.c
235
wflag = strtonum(optarg, WIDTH_MIN,
usr.bin/sdiff/sdiff.c
586
file1start = strtonum(line, 0, INT_MAX, &errstr);
usr.bin/sdiff/sdiff.c
599
file1end = strtonum(q, 0, INT_MAX, &errstr);
usr.bin/sdiff/sdiff.c
619
file2start = strtonum(q, 0, INT_MAX, &errstr);
usr.bin/sdiff/sdiff.c
632
file2end = strtonum(p, 0, INT_MAX, &errstr);
usr.sbin/gpioctl/gpioctl.c
140
ga_offset = strtonum(offset, 0, INT_MAX, &errstr);
usr.sbin/gpioctl/gpioctl.c
171
pin = strtonum(argv[1], 0, INT_MAX, &errstr);
usr.sbin/gpioctl/gpioctl.c
192
value = strtonum(argv[2], INT_MIN, INT_MAX,