Searched refs:ebits (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/vim-53/src/
H A Dos_beos.c83 struct fd_set *ebits,
80 beos_select(int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout) argument
/macosx-10.9.5/remote_cmds-41.90.1/rlogind.tproj/
H A Drlogind.c461 fd_set ibits, obits, ebits, *omask; local
463 FD_ZERO(&ebits);
479 FD_SET(p, &ebits);
480 if ((n = select(nfd, &ibits, omask, &ebits, 0)) < 0) {
491 if (FD_ISSET(p, &ebits)) {

Completed in 146 milliseconds