Searched refs:SM_FD_SETSIZE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dfdset.h24 # define SM_FD_SETSIZE FD_SETSIZE macro
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstdio.c365 if (SM_FD_SETSIZE > 0 && fp->f_file >= SM_FD_SETSIZE)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcontrol.c94 if (SM_FD_SETSIZE > 0 && ControlSocket >= SM_FD_SETSIZE)
H A Dmilter.c202 if (SM_FD_SETSIZE > 0 && m->mf_sock >= SM_FD_SETSIZE) \
207 SM_FD_SETSIZE); \
212 SM_FD_SETSIZE); \
H A Ddaemon.c1115 if (SM_FD_SETSIZE > 0 && d->d_socket >= SM_FD_SETSIZE)

Completed in 99 milliseconds