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

/freebsd-9.3-release/contrib/nvi/common/
H A Dexf.c1036 int flags, maxnum, nr, num, nw, rfd, wfd, version; local
1125 for (maxnum = 0; (dp = readdir(dirp)) != NULL;)
1126 if (sscanf(dp->d_name, p, &num) == 1 && num > maxnum)
1127 maxnum = num;
1131 (void)snprintf(pct, blen - (pct - bp), "%d", maxnum + 1);
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c80 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) argument
94 if (num > maxnum)
/freebsd-9.3-release/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-9.3-release/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 237 milliseconds