Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfile.c1271 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) in SYSCALL_DEFINE2() argument
/openbmc/linux/tools/include/nolibc/
H A Dsys.h238 int dup2(int old, int new) in dup2() function