F_DUPFD_CLOEXEC   149 gnulib-tests/test-fcntl.c     case F_DUPFD_CLOEXEC:
F_DUPFD_CLOEXEC   150 gnulib-tests/test-fcntl.c #if F_DUPFD_CLOEXEC
F_DUPFD_CLOEXEC   243 gnulib-tests/test-fcntl.c   ASSERT (fcntl (-1, F_DUPFD_CLOEXEC, 0) == -1);
F_DUPFD_CLOEXEC   246 gnulib-tests/test-fcntl.c   ASSERT (fcntl (fd + 1, F_DUPFD_CLOEXEC, 0) == -1);
F_DUPFD_CLOEXEC   249 gnulib-tests/test-fcntl.c   ASSERT (fcntl (10000000, F_DUPFD_CLOEXEC, 0) == -1);
F_DUPFD_CLOEXEC   262 gnulib-tests/test-fcntl.c   ASSERT (fcntl (fd, F_DUPFD_CLOEXEC, -1) == -1);
F_DUPFD_CLOEXEC   265 gnulib-tests/test-fcntl.c   ASSERT (fcntl (fd, F_DUPFD_CLOEXEC, 10000000) == -1);
F_DUPFD_CLOEXEC   286 gnulib-tests/test-fcntl.c   ASSERT (fcntl (fd, F_DUPFD_CLOEXEC, fd + 2) == fd + 2);
F_DUPFD_CLOEXEC   307 gnulib-tests/test-fcntl.c   ASSERT (fcntl (fd + 2, F_DUPFD_CLOEXEC, 0) == fd);
F_DUPFD_CLOEXEC   214 lib/fcntl.c        case F_DUPFD_CLOEXEC:
F_DUPFD_CLOEXEC   161 lib/fcntl.in.h #ifndef F_DUPFD_CLOEXEC