Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/kyua/utils/process/
HDsystem.hpp58 extern int (*syscall_pipe)(int[2]);
HDsystem.cpp55 int (*detail::syscall_pipe)(int[2]) = ::pipe; variable
HDchild.cpp202 if (detail::syscall_pipe(fds) == -1) in fork_capture_aux()
HDchild_test.cpp397 process::detail::syscall_pipe = pipe_fail< 23 >; in ATF_TEST_CASE_BODY()