oldflags          137 maint/gnulib/tests/test-poll.c       int oldflags = fcntl (s, F_GETFL, NULL);
oldflags          139 maint/gnulib/tests/test-poll.c       if (!(oldflags & O_NONBLOCK))
oldflags          140 maint/gnulib/tests/test-poll.c         fcntl (s, F_SETFL, oldflags | O_NONBLOCK);
oldflags          126 maint/gnulib/tests/test-select.h       int oldflags = fcntl (s, F_GETFL, NULL);
oldflags          128 maint/gnulib/tests/test-select.h       if (!(oldflags & O_NONBLOCK))
oldflags          129 maint/gnulib/tests/test-select.h         fcntl (s, F_SETFL, oldflags | O_NONBLOCK);