Home
last modified time | relevance | path

Searched refs:dup3 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/unistd/
H A Ddup.c25 return dup3(oldFD, newFD, 0); in dup2()
30 dup3(int oldFD, int newFD, int flags) in dup3() function
/haiku/headers/posix/
H A Dunistd.h347 extern int dup3(int fd1, int fd2, int flags);