getnum
if (getnum(&val, &uval, signedconv))
if (getnum(&val, &uval, 1))
static int getnum(intmax_t *, uintmax_t *, int);
static int getnum(char **scan1);
margin = getnum(&scan);
incr = getnum(&scan);
if (t = getnum(&scan))
if ((t = getnum(&scan)) > last)
cnt = getnum();
cnt = getnum();
offset = getnum();
(void)getnum(); /* value */
op->ovalue = getnum();
vsetsiz(isdigit(peekchar()) ? getnum() : value(vi_WINDOW));
if (getnum(strval, (int)menup->nchoices, &begin,
static int getnum(char *, int, int *, int *);
strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1);
strp = getnum(strp, &num, 0, MINSPERHOUR - 1);
strp = getnum(strp, &num, 0, SECSPERMIN);
strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
strp = getnum(strp, &rulep->r_week, 1, 5);
strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1);
strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
strp = getnum(strp, &rulep->r_day, 0, DAYSPERLYEAR - 1);
strp = getnum(strp, &rulep->r_day, 1, DAYSPERLYEAR);
static const char *getnum(const char *, int *, int, int);
(getnum(fp, 10, (long *)&ept->cinfo.cksum,
getnum(fp, 10, (long *)&ept->cinfo.modtime,
if (getnum(fp, 10, (long *)&ept->ainfo.major, BADMAJOR) ||
getnum(fp, 10, (long *)&ept->ainfo.minor, BADMINOR)) {
(getnum(fp, 10, (long *)&ept->cinfo.cksum, BADCONT) ||
getnum(fp, 10, (long *)&ept->cinfo.modtime, BADCONT))) {
static int getnum(FILE *fp, int base, long *d, long bad);
static long unsigned getnum(int, int, int);
number = getnum(BASE10, width, SIGNED);
number = getnum(BASE10, width, UNSIGNED);
number = getnum(BASE16, width, SIGNED);
number = getnum(BASE8, width, SIGNED);
number = getnum(NOBASE, width, SIGNED);
if ((header.magic = getnum(fd)) != __TERMINFO_MAGIC
|| (header.name_size = getnum(fd)) < 0
|| (header.bool_count = getnum(fd)) < 0
|| (header.num_count = getnum(fd)) < 0
|| (header.str_count = getnum(fd)) < 0
|| (header.str_size = getnum(fd)) < 0)
tp->_num[i] = getnum(fd);
if ((offset = getnum(fd)) == SHRT_MIN)
if ((header.magic = getnum(fd)) != __TERMINFO_MAGIC ||
(header.name_size = getnum(fd)) < 0 ||
(header.bool_count = getnum(fd)) < 0 ||
(header.num_count = getnum(fd)) < 0 ||
(header.str_count = getnum(fd)) < 0 ||
(header.str_size = getnum(fd)) < 0) {
tp->_num[i] = getnum(fd);
if ((offset = getnum(fd)) == SHRT_MIN)