F_GETFD 115 maint/gnulib/lib/accept4.c if ((fcntl_flags = fcntl (fd, F_GETFD, 0)) < 0 F_GETFD 43 maint/gnulib/lib/cloexec.c int flags = fcntl (desc, F_GETFD, 0); F_GETFD 59 maint/gnulib/lib/dup3.c if (newfd < 0 || newfd >= getdtablesize () || fcntl (oldfd, F_GETFD) == -1) F_GETFD 228 maint/gnulib/lib/fcntl.c case F_GETFD: F_GETFD 285 maint/gnulib/lib/fcntl.c #ifdef F_GETFD /* POSIX */ F_GETFD 286 maint/gnulib/lib/fcntl.c case F_GETFD: F_GETFD 462 maint/gnulib/lib/fcntl.c int flags = fcntl (fd, F_GETFD); F_GETFD 533 maint/gnulib/lib/fcntl.c int flags = fcntl (result, F_GETFD); F_GETFD 578 maint/gnulib/lib/fcntl.c case F_GETFD: F_GETFD 258 maint/gnulib/lib/fcntl.in.h #ifndef F_GETFD F_GETFD 131 maint/gnulib/lib/pipe2.c if ((fcntl_flags = fcntl (fd[1], F_GETFD, 0)) < 0 F_GETFD 133 maint/gnulib/lib/pipe2.c || (fcntl_flags = fcntl (fd[0], F_GETFD, 0)) < 0 F_GETFD 65 maint/gnulib/lib/popen.c int cloexec0 = fcntl (STDIN_FILENO, F_GETFD); F_GETFD 66 maint/gnulib/lib/popen.c int cloexec1 = fcntl (STDOUT_FILENO, F_GETFD); F_GETFD 82 maint/gnulib/lib/popen.c fcntl (STDIN_FILENO, F_GETFD) | FD_CLOEXEC) == -1) F_GETFD 89 maint/gnulib/lib/popen.c fcntl (STDOUT_FILENO, F_GETFD) | FD_CLOEXEC) == -1) F_GETFD 42 maint/gnulib/lib/stdopen.c if (fcntl (fd, F_GETFD) < 0) F_GETFD 40 maint/gnulib/lib/unlockpt.c if (fcntl (fd, F_GETFD) < 0) F_GETFD 56 maint/gnulib/tests/test-cloexec.c # ifndef F_GETFD F_GETFD 59 maint/gnulib/tests/test-cloexec.c int i = fcntl (fd, F_GETFD); F_GETFD 90 maint/gnulib/tests/test-dup-safer.c # ifndef F_GETFD F_GETFD 93 maint/gnulib/tests/test-dup-safer.c int i = fcntl (fd, F_GETFD); F_GETFD 85 maint/gnulib/tests/test-dup2.c # ifndef F_GETFD F_GETFD 88 maint/gnulib/tests/test-dup2.c int i = fcntl (fd, F_GETFD); F_GETFD 74 maint/gnulib/tests/test-dup3.c ASSERT ((flags = fcntl (fd, F_GETFD)) >= 0); F_GETFD 84 maint/gnulib/tests/test-fcntl.c # ifndef F_GETFD F_GETFD 87 maint/gnulib/tests/test-fcntl.c int i = fcntl (fd, F_GETFD); F_GETFD 157 maint/gnulib/tests/test-fcntl.c case F_GETFD: F_GETFD 158 maint/gnulib/tests/test-fcntl.c #if F_GETFD F_GETFD 328 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (-1, F_GETFD) == -1); F_GETFD 331 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd + 1, F_GETFD) == -1); F_GETFD 334 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (bad_fd, F_GETFD) == -1); F_GETFD 339 maint/gnulib/tests/test-fcntl.c int result = fcntl (fd, F_GETFD); F_GETFD 343 maint/gnulib/tests/test-fcntl.c result = fcntl (fd + 1, F_GETFD); F_GETFD 52 maint/gnulib/tests/test-fopen-gnu.c flags = fcntl (fd, F_GETFD); F_GETFD 62 maint/gnulib/tests/test-fopen-gnu.c flags = fcntl (fd, F_GETFD); F_GETFD 104 maint/gnulib/tests/test-open.h flags = fcntl (fd, F_GETFD); F_GETFD 70 maint/gnulib/tests/test-pipe.c ASSERT ((flags = fcntl (fd, F_GETFD)) >= 0); F_GETFD 73 maint/gnulib/tests/test-pipe2.c ASSERT ((flags = fcntl (fd, F_GETFD)) >= 0);