Home
last modified time | relevance | path

Searched refs:fchmodat (Results 1 – 24 of 24) sorted by relevance

/openbsd/src/lib/libc/hidden/sys/
Dstat.h28 PROTO_NORMAL(fchmodat);
/openbsd/src/sys/sys/
Dstat.h206 int fchmodat(int, const char *, mode_t, int);
/openbsd/src/gnu/llvm/libcxx/src/filesystem/
Dposix_compat.h403 int fchmodat(int fd, const wchar_t *path, int perms, int flag) { in fchmodat() function
492 using ::fchmodat;
Doperations.cpp1292 if (detail::fchmodat(AT_FDCWD, p.c_str(), real_perms, flags) == -1) { in __permissions()
/openbsd/src/bin/chmod/
Dchmod.c264 if (!fchmodat(AT_FDCWD, p->fts_accpath, oct ? omode : in main()
/openbsd/src/bin/cp/
Dutils.c305 fchmodat(AT_FDCWD, to.p_path, fs->st_mode, AT_SYMLINK_NOFOLLOW)) { in setfile()
/openbsd/src/usr.bin/rsync/
Dreceiver.c158 if (fchmodat(rootfd, path, mode, AT_SYMLINK_NOFOLLOW) == -1) { in rsync_set_metadata_at()
Duploader.c635 rc = fchmodat(u->rootfd, f->path, f->st.mode, 0); in post_dir()
/openbsd/src/bin/mv/
Dcp.c608 fchmodat(AT_FDCWD, to.p_path, fs->st_mode, AT_SYMLINK_NOFOLLOW)) { in setfile()
/openbsd/src/lib/libc/sys/
DMakefile.inc50 faccessat.o fchdir.o fchflags.o fchmod.o fchmodat.o fchown.o \
/openbsd/src/bin/pax/
Dfile_subs.c801 if (fchmodat(AT_FDCWD, fnm, mode, AT_SYMLINK_NOFOLLOW) == -1) in set_pmode()
/openbsd/src/lib/libc/
DSymbols.list276 fchmodat
/openbsd/src/usr.bin/rdistd/
Dserver.c159 status = fchmodat(AT_FDCWD, file, mode, AT_SYMLINK_NOFOLLOW); in setfilemode()
/openbsd/src/sbin/restore/
Dtape.c588 (void)fchmodat(AT_FDCWD, name, mode, in extractfile()
/openbsd/src/gnu/usr.bin/perl/
Dsyscall_emulator.c1326 ret = fchmodat(fd, path, mode, flag); in syscall_emulator()
/openbsd/src/usr.bin/ssh/
Dsftp-server.c1457 r = fchmodat(AT_FDCWD, name, in process_extended_lsetstat()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc2794 PRE_SYSCALL(fchmodat)(long dfd, const void *filename, long mode) {
2800 POST_SYSCALL(fchmodat)(long res, long dfd, const void *filename, long mode) {}
Dsanitizer_syscalls_netbsd.inc3530 PRE_SYSCALL(fchmodat)
3537 POST_SYSCALL(fchmodat)
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1667 fun:fchmodat=uninstrumented
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5280delta.pod109 system doesn't provide the C<unlinkat()>, C<renameat()> and C<fchmodat()>
/openbsd/src/gnu/usr.bin/perl/Porting/
Dconfig_H2632 * This symbol is defined if the fchmodat() routine is available.
DGlossary859 indicates the POSIX fchmodat() function is available.
/openbsd/src/gnu/usr.bin/perl/win32/
Dconfig_H.vc2659 * This symbol is defined if the fchmodat() routine is available.
Dconfig_H.gc2659 * This symbol is defined if the fchmodat() routine is available.