Searched defs:syscall_open (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/process/
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 >; member in class:process::detail
556 process::detail::syscall_open = open_fail< ENOENT >; member in class:process::detail

Completed in 194 milliseconds