Home
last modified time | relevance | path

Searched defs:minnum (Results 1 – 3 of 3) 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/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1455 inline APFloat minnum(const APFloat &A, const APFloat &B) { in minnum() function