Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/libs/libc/src/
Dunistd.c220 int dup(int fd) in dup() function
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dsyscall.rs377 pub fn dup(oldfd: i32) -> Result<usize, SystemError> { in dup() method