Home | History | Annotate | Download | only in sanitizer

Lines Matching full:fdout

1684 #define __sanitizer_syscall_pre_tee(fdin, fdout, len, flags)                 \
1685 __sanitizer_syscall_pre_impl_tee((long)(fdin), (long)(fdout), (long)(len), \
1687 #define __sanitizer_syscall_post_tee(res, fdin, fdout, len, flags) \
1688 __sanitizer_syscall_post_impl_tee(res, (long)(fdin), (long)(fdout), \
2962 void __sanitizer_syscall_pre_impl_tee(long fdin, long fdout, long len,
2964 void __sanitizer_syscall_post_impl_tee(long res, long fdin, long fdout,