Searched refs:getdtablesize (Results 1 - 25 of 42) sorted by path

12

/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1485 extern int getdtablesize(void);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h437 extern int getdtablesize(void);
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h87 int getdtablesize(void);
/freebsd-11-stable/contrib/ntp/include/
H A Dlibntp.h6 #define GETDTABLESIZE getdtablesize
/freebsd-11-stable/contrib/opie/
H A Dconfigure4606 MISSING="${MISSING}sysconf.o "; for ac_func in getdtablesize
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h88 int getdtablesize(void);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c119 fds = 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@
H A Dclosefrom.c48 int num = getdtablesize();
H A Dgetdtablesize.c65 getdtablesize(void) function
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-closefrom.c92 * Fall back on sysconf() or getdtablesize(). We avoid checking
99 maxfd = getdtablesize();
/freebsd-11-stable/lib/libc/rpc/
H A Drpc_dtablesize.c45 * Cache the result of getdtablesize(), so we don't have to do an
61 size = getdtablesize();
/freebsd-11-stable/lib/libc/stdio/
H A Dfindfp.c179 n = getdtablesize() - FOPEN_MAX + 20; /* 20 for slop. */
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.inc171 getdtablesize.2 \
/freebsd-11-stable/lib/libopenbsd/
H A Dimsg.c78 >= getdtablesize()) {
/freebsd-11-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c305 for (fd = 3; fd < getdtablesize(); ++fd)
/freebsd-11-stable/libexec/ftpd/
H A Dpopen.c82 if ((fds = getdtablesize()) <= 0)
/freebsd-11-stable/libexec/rbootd/
H A Drbootd.c85 int i, nfds = getdtablesize();
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c264 for (cnt = getdtablesize(); cnt > 2; cnt--)
/freebsd-11-stable/sys/compat/freebsd32/
H A Dcapabilities.conf116 getdtablesize
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf250 getdtablesize
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk74 getdtablesize.o \
/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/ppp/
H A Dbundle.c1807 for (fd = getdtablesize(); fd >= 0; fd--)
H A Dchap.c316 for (fd = getdtablesize(); fd > STDERR_FILENO; fd--)

Completed in 389 milliseconds

12