Home
last modified time | relevance | path

Searched refs:statbuf (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h478 __sanitizer_syscall_pre_impl_stat((long)(filename), (long)(statbuf))
504 __sanitizer_syscall_pre_impl_fstat((long)(fd), (long)(statbuf))
516 __sanitizer_syscall_pre_impl_newfstat((long)(fd), (long)(statbuf))
528 __sanitizer_syscall_pre_impl_fstat64((long)(fd), (long)(statbuf))
2298 void __sanitizer_syscall_pre_impl_fstat(long fd, long statbuf);
2302 long statbuf);
2305 long statbuf);
2306 void __sanitizer_syscall_pre_impl_newfstat(long fd, long statbuf);
2312 long statbuf);
2313 void __sanitizer_syscall_pre_impl_fstat64(long fd, long statbuf);
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc895 if (statbuf)
952 if (statbuf)
961 if (statbuf)
974 if (statbuf)
987 if (statbuf)
996 if (statbuf)
1020 if (statbuf)
1029 if (statbuf)
1042 if (statbuf)
2826 if (statbuf)
[all …]
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp838 struct stat statbuf; in preferred_buffer_size()
839 if (fstat(FD, &statbuf) != 0) in preferred_buffer_size()
845 if (S_ISCHR(statbuf.st_mode) && is_displayed()) in preferred_buffer_size()
848 return statbuf.st_blksize; in preferred_buffer_size()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c177 int fstat(int fd, struct stat *statbuf);