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

/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) function
161 if (numfromstr(pp + 1, 1, 65535, &port) < 0)
/freebsd-9.3-release/sbin/hastd/
H A Dproto_tcp.c73 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) function
154 if (numfromstr(pp + 1, 1, 65535, &port) == -1)

Completed in 93 milliseconds