Home
last modified time | relevance | path

Searched defs:dup2 (Results 1 - 15 of 15) sorted by relevance

/third_party/NuttX/fs/vfs/
H A Dfs_dup2.c52 int dup2(int fd1, int fd2) in dup2() function
/third_party/musl/src/unistd/
H A Ddup2.c6 int dup2(int old, int new) in dup2() function
/third_party/python/Python/
H A Ddup2.c21 dup2(int fd1, int fd2) in dup2() function
/third_party/rust/crates/rustix/src/io/
H A Ddup.rs59 pub fn dup2<Fd: AsFd>(fd: Fd, new: &mut OwnedFd) -> io::Result<()> { in dup2() functions
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DLzcompCompress.java48 private int dup2; field in LzcompCompress
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc347 int dup2(int fd1, int fd2) { return ::_dup2(fd1, fd2); } in dup2() function
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h63 #define dup2 _dup2 macro
/third_party/python/Objects/
H A Dsetobject.c2397 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x=NULL; in test_c_api() local
[all...]
/third_party/rust/crates/nix/src/
H A Dunistd.rs441 pub fn dup2(oldfd: RawFd, newfd: RawFd) -> Result<RawFd> { in dup2() functions
/third_party/libabigail/tests/lib/
H A Dcatch.hpp12062 #define dup2 _dup2 macro
12183 #undef dup2 macro
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs434 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs831 pub fn dup2(arg1: c_int, arg2: c_int) -> c_int; in dup2() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs876 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1622 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3589 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2() functions

Completed in 53 milliseconds