Searched defs:bufsiz (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/test/Analysis/ |
H A D | taint-generic.c | 544 testReadlink(char * path,char * buf,size_t bufsiz) testReadlink() argument 552 testReadlinkat(int dirfd,char * path,char * buf,size_t bufsiz) testReadlinkat() argument
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 794 #define __sanitizer_syscall_pre_readlink(path, buf, bufsiz) \ argument 797 #define __sanitizer_syscall_post_readlink(res, path, buf, bufsiz) \ argument 1660 #define __sanitizer_syscall_pre_readlinkat(dfd, path, buf, bufsiz) \ argument 1663 #define __sanitizer_syscall_post_readlinkat(res, dfd, path, buf, bufsiz) \ argument
|