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

12

/freebsd-11-stable/contrib/ntp/include/
H A Dlibntp.h6 #define GETDTABLESIZE 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/crypto/heimdal/lib/roken/
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/usr.sbin/cron/cron/
H A Dexterns.h138 extern int getdtablesize(void);
H A Dpopen.c84 if ((fds = getdtablesize()) <= 0)
/freebsd-11-stable/usr.sbin/cron/lib/
H A Dcompat.c120 getdtablesize() { function
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf250 getdtablesize
/freebsd-11-stable/sys/compat/freebsd32/
H A Dcapabilities.conf116 getdtablesize
/freebsd-11-stable/usr.sbin/ppp/
H A Ddefs.c389 return (fd_set *)malloc(howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask));
395 memset(s, '\0', howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask));
H A Dexec.c337 for (i = getdtablesize(); i > STDERR_FILENO; i--)
/freebsd-11-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c49 #include <sysent.h> /* getdtablesize, open */
108 size = getdtablesize();
240 size = getdtablesize();
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c119 fds = getdtablesize();
/freebsd-11-stable/lib/libc/stdio/
H A Dfindfp.c179 n = getdtablesize() - FOPEN_MAX + 20; /* 20 for slop. */
/freebsd-11-stable/libexec/ftpd/
H A Dpopen.c82 if ((fds = getdtablesize()) <= 0)
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h87 int getdtablesize(void);
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h88 int getdtablesize(void);
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c44 #include <sysent.h> /* getdtablesize, open */
106 size = getdtablesize();
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk74 getdtablesize.o \
/freebsd-11-stable/lib/libopenbsd/
H A Dimsg.c78 >= getdtablesize()) {
/freebsd-11-stable/libexec/rbootd/
H A Drbootd.c85 int i, nfds = getdtablesize();
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c134 size = getdtablesize();
/freebsd-11-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c305 for (fd = 3; fd < getdtablesize(); ++fd)
/freebsd-11-stable/include/
H A Dunistd.h472 int getdtablesize(void);

Completed in 186 milliseconds

12