Searched refs:FD_SETSIZE (Results 1 - 7 of 7) sorted by relevance

/sendmail/include/sm/
H A Dfdset.h22 # define SM_FD_SETSIZE FD_SETSIZE
23 # define SM_FD_OK_SELECT(fd) (FD_SETSIZE <= 0 || (fd) < FD_SETSIZE)
H A Dconf.h2919 #ifndef FD_SETSIZE
2920 # define FD_SETSIZE 256 macro
2921 #endif /* ! FD_SETSIZE */
/sendmail/libsm/
H A Drefill.c68 if (FD_SETSIZE > 0 && (fd) >= FD_SETSIZE) \
H A Dlocal.h247 if (FD_SETSIZE > 0 && (fd) >= FD_SETSIZE) \
/sendmail/sendmail/
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)))
H A Dconf.c3760 lim.rlim_cur = lim.rlim_max = FD_SETSIZE;
3766 (void) ulimit(4, FD_SETSIZE);
/sendmail/libmilter/
H A Dlistener.c91 smi_log(SMI_LOG_ERR, "%s: fd %d is larger than FD_SETSIZE %d",
92 smfi->xxfi_name, listenfd, FD_SETSIZE);

Completed in 634 milliseconds