Searched refs:numfromstr (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c78 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) function
159 if (numfromstr(pp + 1, 1, 65535, &port) < 0)
/freebsd-12-stable/sbin/hastd/
H A Dproto_tcp.c75 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) function
156 if (numfromstr(pp + 1, 1, 65535, &port) == -1)

Completed in 104 milliseconds