Searched refs:F_DUP2FD_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
304 F_DUP2FD_CLOEXEC = 0x24 const
341 F_DUP2FD_CLOEXEC = 0x12 const
596 F_DUP2FD_CLOEXEC = 0x12 const
589 F_DUP2FD_CLOEXEC = 0x12 const
7848 !(defined(HAVE_FCNTL_H) && defined(F_DUP2FD_CLOEXEC)) in os_dup2_impl()7880 #elif defined(HAVE_FCNTL_H) && defined(F_DUP2FD_CLOEXEC) in os_dup2_impl()7883 res = fcntl(fd, F_DUP2FD_CLOEXEC, fd2); in os_dup2_impl()