Searched refs:F_DUP2FD_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
46 pub const F_DUP2FD_CLOEXEC: ::c_int = 36; constant
65 pub const F_DUP2FD_CLOEXEC: ::c_int = 48; constant
307 F_DUP2FD_CLOEXEC
348 F_DUP2FD_CLOEXEC
602 pub const F_DUP2FD_CLOEXEC: ::c_int = 18; constant
9268 !(defined(HAVE_FCNTL_H) && defined(F_DUP2FD_CLOEXEC)) in os_dup2_impl()9300 #elif defined(HAVE_FCNTL_H) && defined(F_DUP2FD_CLOEXEC) in os_dup2_impl()9303 res = fcntl(fd, F_DUP2FD_CLOEXEC, fd2); in os_dup2_impl()