F_SETFL           524 lib/common/io.c     if (fcntl(fd, F_SETFL, flag | O_NONBLOCK) < 0) {
F_SETFL           133 maint/gnulib/lib/accept4.c           || fcntl (fd, F_SETFL, fcntl_flags | O_NONBLOCK) == -1)
F_SETFL           397 maint/gnulib/lib/fcntl.c           #ifdef F_SETFL                         /* POSIX */
F_SETFL           398 maint/gnulib/lib/fcntl.c           case F_SETFL:
F_SETFL           611 maint/gnulib/lib/fcntl.c         case F_SETFL:
F_SETFL           160 maint/gnulib/lib/nonblocking.c   return fcntl (desc, F_SETFL, fcntl_flags);
F_SETFL           252 maint/gnulib/lib/pipe-filter-gi.c         || fcntl (filter->fd[1], F_SETFL, fcntl_flags | O_NONBLOCK) == -1
F_SETFL           254 maint/gnulib/lib/pipe-filter-gi.c         || fcntl (filter->fd[0], F_SETFL, fcntl_flags | O_NONBLOCK) == -1)
F_SETFL           414 maint/gnulib/lib/pipe-filter-ii.c           || fcntl (fd[1], F_SETFL, fcntl_flags | O_NONBLOCK) == -1
F_SETFL           416 maint/gnulib/lib/pipe-filter-ii.c           || fcntl (fd[0], F_SETFL, fcntl_flags | O_NONBLOCK) == -1)
F_SETFL           121 maint/gnulib/lib/pipe2.c           || fcntl (fd[1], F_SETFL, fcntl_flags | O_NONBLOCK) == -1
F_SETFL           123 maint/gnulib/lib/pipe2.c           || fcntl (fd[0], F_SETFL, fcntl_flags | O_NONBLOCK) == -1)
F_SETFL           173 maint/gnulib/tests/test-fcntl.c #ifdef F_SETFL
F_SETFL           174 maint/gnulib/tests/test-fcntl.c     case F_SETFL:
F_SETFL           175 maint/gnulib/tests/test-fcntl.c # if F_SETFL
F_SETFL           375 maint/gnulib/tests/test-fcntl.c #ifdef F_SETFL
F_SETFL           378 maint/gnulib/tests/test-fcntl.c   ASSERT (fcntl (-1, F_SETFL, 0) == -1);
F_SETFL           381 maint/gnulib/tests/test-fcntl.c   ASSERT (fcntl (fd + 1, F_SETFL, 0) == -1);
F_SETFL           384 maint/gnulib/tests/test-fcntl.c   ASSERT (fcntl (bad_fd, F_SETFL, 0) == -1);
F_SETFL           140 maint/gnulib/tests/test-poll.c         fcntl (s, F_SETFL, oldflags | O_NONBLOCK);
F_SETFL           129 maint/gnulib/tests/test-select.h         fcntl (s, F_SETFL, oldflags | O_NONBLOCK);