Searched refs:maxnum (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/nvi/common/
H A Dexf.c1029 int flags, maxnum, nr, num, nw, rfd, wfd, version; local
1132 for (maxnum = 0; (dp = readdir(dirp)) != NULL;)
1133 if (sscanf(dp->d_name, p, &num) == 1 && num > maxnum)
1134 maxnum = num;
1138 (void)snprintf(pct, blen - (pct - bp), "%d", maxnum + 1);
/freebsd-10-stable/sbin/hastd/
H A Dproto_tcp.c73 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) argument
87 if (num > maxnum)
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c78 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) argument
92 if (num > maxnum)
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-mips.c4573 offsetT maxnum;
4740 maxnum = 0x7fffffff;
4741 if (HAVE_64BIT_GPRS && sizeof (maxnum) > 4)
4743 maxnum <<= 16;
4744 maxnum |= 0xffff;
4745 maxnum <<= 16;
4746 maxnum |= 0xffff;
4749 && imm_expr.X_add_number >= maxnum
4750 && (HAVE_32BIT_GPRS || sizeof (maxnum) > 4))
4778 maxnum
4566 offsetT maxnum; local
7251 offsetT maxnum; local
[all...]

Completed in 112 milliseconds