Searched refs:fchmod (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 430 int fchmod(int fd, int perms) { in fchmod() function 490 using ::fchmod;
|
| H A D | operations.cpp | 612 if (detail::fchmod(fd.fd, st.st_mode) == -1) { in posix_fchmod()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 163 int fchmod(int fildes, mode_t mode);
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1317 PRE_SYSCALL(fchmod)(long fd, long mode) {} 1319 POST_SYSCALL(fchmod)(long res, long fd, long mode) {}
|
| H A D | sanitizer_syscalls_netbsd.inc | 1104 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 D | Path.inc | 786 if (::fchmod(FD, Permissions))
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1666 fun:fchmod=uninstrumented
|