Symbol: getnum
games/battlestar/cypher.c
323
getnum(&position, "\nRoom (was %d) = ", position);
games/battlestar/cypher.c
324
getnum(&ourtime, "Time (was %d) = ", ourtime);
games/battlestar/cypher.c
325
getnum(&fuel, "Fuel (was %d) = ", fuel);
games/battlestar/cypher.c
326
getnum(&torps, "Torps (was %d) = ", torps);
games/battlestar/cypher.c
327
getnum(&CUMBER, "CUMBER (was %d) = ", CUMBER);
games/battlestar/cypher.c
328
getnum(&WEIGHT, "WEIGHT (was %d) = ", WEIGHT);
games/battlestar/cypher.c
329
getnum(&ourclock, "Clock (was %d) = ", ourclock);
games/battlestar/cypher.c
330
if (getnum(&junk, "Wizard (was %d) = ", tempwiz) != -1 && !junk)
lib/libc/gen/disklabel.c
113
getnum(pp->p_offset, poffset);
lib/libc/gen/disklabel.c
80
getnum(dp->d_ntracks, "nt");
lib/libc/gen/disklabel.c
81
getnum(dp->d_nsectors, "ns");
lib/libc/gen/disklabel.c
82
getnum(dp->d_ncylinders, "nc");
lib/libc/time/localtime.c
137
static const char * getnum(const char * strp, int * nump, int min,
lib/libc/time/localtime.c
692
strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1);
lib/libc/time/localtime.c
698
strp = getnum(strp, &num, 0, MINSPERHOUR - 1);
lib/libc/time/localtime.c
705
strp = getnum(strp, &num, 0, SECSPERMIN);
lib/libc/time/localtime.c
755
strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
lib/libc/time/localtime.c
762
strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
lib/libc/time/localtime.c
767
strp = getnum(strp, &rulep->r_week, 1, 5);
lib/libc/time/localtime.c
772
strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1);
lib/libc/time/localtime.c
778
strp = getnum(strp, &rulep->r_day, 0, DAYSPERLYEAR - 1);
sbin/disklabel/disklabel.c
103
u_int64_t getnum(char *, u_int64_t, u_int64_t, const char **);
sbin/disklabel/disklabel.c
745
getnum((nptr), (min), \
sbin/tunefs/tunefs.c
109
maxbpg = getnum(optarg,
sbin/tunefs/tunefs.c
115
avgfilesize = getnum(optarg,
sbin/tunefs/tunefs.c
120
avgfpdir = getnum(optarg,
sbin/tunefs/tunefs.c
126
minfree = getnum(optarg,
sbin/tunefs/tunefs.c
72
static int getnum(const char *, const char *, int, int);
usr.bin/less/funcs.h
214
int getnum(char **, char *, int *);
usr.bin/less/optfunc.c
134
int sline = getnum(&s, "j", &err);
usr.bin/less/optfunc.c
191
int hs = getnum(&s, "#", &err);
usr.bin/less/option.c
302
*(o->ovar) = getnum(&s, printopt, NULL);
usr.bin/less/option.c
428
num = getnum(&s, NULL, &err);
usr.bin/less/option.c
99
*(pendopt->ovar) = getnum(&s, printopt, NULL);
usr.bin/less/tags.c
262
taglinenum = getnum(&p, 0, &err);