Home
last modified time | relevance | path

Searched refs:nfd (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() argument
227 return syscall_invoke(SYS_DUP2, ofd, nfd, 0, 0, 0, 0, 0, 0); in dup2()
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Dunistd.h133 int dup2(int ofd, int nfd);