Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/libs/libc/src/
Dunistd.c225 int dup2(int ofd, int nfd) in dup2() function
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dsyscall.rs412 pub fn dup2(oldfd: i32, newfd: i32) -> Result<usize, SystemError> { in dup2() method