Searched refs:FD_SETSIZE (Results 26 - 50 of 79) sorted by relevance

1234

/freebsd-9.3-release/contrib/bind9/
H A Dconfig.h.in176 #undef FD_SETSIZE
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsfsasl.c621 if (FD_SETSIZE > 0 &&
622 ((err == SSL_ERROR_WANT_READ && rfd >= FD_SETSIZE) ||
623 (err == SSL_ERROR_WANT_WRITE && wfd >= FD_SETSIZE)))
/freebsd-9.3-release/libexec/rlogind/
H A Drlogind.c64 #define FD_SETSIZE 16 /* don't need many bits for select */ macro
357 if (nfd > FD_SETSIZE) {
358 syslog(LOG_ERR, "select mask too small, increase FD_SETSIZE");
/freebsd-9.3-release/usr.sbin/timed/timedc/
H A Dcmds.c320 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0,
478 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) {
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_main.c134 #ifdef FD_SETSIZE
138 #endif /* def FD_SETSIZE */
146 #ifdef FD_SETSIZE
150 #endif /* def FD_SETSIZE */
/freebsd-9.3-release/contrib/amd/amd/
H A Dinfo_exec.c304 for (i=0; i<FD_SETSIZE; i++)
/freebsd-9.3-release/crypto/heimdal/appl/rsh/
H A Drsh.c96 if (s >= FD_SETSIZE || (errsock != -1 && errsock >= FD_SETSIZE))
545 if (errsock >= FD_SETSIZE || s >= FD_SETSIZE)
H A Drshd.c484 if(from0 >= FD_SETSIZE || from1 >= FD_SETSIZE || from2 >= FD_SETSIZE)
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dkadm_conn.c176 if (socks[i] >= FD_SETSIZE)
/freebsd-9.3-release/include/rpc/
H A Dsvc.h327 #ifdef FD_SETSIZE
332 #endif /* def FD_SETSIZE */
/freebsd-9.3-release/lib/libc/isc/
H A Deventlib_p.h236 evFile *fdTable[FD_SETSIZE];
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_raw.c188 svc_getreq_common(FD_SETSIZE);
H A Dsvc_raw.c116 srp->server->xp_fd = FD_SETSIZE;
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_filio.c68 if (uap->nfds > maxfilesperproc && uap->nfds > FD_SETSIZE)
/freebsd-9.3-release/tools/regression/poll/
H A Dpipeselect.c72 if (fd >= FD_SETSIZE)
/freebsd-9.3-release/usr.sbin/nghook/
H A Dmain.c197 if (select(FD_SETSIZE, &rfds, NULL, NULL, NULL) < 0)
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c551 return (select (FD_SETSIZE, mask, NULL, NULL, &t));
1647 if (fileno(cin) >= FD_SETSIZE)
1677 if (fileno (cin) >= FD_SETSIZE)
1755 if (fileno (cin) >= FD_SETSIZE)
1759 if (fileno (din) >= FD_SETSIZE)
/freebsd-9.3-release/crypto/heimdal/kcm/
H A Dconnect.c423 if (s >= FD_SETSIZE) {
641 if (max_fd >= FD_SETSIZE)
/freebsd-9.3-release/usr.sbin/moused/
H A Dmoused.c1080 c = select(FD_SETSIZE, &fds, NULL, NULL,
1743 if (select(FD_SETSIZE, &fds, NULL, NULL, NULL) <= 0)
1794 if (select(FD_SETSIZE, &fds, NULL, NULL, NULL) <= 0)
1807 if (select(FD_SETSIZE, &fds, NULL, NULL, NULL) <= 0)
2846 if (select(FD_SETSIZE, &fds, NULL, NULL, &timeout) > 0) {
2867 if (select(FD_SETSIZE, &fds, NULL, NULL, &timeout) > 0) {
2906 if (select(FD_SETSIZE, &fds, NULL, NULL, &timeout) > 0) {
2962 if (select(FD_SETSIZE, &fds, NULL, NULL, &timeout) <= 0)
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dcontext.c492 if (ctx->sock >= (int)FD_SETSIZE) {
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Dos.h508 # define FD_SETSIZE 32 macro
/freebsd-9.3-release/usr.sbin/mld6query/
H A Dmld6.c165 if (s >= FD_SETSIZE)
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c62 if (fd >= FD_SETSIZE) {
/freebsd-9.3-release/sys/rpc/
H A Dsvc.h649 #ifdef FD_SETSIZE
654 #endif /* def FD_SETSIZE */
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1013 if (f >= FD_SETSIZE
1014 || p >= FD_SETSIZE)

Completed in 293 milliseconds

1234