Searched refs:syscall_pipe (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/process/
H A Dsystem.hpp58 extern int (*syscall_pipe)(int[2]);
H A Dsystem.cpp54 int (*detail::syscall_pipe)(int[2]) = ::pipe; variable
H A Dchild.cpp262 if (detail::syscall_pipe(fds) == -1)
H A Dchild_test.cpp348 process::detail::syscall_pipe = pipe_fail< 23 >; member in class:process::detail

Completed in 154 milliseconds