UV__SOCK_CLOEXEC  415 src/unix/core.c                          UV__SOCK_NONBLOCK|UV__SOCK_CLOEXEC);
UV__SOCK_CLOEXEC  220 src/unix/linux-syscalls.c       if ((flags & ~(UV__SOCK_CLOEXEC|UV__SOCK_NONBLOCK)) == 0)
UV__SOCK_CLOEXEC  123 src/unix/process.c   if (socketpair(AF_UNIX, SOCK_STREAM | UV__SOCK_CLOEXEC | flags, 0, fds) == 0)