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

/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dlocal.h108 #ifndef FDSET_CAST
109 # define FDSET_CAST /* empty cast for fd_set arg to select */ macro
H A Dstdio.c372 if (select(fp->f_file + 1, FDSET_CAST &readfds,
/freebsd-11.0-release/contrib/sendmail/include/sm/
H A Dconf.h155 # define FDSET_CAST (int *) /* cast for fd_set parameters to select */ macro
2085 # define FDSET_CAST (int *) /* cast for fd_set parameters to select */ macro
2622 # ifndef FDSET_CAST
2623 # define FDSET_CAST /* (empty) cast for fd_set arg to select */ macro
2624 # endif /* ! FDSET_CAST */
/freebsd-11.0-release/contrib/sendmail/src/
H A Ddaemon.c344 t = select(highest + 1, FDSET_CAST &readfds,
H A Dsrvrsmtp.c1312 if (select(fd + 1, FDSET_CAST &readfds,

Completed in 90 milliseconds