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

/freebsd-10.0-release/crypto/openssh/
H A Dssh-keyscan.c109 fdlim_get(int hard) function
706 maxfd = fdlim_get(1);
708 fatal("%s: fdlim_get: bad value", __progname);
713 if (maxfd > fdlim_get(0))

Completed in 89 milliseconds