Searched refs:syscall_dup2 (Results 1 – 3 of 3) sorted by relevance
55 extern int (*syscall_dup2)(const int, const int);
43 int (*detail::syscall_dup2)(const int, const int) = ::dup2; variable
101 if (process::detail::syscall_dup2(old_fd, new_fd) == -1) { in safe_dup()