Symbol: getnum
bin/rcp/rcp.c
559
getnum(mtime.tv_sec);
bin/rcp/rcp.c
562
getnum(mtime.tv_usec);
bin/rcp/rcp.c
565
getnum(atime.tv_sec);
bin/rcp/rcp.c
568
getnum(atime.tv_usec);
games/hunt/huntd/driver.c
222
if (getnum(optarg, &optargnum) < 0) {
games/monop/execute.c
467
return getnum("format version", txt+21,
games/monop/execute.c
532
if (getnum("numplayers", txt, 2, MAX_PL, &num_play) < 0) {
games/monop/execute.c
544
if (getnum("currentplayer", txt, 0, num_play-1, &player) < 0) {
games/monop/execute.c
553
if (getnum("doubles", txt, 0, 2, &num_doub) < 0) {
games/monop/execute.c
607
if (getnum(attribute, txt, 0, INT_MAX, &pp->money) < 0) {
games/monop/execute.c
612
if (getnum(attribute, txt, 0, N_SQRS, &tmp) < 0) {
games/monop/execute.c
617
if (getnum(attribute, txt, 0, 2, &tmp) < 0) {
games/monop/execute.c
622
if (getnum(attribute, txt, 0, 3, &tmp) < 0) {
games/monop/execute.c
647
if (getnum(attribute, txt, dp->num_cards, dp->num_cards,
games/monop/execute.c
652
if (getnum(attribute, txt, 0, dp->num_cards,
games/monop/execute.c
657
if (getnum(attribute, txt, 0, 1, &tmp) < 0) {
games/monop/execute.c
690
if (getnum(attribute, txt, -1, num_play-1, &tmp) < 0) {
games/monop/execute.c
701
if (getnum(attribute, txt, 0, 1, &tmp) < 0) {
games/monop/execute.c
710
if (getnum(attribute, txt, 0, 5, &tmp) < 0) {
games/monop/execute.c
73
static int getnum(const char *what, char *txt, int min, int max, int *ret);
games/monop/execute.c
760
return getnum(what, txt, min, max, ret);
lib/libc/gen/disklabel.c
141
getnum(dp->d_ntracks, "nt");
lib/libc/gen/disklabel.c
142
getnum(dp->d_nsectors, "ns");
lib/libc/gen/disklabel.c
143
getnum(dp->d_ncylinders, "nc");
lib/libc/gen/disklabel.c
175
getnum(pp->p_offset, poffset);
lib/libc/time/localtime.c
1552
strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1);
lib/libc/time/localtime.c
1558
strp = getnum(strp, &num, 0, MINSPERHOUR - 1);
lib/libc/time/localtime.c
1565
strp = getnum(strp, &num, 0, SECSPERMIN);
lib/libc/time/localtime.c
1616
strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
lib/libc/time/localtime.c
1623
strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
lib/libc/time/localtime.c
1628
strp = getnum(strp, &rulep->r_week, 1, 5);
lib/libc/time/localtime.c
1633
strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1);
lib/libc/time/localtime.c
1639
strp = getnum(strp, &rulep->r_day, 0, DAYSPERLYEAR - 1);
lib/libcrypt/crypt-argon2.c
291
if ((getnum(a, &tmp))<0) { /* on error, default to current */
lib/libcrypt/crypt-argon2.c
315
if ((getnum(p, &tmp)) < 0) {
lib/libcrypt/crypt-argon2.c
323
if ((getnum(p, &tmp)) < 0) {
lib/libcrypt/crypt-argon2.c
331
if ((getnum(p, &tmp)) < 0) {
lib/libcrypt/crypt.h
27
crypt_private int getnum(const char *, size_t *);
lib/libcrypt/pw_gensalt.c
108
if (getnum(option, &nrounds) == -1)
lib/libcrypt/pw_gensalt.c
147
if (getnum(option, &nrounds) == -1)
lib/libcrypt/pw_gensalt.c
189
if ((getnum(a, &tmp)) == -1) {
lib/libcrypt/pw_gensalt.c
197
if ((getnum(a, &tmp)) == -1) {
lib/libcrypt/pw_gensalt.c
205
if ((getnum(a, &tmp)) == -1) {
libexec/getty/extern.h
43
long getnum(char *);
sbin/disklabel/interact.c
532
if ((im = getnum(lp, line, 0)) == -1 || im < 0) {
sbin/disklabel/interact.c
552
if ((im = getnum(lp, line, lp->d_secperunit - p->p_offset))
sbin/disklabel/interact.c
75
static intmax_t getnum(struct disklabel *, char *, intmax_t);
sbin/fdisk/fdisk.c
347
if (getnum(arg, &num) == -1)
sbin/fdisk/fdisk.c
358
if (getnum(arg, &num) == -1)
sbin/fdisk/fdisk.c
369
if (getnum(arg, &num) == -1)
sbin/mount_nfs/mount_nfs.c
244
nfsargsp->readahead = getnum(optarg, c);
sbin/mount_nfs/mount_nfs.c
257
nfsargsp->deadthresh = getnum(optarg, c);
sbin/mount_nfs/mount_nfs.c
264
num = getnum(optarg, c);
sbin/mount_nfs/mount_nfs.c
270
nfsargsp->readdirsize = getnum(optarg, c);
sbin/mount_nfs/mount_nfs.c
388
retrycnt = getnum(optarg, c);
sbin/mount_nfs/mount_nfs.c
391
nfsargsp->rsize = getnum(optarg, c);
sbin/mount_nfs/mount_nfs.c
401
nfsargsp->timeo = getnum(optarg, c);
sbin/mount_nfs/mount_nfs.c
405
nfsargsp->wsize = getnum(optarg, c);
sbin/mount_nfs/mount_nfs.c
409
nfsargsp->retrans = getnum(optarg, c);
usr.bin/cal/cal.c
204
static int getnum(const char *);
usr.bin/cal/cal.c
233
after = getnum(optarg);
usr.bin/cal/cal.c
238
before = getnum(optarg);
usr.bin/cal/cal.c
243
after = before = getnum(optarg);
usr.bin/cal/cal.c
248
dow = getnum(optarg);
usr.bin/fmt/fmt.c
123
(void)getnum(optarg, "goal", &goal_length, 1);
usr.bin/fmt/fmt.c
128
(void)getnum(optarg, "max", &max_length, 1);
usr.bin/fmt/fmt.c
144
if (compat && argc > 0 && getnum(*argv, "goal", &goal_length, 0)) {
usr.bin/fmt/fmt.c
147
if (argc > 0 && getnum(*argv, "max", &max_length, 0)) {
usr.bin/fmt/fmt.c
81
static int getnum(const char *, const char *, size_t *, int);
usr.bin/renice/renice.c
106
if (getnum("pid", *argv, &twho)) {
usr.bin/renice/renice.c
54
static int getnum(const char *, const char *, int *);
usr.bin/renice/renice.c
79
if (getnum("priority", *argv, &prio))
usr.bin/rs/rs.c
101
static char *getnum(int *, char *, int);
usr.bin/rs/rs.c
431
p = getnum(&owidth, p, 0);
usr.bin/rs/rs.c
439
p = getnum(&skip, p, 0);
usr.bin/rs/rs.c
447
p = getnum(&gutter, p, 0);
usr.bin/rs/rs.c
450
p = getnum(&propgutter, p, 0);
usr.sbin/chroot/chroot.c
105
if (getnum(user, &num) == -1)
usr.sbin/chroot/chroot.c
62
getnum(const char *str, uintmax_t *num)
usr.sbin/chroot/chroot.c
90
if (getnum(group, &num) == -1)