F_GETOWN 297 maint/gnulib/lib/fcntl.c #ifdef F_GETOWN /* POSIX */ F_GETOWN 298 maint/gnulib/lib/fcntl.c case F_GETOWN: F_GETOWN 179 maint/gnulib/tests/test-fcntl.c #ifdef F_GETOWN F_GETOWN 180 maint/gnulib/tests/test-fcntl.c case F_GETOWN: F_GETOWN 181 maint/gnulib/tests/test-fcntl.c # if F_GETOWN F_GETOWN 388 maint/gnulib/tests/test-fcntl.c #ifdef F_GETOWN F_GETOWN 391 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (-1, F_GETOWN) == -1); F_GETOWN 394 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd + 1, F_GETOWN) == -1); F_GETOWN 397 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (bad_fd, F_GETOWN) == -1);