Symbol: getnum
share/examples/perfmon/perfmon.c
106
pmc.pmc_event = getnum(argv[optind], 0, 255);
share/examples/perfmon/perfmon.c
45
static int getnum(const char *, int, int);
share/examples/perfmon/perfmon.c
84
pmc.pmc_unit = getnum(optarg, 0, 256);
share/examples/perfmon/perfmon.c
87
pmc.pmc_mask = getnum(optarg, 0, 256);
share/examples/perfmon/perfmon.c
90
loops = getnum(optarg, 1, INT_MAX - 1);
share/examples/perfmon/perfmon.c
93
sleeptime = getnum(optarg, 0, INT_MAX - 1);
sys/netpfil/ipfw/test/main.c
344
w = getnum(strsep(&cur, ":"), &p, "weight");
sys/netpfil/ipfw/test/main.c
347
w_h = p ? getnum(p+1, &p, "weight_max") : w;
sys/netpfil/ipfw/test/main.c
348
w_steps = p ? getnum(p+1, &p, "w_steps") : (w_h == w ?1:2);
sys/netpfil/ipfw/test/main.c
349
len = getnum(strsep(&cur, ":"), &p, "len");
sys/netpfil/ipfw/test/main.c
352
len_h = p ? getnum(p+1, &p, "len_max") : len;
sys/netpfil/ipfw/test/main.c
353
l_steps = p ? getnum(p+1, &p, "l_steps") : (len_h == len ? 1 : 2);
sys/netpfil/ipfw/test/main.c
354
flows = getnum(strsep(&cur, ":"), NULL, "flows");
sys/netpfil/ipfw/test/main.c
453
c->loops = getnum(av[1], NULL, av[0]);
sys/netpfil/ipfw/test/main.c
479
c->lmin = getnum(av[1], NULL, av[0]);
sys/netpfil/ipfw/test/main.c
484
c->maxburst = getnum(av[1], NULL, av[0]);
sys/netpfil/ipfw/test/main.c
488
c->th_max = getnum(av[1], NULL, av[0]);
sys/netpfil/ipfw/test/main.c
491
c->th_min = getnum(av[1], NULL, av[0]);
sys/netpfil/ipfw/test/main.c
494
c->flows = getnum(av[1], NULL, av[0]);
tools/regression/fsx/fsx.c
1001
simulatedopcount = getnum(optarg, &endp);
tools/regression/fsx/fsx.c
1010
closeprob = getnum(optarg, &endp);
tools/regression/fsx/fsx.c
1022
invlprob = getnum(optarg, &endp);
tools/regression/fsx/fsx.c
1031
maxfilelen = getnum(optarg, &endp);
tools/regression/fsx/fsx.c
1036
monitorstart = getnum(optarg, &endp);
tools/regression/fsx/fsx.c
1041
monitorend = getnum(endp, &endp);
tools/regression/fsx/fsx.c
1051
maxoplen = getnum(optarg, &endp);
tools/regression/fsx/fsx.c
1056
progressinterval = getnum(optarg, &endp);
tools/regression/fsx/fsx.c
1064
readbdy = getnum(optarg, &endp);
tools/regression/fsx/fsx.c
1069
style = getnum(optarg, &endp);
tools/regression/fsx/fsx.c
1074
truncbdy = getnum(optarg, &endp);
tools/regression/fsx/fsx.c
1079
writebdy = getnum(optarg, &endp);
tools/regression/fsx/fsx.c
1084
debugstart = getnum(optarg, &endp);
tools/regression/fsx/fsx.c
1092
numops = getnum(optarg, &endp);
tools/regression/fsx/fsx.c
1111
seed = getnum(optarg, &endp);
usr.bin/printf/printf.c
402
if (getnum(&val, &uval, signedconv))
usr.bin/printf/printf.c
558
if (getnum(&val, &uval, 1))
usr.bin/printf/printf.c
77
static int getnum(intmax_t *, uintmax_t *, int);
usr.bin/renice/renice.c
108
if (getnum("pid", *argv, &who)) {
usr.bin/renice/renice.c
46
static int getnum(const char *, const char *, int *);
usr.bin/renice/renice.c
91
if (getnum("priority", *argv, &prio))
usr.bin/renice/renice.c
99
else if (getnum("uid", *argv, &who)) {
usr.bin/rs/rs.cc
371
val = getnum(optarg);
usr.bin/rs/rs.cc
380
skip = getnum(optarg);
usr.bin/rs/rs.cc
388
gutter = getnum(optarg);
usr.bin/rs/rs.cc
391
propgutter = getnum(optarg);
usr.bin/rs/rs.cc
82
static long getnum(const char *);
usr.sbin/fdcontrol/fdcontrol.c
92
} else if (getnum(optarg, &format)) {
usr.sbin/fdformat/fdformat.c
160
if (getnum(optarg, &fill)) {
usr.sbin/fdformat/fdformat.c
169
if (getnum(optarg, &format)) {
usr.sbin/fdread/fdutil.c
202
if (getnum(s1, &out->sectrac))
usr.sbin/fdread/fdutil.c
208
if (getnum(s1, &j))
usr.sbin/fdread/fdutil.c
220
if (getnum(s1, &j))
usr.sbin/fdread/fdutil.c
229
if (getnum(s1, &out->gap))
usr.sbin/fdread/fdutil.c
235
if (getnum(s1, &j))
usr.sbin/fdread/fdutil.c
244
if (getnum(s1, &j))
usr.sbin/fdread/fdutil.c
286
if (getnum(s1, &j))
usr.sbin/fdread/fdutil.c
296
if (getnum(s1, &out->f_gap))
usr.sbin/fdread/fdutil.c
302
if (getnum(s1, &out->f_inter))
usr.sbin/fdread/fdutil.c
308
if (getnum(s1, &out->offset_side2))
usr.sbin/fdread/fdutil.h
35
int getnum(const char *, int *);
usr.sbin/smbmsg/smbmsg.c
236
if ((cflag = getnum(optarg)) == -1)
usr.sbin/smbmsg/smbmsg.c
249
if ((iflag = getnum(optarg)) == -1)
usr.sbin/smbmsg/smbmsg.c
258
if ((oflag = getnum(optarg)) == -1)
usr.sbin/smbmsg/smbmsg.c
271
if ((slave = getnum(optarg)) == -1)
usr.sbin/smbmsg/smbmsg.c
304
if ((n = getnum(*argv)) == -1)
usr.sbin/smbmsg/smbmsg.c
314
if ((n = getnum(*argv)) == -1)
usr.sbin/smbmsg/smbmsg.c
75
static int getnum(const char *s);