/src/usr.bin/rsh/ |
rsh.c | 80 static int checkfd(struct pollfd *, int); 303 checkfd(struct pollfd *fdp, int outfd) function in typeref:typename:int 416 if ((fds[1].events != 0 && checkfd(&fds[1], 2) == -1) 418 || (fds[0].events != 0 && checkfd(&fds[0], remerr) == -1) 431 if (fds[2].events != 0 && checkfd(&fds[2], 1) == -1) {
|
rsh.c | 80 static int checkfd(struct pollfd *, int); 303 checkfd(struct pollfd *fdp, int outfd) function in typeref:typename:int 416 if ((fds[1].events != 0 && checkfd(&fds[1], 2) == -1) 418 || (fds[0].events != 0 && checkfd(&fds[0], remerr) == -1) 431 if (fds[2].events != 0 && checkfd(&fds[2], 1) == -1) {
|
/src/lib/libcurses/ |
curses_private.h | 280 int checkfd; member in struct:__screen
|
curses_private.h | 280 int checkfd; member in struct:__screen
|