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

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

Completed in 47 milliseconds