Home
last modified time | relevance | path

Searched refs:fchmod (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h430 int fchmod(int fd, int perms) { in fchmod() function
490 using ::fchmod;
H A Doperations.cpp612 if (detail::fchmod(fd.fd, st.st_mode) == -1) { in posix_fchmod()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c163 int fchmod(int fildes, mode_t mode);
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1317 PRE_SYSCALL(fchmod)(long fd, long mode) {}
1319 POST_SYSCALL(fchmod)(long res, long fd, long mode) {}
H A Dsanitizer_syscalls_netbsd.inc1104 PRE_SYSCALL(fchmod)(long long fd_, long long mode_) { /* Nothing to do */ }
1105 POST_SYSCALL(fchmod)(long long res, long long fd_, long long mode_) {
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc786 if (::fchmod(FD, Permissions))
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1666 fun:fchmod=uninstrumented