Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfile.c1263 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument
/openbmc/linux/tools/include/nolibc/
H A Dsys.h256 int dup3(int old, int new, int flags) in dup3() function