Home
last modified time | relevance | path

Searched defs:minnum (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sbin/hastd/
H A Dproto_tcp.c72 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) in numfromstr()
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1395 inline APFloat minnum(const APFloat &A, const APFloat &B) { minnum() function