Searched refs:fchmodat (Results 1 – 24 of 24) sorted by relevance
| /openbsd/src/lib/libc/hidden/sys/ |
| D | stat.h | 28 PROTO_NORMAL(fchmodat);
|
| /openbsd/src/sys/sys/ |
| D | stat.h | 206 int fchmodat(int, const char *, mode_t, int);
|
| /openbsd/src/gnu/llvm/libcxx/src/filesystem/ |
| D | posix_compat.h | 403 int fchmodat(int fd, const wchar_t *path, int perms, int flag) { in fchmodat() function 492 using ::fchmodat;
|
| D | operations.cpp | 1292 if (detail::fchmodat(AT_FDCWD, p.c_str(), real_perms, flags) == -1) { in __permissions()
|
| /openbsd/src/bin/chmod/ |
| D | chmod.c | 264 if (!fchmodat(AT_FDCWD, p->fts_accpath, oct ? omode : in main()
|
| /openbsd/src/bin/cp/ |
| D | utils.c | 305 fchmodat(AT_FDCWD, to.p_path, fs->st_mode, AT_SYMLINK_NOFOLLOW)) { in setfile()
|
| /openbsd/src/usr.bin/rsync/ |
| D | receiver.c | 158 if (fchmodat(rootfd, path, mode, AT_SYMLINK_NOFOLLOW) == -1) { in rsync_set_metadata_at()
|
| D | uploader.c | 635 rc = fchmodat(u->rootfd, f->path, f->st.mode, 0); in post_dir()
|
| /openbsd/src/bin/mv/ |
| D | cp.c | 608 fchmodat(AT_FDCWD, to.p_path, fs->st_mode, AT_SYMLINK_NOFOLLOW)) { in setfile()
|
| /openbsd/src/lib/libc/sys/ |
| D | Makefile.inc | 50 faccessat.o fchdir.o fchflags.o fchmod.o fchmodat.o fchown.o \
|
| /openbsd/src/bin/pax/ |
| D | file_subs.c | 801 if (fchmodat(AT_FDCWD, fnm, mode, AT_SYMLINK_NOFOLLOW) == -1) in set_pmode()
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 276 fchmodat
|
| /openbsd/src/usr.bin/rdistd/ |
| D | server.c | 159 status = fchmodat(AT_FDCWD, file, mode, AT_SYMLINK_NOFOLLOW); in setfilemode()
|
| /openbsd/src/sbin/restore/ |
| D | tape.c | 588 (void)fchmodat(AT_FDCWD, name, mode, in extractfile()
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | syscall_emulator.c | 1326 ret = fchmodat(fd, path, mode, flag); in syscall_emulator()
|
| /openbsd/src/usr.bin/ssh/ |
| D | sftp-server.c | 1457 r = fchmodat(AT_FDCWD, name, in process_extended_lsetstat()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_syscalls.inc | 2794 PRE_SYSCALL(fchmodat)(long dfd, const void *filename, long mode) { 2800 POST_SYSCALL(fchmodat)(long res, long dfd, const void *filename, long mode) {}
|
| D | sanitizer_syscalls_netbsd.inc | 3530 PRE_SYSCALL(fchmodat) 3537 POST_SYSCALL(fchmodat)
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 1667 fun:fchmodat=uninstrumented
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5280delta.pod | 109 system doesn't provide the C<unlinkat()>, C<renameat()> and C<fchmodat()>
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | config_H | 2632 * This symbol is defined if the fchmodat() routine is available.
|
| D | Glossary | 859 indicates the POSIX fchmodat() function is available.
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | config_H.vc | 2659 * This symbol is defined if the fchmodat() routine is available.
|
| D | config_H.gc | 2659 * This symbol is defined if the fchmodat() routine is available.
|