Searched refs:aclp (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | netbsd_syscall_hooks.h | 2761 #define __sanitizer_syscall_pre___acl_get_link(path, type, aclp) \ argument 2763 (long long)(path), (long long)(type), (long long)(aclp)) 2764 #define __sanitizer_syscall_post___acl_get_link(res, path, type, aclp) \ argument 2766 res, (long long)(path), (long long)(type), (long long)(aclp)) 2767 #define __sanitizer_syscall_pre___acl_set_link(path, type, aclp) \ argument 2769 (long long)(path), (long long)(type), (long long)(aclp)) 2770 #define __sanitizer_syscall_post___acl_set_link(res, path, type, aclp) \ argument 2772 res, (long long)(path), (long long)(type), (long long)(aclp)) 2779 #define __sanitizer_syscall_pre___acl_aclcheck_link(path, type, aclp) \ argument 2781 (long long)(path), (long long)(type), (long long)(aclp)) [all …]
|