F_GETFD            77 gnulib-tests/test-dup2.c #  ifndef F_GETFD
F_GETFD            80 gnulib-tests/test-dup2.c   int i = fcntl (fd, F_GETFD);
F_GETFD            80 gnulib-tests/test-fcntl.c # ifndef F_GETFD
F_GETFD            83 gnulib-tests/test-fcntl.c   int i = fcntl (fd, F_GETFD);
F_GETFD           153 gnulib-tests/test-fcntl.c     case F_GETFD:
F_GETFD           154 gnulib-tests/test-fcntl.c #if F_GETFD
F_GETFD           319 gnulib-tests/test-fcntl.c   ASSERT (fcntl (-1, F_GETFD) == -1);
F_GETFD           322 gnulib-tests/test-fcntl.c   ASSERT (fcntl (fd + 1, F_GETFD) == -1);
F_GETFD           325 gnulib-tests/test-fcntl.c   ASSERT (fcntl (10000000, F_GETFD) == -1);
F_GETFD           328 gnulib-tests/test-fcntl.c     int result = fcntl (fd, F_GETFD);
F_GETFD           332 gnulib-tests/test-fcntl.c     result = fcntl (fd + 1, F_GETFD);
F_GETFD           191 lib/fcntl.c                int flags = fcntl (fd, F_GETFD);
F_GETFD           253 lib/fcntl.c                int flags = fcntl (result, F_GETFD);
F_GETFD           267 lib/fcntl.c        case F_GETFD:
F_GETFD           173 lib/fcntl.in.h #ifndef F_GETFD