F_SETOWN          406 maint/gnulib/lib/fcntl.c           #ifdef F_SETOWN                        /* POSIX */
F_SETOWN          407 maint/gnulib/lib/fcntl.c           case F_SETOWN:
F_SETOWN          185 maint/gnulib/tests/test-fcntl.c #ifdef F_SETOWN
F_SETOWN          186 maint/gnulib/tests/test-fcntl.c     case F_SETOWN:
F_SETOWN          187 maint/gnulib/tests/test-fcntl.c # if F_SETOWN
F_SETOWN          401 maint/gnulib/tests/test-fcntl.c #ifdef F_SETOWN
F_SETOWN          404 maint/gnulib/tests/test-fcntl.c   ASSERT (fcntl (-1, F_SETOWN, 0) == -1);
F_SETOWN          407 maint/gnulib/tests/test-fcntl.c   ASSERT (fcntl (fd + 1, F_SETOWN, 0) == -1);
F_SETOWN          410 maint/gnulib/tests/test-fcntl.c   ASSERT (fcntl (bad_fd, F_SETOWN, 0) == -1);