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

/freebsd-13-stable/contrib/kyua/utils/process/
H A Dsystem.hpp55 extern int (*syscall_dup2)(const int, const int);
H A Dsystem.cpp43 int (*detail::syscall_dup2)(const int, const int) = ::dup2; variable
H A Dchild.cpp101 if (process::detail::syscall_dup2(old_fd, new_fd) == -1) {

Completed in 96 milliseconds