SEL_IN            165 maint/gnulib/tests/test-select.h   if (ev & SEL_IN)
SEL_IN            177 maint/gnulib/tests/test-select.h     rev |= SEL_IN;
SEL_IN            212 maint/gnulib/tests/test-select.h   if (do_select_nowait (0, SEL_IN, my_select) != 0)
SEL_IN            217 maint/gnulib/tests/test-select.h   if (do_select_wait (0, SEL_IN, my_select) == 0)
SEL_IN            221 maint/gnulib/tests/test-select.h   if (do_select_nowait (0, SEL_IN, my_select) != 0)
SEL_IN            262 maint/gnulib/tests/test-select.h   if (ev & SEL_IN)
SEL_IN            306 maint/gnulib/tests/test-select.h   if (do_select_bad_fd_nowait (fd, SEL_IN, my_select) == 0 || errno != EBADF)
SEL_IN            327 maint/gnulib/tests/test-select.h   if (do_select_nowait (s, SEL_IN | SEL_EXC, my_select) != 0)
SEL_IN            332 maint/gnulib/tests/test-select.h   if (do_select_wait (s, SEL_IN | SEL_EXC, my_select) != SEL_IN)
SEL_IN            334 maint/gnulib/tests/test-select.h   if (do_select_nowait (s, SEL_IN | SEL_EXC, my_select) != SEL_IN)
SEL_IN            380 maint/gnulib/tests/test-select.h       if (do_select_wait (c, SEL_IN, my_select) != SEL_IN)
SEL_IN            396 maint/gnulib/tests/test-select.h   if (do_select_wait (wd, SEL_IN | SEL_OUT | SEL_EXC, my_select) != SEL_OUT)
SEL_IN            398 maint/gnulib/tests/test-select.h   if (do_select_nowait (wd, SEL_IN | SEL_OUT | SEL_EXC, my_select) != SEL_OUT)
SEL_IN            402 maint/gnulib/tests/test-select.h   if (do_select_wait (rd, SEL_IN, my_select) != SEL_IN)
SEL_IN            404 maint/gnulib/tests/test-select.h   if (do_select_nowait (rd, SEL_IN, my_select) != SEL_IN)