HomeSort by: relevance | last modified time | path
    Searched refs:syscall_dup2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/process/
system.hpp 55 extern int (*syscall_dup2)(const int, const int);
system.cpp 42 int (*detail::syscall_dup2)(const int, const int) = ::dup2; variable
child.cpp 101 if (process::detail::syscall_dup2(old_fd, new_fd) == -1) {

Completed in 20 milliseconds