Home
last modified time | relevance | path

Searched defs:bufsiz (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dtaint-generic.c544 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 Dlinux_syscall_hooks.h794 #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