Searched refs:F_DUP2FD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
1214 pub const F_DUP2FD_CLOEXEC: ::c_int = 18; constant
1281 pub const F_DUP2FD_CLOEXEC: ::c_int = 36; constant
9177 !(defined(HAVE_FCNTL_H) && defined(F_DUP2FD_CLOEXEC)) in os_dup2_impl()9209 #elif defined(HAVE_FCNTL_H) && defined(F_DUP2FD_CLOEXEC) in os_dup2_impl()9212 res = fcntl(fd, F_DUP2FD_CLOEXEC, fd2); in os_dup2_impl()