Home
last modified time | relevance | path

Searched defs:dup2 (Results 1 – 16 of 16) sorted by relevance

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