Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dlocal.h107 #ifndef FDSET_CAST
108 # 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,
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h160 # define FDSET_CAST (int *) /* cast for fd_set parameters to select */ macro
2068 # define FDSET_CAST (int *) /* cast for fd_set parameters to select */ macro
2605 # ifndef FDSET_CAST
2606 # define FDSET_CAST /* (empty) cast for fd_set arg to select */ macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c344 t = select(highest + 1, FDSET_CAST &readfds,
H A Dsrvrsmtp.c1073 if (select(fd + 1, FDSET_CAST &readfds,