Home
last modified time | relevance | path

Searched refs:F_DUP2FD_CLOEXEC (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/libc/src/unix/solarish/
Dillumos.rs46 pub const F_DUP2FD_CLOEXEC: ::c_int = 36; constant
Dsolaris.rs65 pub const F_DUP2FD_CLOEXEC: ::c_int = 48; constant
/third_party/rust/crates/libc/libc-test/semver/
Ddragonfly.txt307 F_DUP2FD_CLOEXEC
Dfreebsd.txt348 F_DUP2FD_CLOEXEC
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs602 pub const F_DUP2FD_CLOEXEC: ::c_int = 18; constant
/third_party/python/Modules/
Dposixmodule.c9268 !(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()