Home
last modified time | relevance | path

Searched refs:syscall_dup2 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/process/
H A Dsystem.hpp55 extern int (*syscall_dup2)(const int, const int);
H A Dsystem.cpp42 int (*detail::syscall_dup2)(const int, const int) = ::dup2; variable
H A Dchild.cpp101 if (process::detail::syscall_dup2(old_fd, new_fd) == -1) { in safe_dup()