FD_CLOEXEC 107 opal/mca/event/libevent2022/libevent/evutil.c #if !defined(O_CLOEXEC) && defined(FD_CLOEXEC) FD_CLOEXEC 108 opal/mca/event/libevent2022/libevent/evutil.c if (fcntl(fd, F_SETFD, FD_CLOEXEC) < 0) FD_CLOEXEC 345 opal/mca/event/libevent2022/libevent/evutil.c if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1) { FD_CLOEXEC 4721 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c -1 == fcntl(root, F_SETFD, FD_CLOEXEC | flags)) { FD_CLOEXEC 85 opal/mca/pmix/pmix4x/pmix/src/util/fd.c #ifdef FD_CLOEXEC FD_CLOEXEC 95 opal/mca/pmix/pmix4x/pmix/src/util/fd.c if (fcntl(fd, F_SETFD, FD_CLOEXEC | flags) == -1) { FD_CLOEXEC 94 opal/util/fd.c #ifdef FD_CLOEXEC FD_CLOEXEC 104 opal/util/fd.c if (fcntl(fd, F_SETFD, FD_CLOEXEC | flags) == -1) { FD_CLOEXEC 1077 orte/mca/state/base/state_base_fns.c if (fdflags & FD_CLOEXEC) {