Home | History | Annotate | Download | only in sanitizer

Lines Matching refs:out_fd

783 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \
784 __sanitizer_syscall_pre_impl_sendfile((long)(out_fd), (long)(in_fd), \
786 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \
787 __sanitizer_syscall_post_impl_sendfile(res, (long)(out_fd), (long)(in_fd), \
789 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \
790 __sanitizer_syscall_pre_impl_sendfile64((long)(out_fd), (long)(in_fd), \
792 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \
793 __sanitizer_syscall_post_impl_sendfile64(res, (long)(out_fd), (long)(in_fd), \
2444 void __sanitizer_syscall_pre_impl_sendfile(long out_fd, long in_fd, long offset,
2446 void __sanitizer_syscall_post_impl_sendfile(long res, long out_fd, long in_fd,
2448 void __sanitizer_syscall_pre_impl_sendfile64(long out_fd, long in_fd,
2450 void __sanitizer_syscall_post_impl_sendfile64(long res, long out_fd, long in_fd,