rd 299 maint/gnulib/tests/test-poll.c test_pair (int rd, int wd) rd 312 maint/gnulib/tests/test-poll.c if (poll1_wait (rd, POLLIN | POLLRDNORM) != (POLLIN | POLLRDNORM)) rd 314 maint/gnulib/tests/test-poll.c if (poll1_nowait (rd, POLLIN) != POLLIN) rd 316 maint/gnulib/tests/test-poll.c if (poll1_nowait (rd, POLLRDNORM) != POLLRDNORM) rd 319 maint/gnulib/tests/test-poll.c ASSERT (read (rd, buf, 3) == 3); rd 393 maint/gnulib/tests/test-select.h test_pair (int rd, int wd, select_fn my_select) rd 402 maint/gnulib/tests/test-select.h if (do_select_wait (rd, SEL_IN, my_select) != SEL_IN) rd 404 maint/gnulib/tests/test-select.h if (do_select_nowait (rd, SEL_IN, my_select) != SEL_IN) rd 407 maint/gnulib/tests/test-select.h ASSERT (read (rd, buf, 3) == 3);