Searched refs:getdtablesize (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c772 * getdtablesize() might return ``infinity'', and then this
775 stop = getdtablesize();
/freebsd-11-stable/usr.sbin/ypserv/
H A Dyp_main.c60 #include <sysent.h> /* getdtablesize, open */
235 size = getdtablesize();
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.inc171 getdtablesize.2 \
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1485 extern int getdtablesize(void);
/freebsd-11-stable/usr.sbin/ypldap/
H A Dyp.c88 for (i = 0; i < getdtablesize(); i++) {
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c264 for (cnt = getdtablesize(); cnt > 2; cnt--)
/freebsd-11-stable/usr.sbin/ppp/
H A Dchat.c750 for (i = getdtablesize(); i > 3; i--)
H A Dchap.c316 for (fd = getdtablesize(); fd > STDERR_FILENO; fd--)
H A Dbundle.c1807 for (fd = getdtablesize(); fd >= 0; fd--)
H A Dcommand.c671 for (i = getdtablesize(); i > STDERR_FILENO; i--)
/freebsd-11-stable/contrib/ntp/parseutil/
H A Ddcfd.c1187 max_fd = getdtablesize();
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h437 extern int getdtablesize(void);
/freebsd-11-stable/contrib/opie/
H A Dconfigure4606 MISSING="${MISSING}sysconf.o "; for ac_func in getdtablesize
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A DMakefile.in51 getcap.c getcwd.c getdtablesize.c getegid.c geteuid.c getgid.c \
806 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getdtablesize.Plo@am__quote@
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c2883 return getdtablesize();
/freebsd-11-stable/contrib/ntp/
H A Dconfigure24566 for ac_func in MD5Init sysconf getdtablesize sigaction sigset sigvec
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure15240 for ac_func in MD5Init sysconf getdtablesize sigaction sigset sigvec

Completed in 335 milliseconds

12