Lines Matching refs:statbuf

478 #define __sanitizer_syscall_pre_stat(filename, statbuf) \
479 __sanitizer_syscall_pre_impl_stat((long)(filename), (long)(statbuf))
480 #define __sanitizer_syscall_post_stat(res, filename, statbuf) \
481 __sanitizer_syscall_post_impl_stat(res, (long)(filename), (long)(statbuf))
500 #define __sanitizer_syscall_pre_lstat(filename, statbuf) \
501 __sanitizer_syscall_pre_impl_lstat((long)(filename), (long)(statbuf))
502 #define __sanitizer_syscall_post_lstat(res, filename, statbuf) \
503 __sanitizer_syscall_post_impl_lstat(res, (long)(filename), (long)(statbuf))
504 #define __sanitizer_syscall_pre_fstat(fd, statbuf) \
505 __sanitizer_syscall_pre_impl_fstat((long)(fd), (long)(statbuf))
506 #define __sanitizer_syscall_post_fstat(res, fd, statbuf) \
507 __sanitizer_syscall_post_impl_fstat(res, (long)(fd), (long)(statbuf))
508 #define __sanitizer_syscall_pre_newstat(filename, statbuf) \
509 __sanitizer_syscall_pre_impl_newstat((long)(filename), (long)(statbuf))
510 #define __sanitizer_syscall_post_newstat(res, filename, statbuf) \
511 __sanitizer_syscall_post_impl_newstat(res, (long)(filename), (long)(statbuf))
512 #define __sanitizer_syscall_pre_newlstat(filename, statbuf) \
513 __sanitizer_syscall_pre_impl_newlstat((long)(filename), (long)(statbuf))
514 #define __sanitizer_syscall_post_newlstat(res, filename, statbuf) \
515 __sanitizer_syscall_post_impl_newlstat(res, (long)(filename), (long)(statbuf))
516 #define __sanitizer_syscall_pre_newfstat(fd, statbuf) \
517 __sanitizer_syscall_pre_impl_newfstat((long)(fd), (long)(statbuf))
518 #define __sanitizer_syscall_post_newfstat(res, fd, statbuf) \
519 __sanitizer_syscall_post_impl_newfstat(res, (long)(fd), (long)(statbuf))
524 #define __sanitizer_syscall_pre_stat64(filename, statbuf) \
525 __sanitizer_syscall_pre_impl_stat64((long)(filename), (long)(statbuf))
526 #define __sanitizer_syscall_post_stat64(res, filename, statbuf) \
527 __sanitizer_syscall_post_impl_stat64(res, (long)(filename), (long)(statbuf))
528 #define __sanitizer_syscall_pre_fstat64(fd, statbuf) \
529 __sanitizer_syscall_pre_impl_fstat64((long)(fd), (long)(statbuf))
530 #define __sanitizer_syscall_post_fstat64(res, fd, statbuf) \
531 __sanitizer_syscall_post_impl_fstat64(res, (long)(fd), (long)(statbuf))
532 #define __sanitizer_syscall_pre_lstat64(filename, statbuf) \
533 __sanitizer_syscall_pre_impl_lstat64((long)(filename), (long)(statbuf))
534 #define __sanitizer_syscall_post_lstat64(res, filename, statbuf) \
535 __sanitizer_syscall_post_impl_lstat64(res, (long)(filename), (long)(statbuf))
1640 #define __sanitizer_syscall_pre_newfstatat(dfd, filename, statbuf, flag) \
1642 (long)(statbuf), (long)(flag))
1643 #define __sanitizer_syscall_post_newfstatat(res, dfd, filename, statbuf, flag) \
1645 (long)(statbuf), (long)(flag))
1646 #define __sanitizer_syscall_pre_fstatat64(dfd, filename, statbuf, flag) \
1648 (long)(statbuf), (long)(flag))
1649 #define __sanitizer_syscall_post_fstatat64(res, dfd, filename, statbuf, flag) \
1651 (long)(statbuf), (long)(flag))
2269 void __sanitizer_syscall_pre_impl_stat(long filename, long statbuf);
2270 void __sanitizer_syscall_post_impl_stat(long res, long filename, long statbuf);
2281 void __sanitizer_syscall_pre_impl_lstat(long filename, long statbuf);
2282 void __sanitizer_syscall_post_impl_lstat(long res, long filename, long statbuf);
2283 void __sanitizer_syscall_pre_impl_fstat(long fd, long statbuf);
2284 void __sanitizer_syscall_post_impl_fstat(long res, long fd, long statbuf);
2285 void __sanitizer_syscall_pre_impl_newstat(long filename, long statbuf);
2287 long statbuf);
2288 void __sanitizer_syscall_pre_impl_newlstat(long filename, long statbuf);
2290 long statbuf);
2291 void __sanitizer_syscall_pre_impl_newfstat(long fd, long statbuf);
2292 void __sanitizer_syscall_post_impl_newfstat(long res, long fd, long statbuf);
2295 void __sanitizer_syscall_pre_impl_stat64(long filename, long statbuf);
2297 long statbuf);
2298 void __sanitizer_syscall_pre_impl_fstat64(long fd, long statbuf);
2299 void __sanitizer_syscall_post_impl_fstat64(long res, long fd, long statbuf);
2300 void __sanitizer_syscall_pre_impl_lstat64(long filename, long statbuf);
2302 long statbuf);
2936 long statbuf, long flag);
2938 long statbuf, long flag);
2940 long statbuf, long flag);
2942 long statbuf, long flag);