Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/process/
H A Dsystem.hpp57 extern int (*syscall_open)(const char*, const int, ...);
H A Dsystem.cpp51 int (*detail::syscall_open)(const char*, const int, ...) = ::open; variable
H A Dchild.cpp119 const int fd = process::detail::syscall_open( in open_for_append()
H A Dchild_test.cpp617 process::detail::syscall_open = open_fail< ENOENT >; in ATF_TEST_CASE_BODY()
632 process::detail::syscall_open = open_fail< ENOENT >; in ATF_TEST_CASE_BODY()