Lines Matching refs:times
930 #define __sanitizer_syscall_pre_utime(filename, times) \
931 __sanitizer_syscall_pre_impl_utime((long)(filename), (long)(times))
932 #define __sanitizer_syscall_post_utime(res, filename, times) \
933 __sanitizer_syscall_post_impl_utime(res, (long)(filename), (long)(times))
2516 void __sanitizer_syscall_pre_impl_utime(long filename, long times);
2517 void __sanitizer_syscall_post_impl_utime(long res, long filename, long times);