F_DUPFD 36 maint/gnulib/lib/dup-safer-flag.c return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD, F_DUPFD 33 maint/gnulib/lib/dup-safer.c return fcntl (fd, F_DUPFD, STDERR_FILENO + 1); F_DUPFD 213 maint/gnulib/lib/fcntl.c case F_DUPFD: F_DUPFD 349 maint/gnulib/lib/fcntl.c #ifdef F_DUPFD /* POSIX */ F_DUPFD 350 maint/gnulib/lib/fcntl.c case F_DUPFD: F_DUPFD 467 maint/gnulib/lib/fcntl.c result = fcntl (fd, F_DUPFD, target); F_DUPFD 482 maint/gnulib/lib/fcntl.c result = fcntl (fd, F_DUPFD, target); F_DUPFD 569 maint/gnulib/lib/fcntl.c case F_DUPFD: F_DUPFD 254 maint/gnulib/lib/fcntl.in.h #ifndef F_DUPFD F_DUPFD 327 maint/gnulib/tests/test-execute-main.c ASSERT (fcntl (STDOUT_FILENO, F_DUPFD, 10) >= 0); F_DUPFD 98 maint/gnulib/tests/test-fchdir.c ASSERT (fcntl (new_fd, F_DUPFD, fd) == fd); F_DUPFD 149 maint/gnulib/tests/test-fcntl.c case F_DUPFD: F_DUPFD 150 maint/gnulib/tests/test-fcntl.c #if F_DUPFD F_DUPFD 244 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (-1, F_DUPFD, 0) == -1); F_DUPFD 247 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd + 1, F_DUPFD, 0) == -1); F_DUPFD 250 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (bad_fd, F_DUPFD, 0) == -1); F_DUPFD 264 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd, F_DUPFD, -1) == -1); F_DUPFD 267 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd, F_DUPFD, bad_fd) == -1); F_DUPFD 286 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd, F_DUPFD, fd) == fd + 1); F_DUPFD 306 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd + 2, F_DUPFD, fd + 1) == fd + 1);