Home
last modified time | relevance | path

Searched refs:fstatvfs (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc26 #undef fstatvfs
45 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
47 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf);
52 int res = REAL(fstatvfs)(fd, buf);
64 COMMON_INTERCEPT_FUNCTION(fstatvfs); \
H A Dsanitizer_common_interceptors.inc82 #define fstatvfs __fstatvfs90
4656 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
4658 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf);
4663 int res = REAL(fstatvfs)(fd, buf);
4673 COMMON_INTERCEPT_FUNCTION(fstatvfs);
/llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/
H A Dno-proto.ll465 ; CHECK: declare void @fstatvfs(...)
466 declare void @fstatvfs(...)
H A Dannotate.ll532 ; CHECK: declare noundef i32 @fstatvfs(i32 noundef, %opaque* nocapture noundef) [[NOFREE_NOUNWIND]]
533 declare i32 @fstatvfs(i32, %opaque*)
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def877 /// int fstatvfs(int fildes, struct statvfs *buf);
878 TLI_DEFINE_ENUM_INTERNAL(fstatvfs)
879 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp765 TEST(MemorySanitizer, fstatvfs) { in TEST() argument
768 int res = fstatvfs(fd, &st); in TEST()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc80 #define FSTATVFS fstatvfs
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1792 fun:fstatvfs=uninstrumented