Searched refs:syscall_open (Results 1 – 4 of 4) sorted by relevance
57 extern int (*syscall_open)(const char*, const int, ...);
51 int (*detail::syscall_open)(const char*, const int, ...) = ::open; variable
119 const int fd = process::detail::syscall_open( in open_for_append()
617 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()