Home
last modified time | relevance | path

Searched defs:maxnum (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/hastd/
H A Dproto_tcp.c72 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) in numfromstr()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c78 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) in numfromstr()
/freebsd/contrib/nvi/common/
H A Dexf.c1027 int flags, maxnum, nr, num, nw, rfd, wfd, version; local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1469 inline APFloat maxnum(const APFloat &A, const APFloat &B) { in maxnum() function