POLLRDBAND 230 maint/gnulib/lib/poll.c return ret == WAIT_OBJECT_0 ? *p_sought & ~(POLLPRI | POLLRDBAND) : 0; POLLRDBAND 263 maint/gnulib/lib/poll.c return *p_sought & ~(POLLPRI | POLLRDBAND); POLLRDBAND 305 maint/gnulib/lib/poll.c happened |= (POLLPRI | POLLRDBAND) & sought; POLLRDBAND 361 maint/gnulib/lib/poll.c happened |= (POLLPRI | POLLRDBAND) & sought; POLLRDBAND 442 maint/gnulib/lib/poll.c if (pfd[i].events & (POLLPRI | POLLRDBAND)) POLLRDBAND 499 maint/gnulib/lib/poll.c | POLLPRI | POLLRDBAND))) POLLRDBAND 519 maint/gnulib/lib/poll.c if (sought & (POLLPRI | POLLRDBAND)) POLLRDBAND 28 maint/gnulib/tests/test-poll-h.c | POLLRDNORM | POLLRDBAND | POLLWRNORM | POLLWRBAND; POLLRDBAND 221 maint/gnulib/tests/test-poll.c if (poll1_nowait (s, POLLIN | POLLRDNORM | POLLRDBAND) != 0) POLLRDBAND 226 maint/gnulib/tests/test-poll.c if (poll1_wait (s, POLLIN | POLLRDNORM | POLLRDBAND) != (POLLIN | POLLRDNORM)) POLLRDBAND 228 maint/gnulib/tests/test-poll.c if (poll1_nowait (s, POLLIN | POLLRDBAND) != POLLIN) POLLRDBAND 230 maint/gnulib/tests/test-poll.c if (poll1_nowait (s, POLLRDNORM | POLLRDBAND) != POLLRDNORM) POLLRDBAND 274 maint/gnulib/tests/test-poll.c if (poll1_nowait (c, POLLOUT | POLLWRNORM | POLLRDBAND) POLLRDBAND 302 maint/gnulib/tests/test-poll.c if (poll1_wait (wd, POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND) POLLRDBAND 305 maint/gnulib/tests/test-poll.c if (poll1_nowait (wd, POLLIN | POLLRDNORM | POLLOUT | POLLRDBAND) != POLLOUT) POLLRDBAND 307 maint/gnulib/tests/test-poll.c if (poll1_nowait (wd, POLLIN | POLLRDNORM | POLLWRNORM | POLLRDBAND)