Symbol: getdtablesize
crypto/heimdal/appl/ftp/ftpd/popen.c
119
fds = getdtablesize();
crypto/heimdal/lib/roken/closefrom.c
48
int num = getdtablesize();
crypto/krb5/src/lib/rpc/rpc_dtablesize.c
54
size = getdtablesize();
crypto/openssh/openbsd-compat/bsd-closefrom.c
76
maxfd = getdtablesize();
include/unistd.h
477
int getdtablesize(void);
lib/libc/rpc/rpc_dtablesize.c
56
size = getdtablesize();
lib/libc/stdio/findfp.c
175
n = getdtablesize() - FOPEN_MAX + 20; /* 20 for slop. */
lib/libopenbsd/imsg.c
76
>= getdtablesize()) {
lib/libpam/modules/pam_ssh/pam_ssh.c
303
for (fd = 3; fd < getdtablesize(); ++fd)
libexec/rbootd/rbootd.c
71
int i, nfds = getdtablesize();
tools/build/cross-build/closefrom.c
91
maxfd = getdtablesize();
usr.sbin/lpr/common_source/common.c
767
stop = getdtablesize();
usr.sbin/ppp/bundle.c
1802
for (fd = getdtablesize(); fd >= 0; fd--)
usr.sbin/ppp/chap.c
314
for (fd = getdtablesize(); fd > STDERR_FILENO; fd--)
usr.sbin/ppp/chat.c
748
for (i = getdtablesize(); i > 3; i--)
usr.sbin/ppp/command.c
669
for (i = getdtablesize(); i > STDERR_FILENO; i--)
usr.sbin/ppp/defs.c
387
return (fd_set *)malloc(howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask));
usr.sbin/ppp/defs.c
393
memset(s, '\0', howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask));
usr.sbin/ppp/exec.c
335
for (i = getdtablesize(); i > STDERR_FILENO; i--)
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
133
size = getdtablesize();
usr.sbin/rpc.ypupdated/ypupdated_main.c
106
size = getdtablesize();
usr.sbin/rpc.ypxfrd/ypxfrd_main.c
108
size = getdtablesize();
usr.sbin/rpc.ypxfrd/ypxfrd_main.c
239
size = getdtablesize();
usr.sbin/ypldap/yp.c
87
for (i = 0; i < getdtablesize(); i++) {
usr.sbin/ypserv/yp_main.c
234
size = getdtablesize();