F_SETFD          1040 lib-src/emacsclient.c     fcntl (s, F_SETFD, FD_CLOEXEC);
F_SETFD            41 lib/cloexec.c  #ifdef F_SETFD
F_SETFD            50 lib/cloexec.c            || fcntl (desc, F_SETFD, newflags) != -1)
F_SETFD           394 lib/fcntl.c              #ifdef F_SETFD                         /* POSIX */
F_SETFD           395 lib/fcntl.c              case F_SETFD:
F_SETFD           468 lib/fcntl.c              if (0 <= result && fcntl (fd, F_SETFD, flags) == -1)
F_SETFD           534 lib/fcntl.c          if (flags < 0 || fcntl (result, F_SETFD, flags | FD_CLOEXEC) == -1)
F_SETFD           585 lib/fcntl.c            case F_SETFD:
F_SETFD           131 lib/pipe2.c              || fcntl (fd[1], F_SETFD, fcntl_flags | FD_CLOEXEC) == -1
F_SETFD           133 lib/pipe2.c              || fcntl (fd[0], F_SETFD, fcntl_flags | FD_CLOEXEC) == -1)
F_SETFD          1810 src/androidvfs.c   rc = fcntl (fd, F_SETFD, flags | O_CLOEXEC);
F_SETFD          1890 src/emacs.c                    fcntl (daemon_pipe[0], F_SETFD, 0);
F_SETFD          1891 src/emacs.c                    fcntl (daemon_pipe[1], F_SETFD, 0);
F_SETFD          1909 src/emacs.c                fcntl (daemon_pipe[1], F_SETFD, FD_CLOEXEC);
F_SETFD           203 src/process.c      fcntl (fd, F_SETFD, FD_CLOEXEC);
F_SETFD           880 src/process.c  	    fcntl (fd, F_SETFD, FD_CLOEXEC);