FD_CLOEXEC 1040 lib-src/emacsclient.c fcntl (s, F_SETFD, FD_CLOEXEC); FD_CLOEXEC 47 lib/cloexec.c int newflags = (value ? flags | FD_CLOEXEC : flags & ~FD_CLOEXEC); FD_CLOEXEC 237 lib/fcntl.c result = (flags & HANDLE_FLAG_INHERIT) ? 0 : FD_CLOEXEC; FD_CLOEXEC 534 lib/fcntl.c if (flags < 0 || fcntl (result, F_SETFD, flags | FD_CLOEXEC) == -1) FD_CLOEXEC 582 lib/fcntl.c result = (ulMode & OPEN_FLAGS_NOINHERIT) ? FD_CLOEXEC : 0; FD_CLOEXEC 586 lib/fcntl.c if (arg & ~FD_CLOEXEC) FD_CLOEXEC 592 lib/fcntl.c if (arg & FD_CLOEXEC) FD_CLOEXEC 244 lib/fcntl.in.h #ifndef FD_CLOEXEC FD_CLOEXEC 131 lib/pipe2.c || fcntl (fd[1], F_SETFD, fcntl_flags | FD_CLOEXEC) == -1 FD_CLOEXEC 133 lib/pipe2.c || fcntl (fd[0], F_SETFD, fcntl_flags | FD_CLOEXEC) == -1) FD_CLOEXEC 1909 src/emacs.c fcntl (daemon_pipe[1], F_SETFD, FD_CLOEXEC); FD_CLOEXEC 203 src/process.c fcntl (fd, F_SETFD, FD_CLOEXEC); FD_CLOEXEC 880 src/process.c fcntl (fd, F_SETFD, FD_CLOEXEC);