F_GETFL           519 lib/common/io.c     int flag = fcntl(fd, F_GETFL);
F_GETFL           132 maint/gnulib/lib/accept4.c       if ((fcntl_flags = fcntl (fd, F_GETFL, 0)) < 0
F_GETFL           164 maint/gnulib/lib/dup2.c #ifdef F_GETFL
F_GETFL           176 maint/gnulib/lib/dup2.c     return fcntl (fd, F_GETFL) == -1 ? -1 : fd;
F_GETFL           141 maint/gnulib/lib/error.c #  ifndef F_GETFL
F_GETFL           144 maint/gnulib/lib/error.c   return 0 <= fcntl (fd, F_GETFL);
F_GETFL           288 maint/gnulib/lib/fcntl.c           #ifdef F_GETFL                         /* POSIX */
F_GETFL           289 maint/gnulib/lib/fcntl.c           case F_GETFL:
F_GETFL           571 maint/gnulib/lib/fcntl.c           while (fcntl (arg, F_GETFL) != -1 || errno != EBADF)
F_GETFL           607 maint/gnulib/lib/fcntl.c         case F_GETFL:
F_GETFL            58 maint/gnulib/lib/freadable.c       int flags = fcntl (fd, F_GETFL, NULL);
F_GETFL            58 maint/gnulib/lib/fwritable.c       int flags = fcntl (fd, F_GETFL, NULL);
F_GETFL           140 maint/gnulib/lib/nonblocking.c   fcntl_flags = fcntl (desc, F_GETFL, 0);
F_GETFL           151 maint/gnulib/lib/nonblocking.c   fcntl_flags = fcntl (desc, F_GETFL, 0);
F_GETFL           251 maint/gnulib/lib/pipe-filter-gi.c     if ((fcntl_flags = fcntl (filter->fd[1], F_GETFL, 0)) < 0
F_GETFL           253 maint/gnulib/lib/pipe-filter-gi.c         || (fcntl_flags = fcntl (filter->fd[0], F_GETFL, 0)) < 0
F_GETFL           413 maint/gnulib/lib/pipe-filter-ii.c       if ((fcntl_flags = fcntl (fd[1], F_GETFL, 0)) < 0
F_GETFL           415 maint/gnulib/lib/pipe-filter-ii.c           || (fcntl_flags = fcntl (fd[0], F_GETFL, 0)) < 0
F_GETFL           120 maint/gnulib/lib/pipe2.c       if ((fcntl_flags = fcntl (fd[1], F_GETFL, 0)) < 0
F_GETFL           122 maint/gnulib/lib/pipe2.c           || (fcntl_flags = fcntl (fd[0], F_GETFL, 0)) < 0
F_GETFL           192 maint/gnulib/lib/ptsname_r.c #  if ISATTY_FAILS_WITHOUT_SETTING_ERRNO && defined F_GETFL /* IRIX, Solaris */
F_GETFL           194 maint/gnulib/lib/ptsname_r.c       if (fcntl (fd, F_GETFL) != -1)
F_GETFL            69 maint/gnulib/tests/test-dup-safer.c # ifndef F_GETFL
F_GETFL            72 maint/gnulib/tests/test-dup-safer.c   return 0 <= fcntl (fd, F_GETFL);
F_GETFL            63 maint/gnulib/tests/test-dup2.c # ifndef F_GETFL
F_GETFL            66 maint/gnulib/tests/test-dup2.c   return 0 <= fcntl (fd, F_GETFL);
F_GETFL            56 maint/gnulib/tests/test-dup3.c # ifndef F_GETFL
F_GETFL            59 maint/gnulib/tests/test-dup3.c   return 0 <= fcntl (fd, F_GETFL);
F_GETFL           102 maint/gnulib/tests/test-execute-child.c # ifndef F_GETFL
F_GETFL           105 maint/gnulib/tests/test-execute-child.c   return 0 <= fcntl (fd, F_GETFL);
F_GETFL            63 maint/gnulib/tests/test-fcntl.c # ifndef F_GETFL
F_GETFL            66 maint/gnulib/tests/test-fcntl.c   return 0 <= fcntl (fd, F_GETFL);
F_GETFL           167 maint/gnulib/tests/test-fcntl.c #ifdef F_GETFL
F_GETFL           168 maint/gnulib/tests/test-fcntl.c     case F_GETFL:
F_GETFL           169 maint/gnulib/tests/test-fcntl.c # if F_GETFL
F_GETFL           362 maint/gnulib/tests/test-fcntl.c #ifdef F_GETFL
F_GETFL           365 maint/gnulib/tests/test-fcntl.c   ASSERT (fcntl (-1, F_GETFL) == -1);
F_GETFL           368 maint/gnulib/tests/test-fcntl.c   ASSERT (fcntl (fd + 1, F_GETFL) == -1);
F_GETFL           371 maint/gnulib/tests/test-fcntl.c   ASSERT (fcntl (bad_fd, F_GETFL) == -1);
F_GETFL            52 maint/gnulib/tests/test-pipe.c # ifndef F_GETFL
F_GETFL            55 maint/gnulib/tests/test-pipe.c   return 0 <= fcntl (fd, F_GETFL);
F_GETFL            84 maint/gnulib/tests/test-pipe.c   ASSERT ((flags = fcntl (fd, F_GETFL)) >= 0);
F_GETFL            55 maint/gnulib/tests/test-pipe2.c # ifndef F_GETFL
F_GETFL            58 maint/gnulib/tests/test-pipe2.c   return 0 <= fcntl (fd, F_GETFL);
F_GETFL            85 maint/gnulib/tests/test-pipe2.c #  ifndef F_GETFL
F_GETFL            89 maint/gnulib/tests/test-pipe2.c   ASSERT ((flags = fcntl (fd, F_GETFL)) >= 0);
F_GETFL           136 maint/gnulib/tests/test-poll.c #elif defined F_GETFL
F_GETFL           137 maint/gnulib/tests/test-poll.c       int oldflags = fcntl (s, F_GETFL, NULL);
F_GETFL           125 maint/gnulib/tests/test-select.h #elif defined F_GETFL
F_GETFL           126 maint/gnulib/tests/test-select.h       int oldflags = fcntl (s, F_GETFL, NULL);
F_GETFL            84 maint/gnulib/tests/test-spawn-pipe-child.c # ifndef F_GETFL
F_GETFL            87 maint/gnulib/tests/test-spawn-pipe-child.c   return 0 <= fcntl (fd, F_GETFL);