F_DUPFD_CLOEXEC 82 maint/gnulib/lib/cloexec.c return fcntl (fd, F_DUPFD_CLOEXEC, 0); F_DUPFD_CLOEXEC 36 maint/gnulib/lib/dup-safer-flag.c return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD, F_DUPFD_CLOEXEC 84 maint/gnulib/lib/dup3.c result = fcntl (oldfd, F_DUPFD_CLOEXEC, newfd); F_DUPFD_CLOEXEC 220 maint/gnulib/lib/fcntl.c case F_DUPFD_CLOEXEC: F_DUPFD_CLOEXEC 352 maint/gnulib/lib/fcntl.c #ifdef F_DUPFD_CLOEXEC /* POSIX */ F_DUPFD_CLOEXEC 353 maint/gnulib/lib/fcntl.c case F_DUPFD_CLOEXEC: F_DUPFD_CLOEXEC 512 maint/gnulib/lib/fcntl.c result = fcntl (fd, F_DUPFD_CLOEXEC, target); F_DUPFD_CLOEXEC 246 maint/gnulib/lib/fcntl.in.h #ifndef F_DUPFD_CLOEXEC F_DUPFD_CLOEXEC 1379 maint/gnulib/lib/fts.c dir_fd = fcntl (dir_fd, F_DUPFD_CLOEXEC, STDERR_FILENO + 1); F_DUPFD_CLOEXEC 1729 maint/gnulib/lib/fts.c cwd_fd = fcntl (cwd_fd, F_DUPFD_CLOEXEC, STDERR_FILENO + 1); F_DUPFD_CLOEXEC 52 maint/gnulib/lib/opendir-safer.c int f = fcntl (fd, F_DUPFD_CLOEXEC, STDERR_FILENO + 1); F_DUPFD_CLOEXEC 76 maint/gnulib/tests/test-dirent-safer.c int fd = fcntl (dfd, F_DUPFD_CLOEXEC, STDERR_FILENO + 1); F_DUPFD_CLOEXEC 337 maint/gnulib/tests/test-execute-main.c ASSERT (fcntl (STDOUT_FILENO, F_DUPFD_CLOEXEC, 10) >= 0); F_DUPFD_CLOEXEC 96 maint/gnulib/tests/test-fchdir.c ASSERT (fcntl (fd, F_DUPFD_CLOEXEC, new_fd) == new_fd); F_DUPFD_CLOEXEC 153 maint/gnulib/tests/test-fcntl.c case F_DUPFD_CLOEXEC: F_DUPFD_CLOEXEC 154 maint/gnulib/tests/test-fcntl.c #if F_DUPFD_CLOEXEC F_DUPFD_CLOEXEC 253 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (-1, F_DUPFD_CLOEXEC, 0) == -1); F_DUPFD_CLOEXEC 256 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd + 1, F_DUPFD_CLOEXEC, 0) == -1); F_DUPFD_CLOEXEC 259 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (bad_fd, F_DUPFD_CLOEXEC, 0) == -1); F_DUPFD_CLOEXEC 270 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd, F_DUPFD_CLOEXEC, -1) == -1); F_DUPFD_CLOEXEC 273 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd, F_DUPFD_CLOEXEC, bad_fd) == -1); F_DUPFD_CLOEXEC 295 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd, F_DUPFD_CLOEXEC, fd + 2) == fd + 2); F_DUPFD_CLOEXEC 316 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd + 2, F_DUPFD_CLOEXEC, 0) == fd); F_DUPFD_CLOEXEC 429 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (1, F_DUPFD_CLOEXEC, 10) >= 0);