do_select_nowait  212 maint/gnulib/tests/test-select.h   if (do_select_nowait (0, SEL_IN, my_select) != 0)
do_select_nowait  214 maint/gnulib/tests/test-select.h   if (do_select_nowait (0, SEL_OUT, my_select) == 0)
do_select_nowait  221 maint/gnulib/tests/test-select.h   if (do_select_nowait (0, SEL_IN, my_select) != 0)
do_select_nowait  327 maint/gnulib/tests/test-select.h   if (do_select_nowait (s, SEL_IN | SEL_EXC, my_select) != 0)
do_select_nowait  334 maint/gnulib/tests/test-select.h   if (do_select_nowait (s, SEL_IN | SEL_EXC, my_select) != SEL_IN)
do_select_nowait  376 maint/gnulib/tests/test-select.h       if (do_select_nowait (c, SEL_OUT, my_select) != SEL_OUT)
do_select_nowait  398 maint/gnulib/tests/test-select.h   if (do_select_nowait (wd, SEL_IN | SEL_OUT | SEL_EXC, my_select) != SEL_OUT)
do_select_nowait  404 maint/gnulib/tests/test-select.h   if (do_select_nowait (rd, SEL_IN, my_select) != SEL_IN)