Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/utils/process/
H A Dsystem.hpp57 extern int (*syscall_open)(const char*, const int, ...);
H A Dsystem.cpp50 int (*detail::syscall_open)(const char*, const int, ...) = ::open; variable
H A Dchild_test.cpp541 process::detail::syscall_open = open_fail< ENOENT >; in ATF_TEST_CASE_BODY()
556 process::detail::syscall_open = open_fail< ENOENT >; in ATF_TEST_CASE_BODY()
H A Dchild.cpp119 const int fd = process::detail::syscall_open( in open_for_append()