Searched defs:newfd (Results  1 – 1 of 1) sorted by relevance
| /fs/ | 
| D | file.c | 1336 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags)  in ksys_dup3() 1370 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags)  in SYSCALL_DEFINE3()  argument 1375 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd)  in SYSCALL_DEFINE2()  argument
  |