Home
last modified time | relevance | path

Searched refs:fchflags (Results 1 – 17 of 17) sorted by relevance

/dflybsd-src/lib/libc_rtld/
H A DMakefile23 execve.o fchflags.o fchmod.o fchown.o fcntl.o \
/dflybsd-src/usr.sbin/pw/
H A Dcpdir.c112 fchflags(outfd, st.st_flags); in copymkdir()
/dflybsd-src/sys/sys/
H A Dstat.h319 int fchflags(int, unsigned long);
H A Dsysunion.h47 struct fchflags_args fchflags; member
H A Dsyscall.mk38 fchflags.o \
/dflybsd-src/lib/libc/include/
H A Dnamespace.h253 #define fchflags _fchflags
H A Dun-namespace.h226 #undef fchflags
/dflybsd-src/bin/mv/
H A Dmv.c342 if (fchflags(to_fd, sbp->st_flags)) in fastcopy()
/dflybsd-src/bin/cp/
H A Dutils.c331 fchflags(fd, fs->st_flags) : in setfile()
/dflybsd-src/lib/libc/sys/
H A DMakefile.inc111 chflags.2 fchflags.2 \
H A DSymbol.map72 fchflags;
/dflybsd-src/usr.bin/xinstall/
H A Dxinstall.c806 (void)fchflags(to_fd, to_sb.st_flags & ~NOCHANGEBITS); in install()
850 if (!dounpriv && !devnull && fchflags(to_fd, nfset)) { in install()
/dflybsd-src/sbin/jscan/
H A Ddump_mirror.c661 fchflags(fd, jattr->fflags); in dosetattr()
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c810 if (a->fd < 0 || fchflags(a->fd, UF_COMPRESSED) != 0) in _archive_write_disk_header()
1057 if (fchflags(a->fd, a->st.st_flags) != 0) { in hfs_set_compressed_fflag()
3968 if (fd >= 0 && fchflags(fd, a->st.st_flags) == 0) in set_fflags_platform()
/dflybsd-src/sbin/hammer2/
H A Dcmd_recover.c1180 fchflags(wfd, inode->meta.uflags); in dump_inum_file()
/dflybsd-src/usr.bin/gzip/
H A Dgzip.c1066 if (sb.st_flags != 0 && fchflags(fd, sb.st_flags) < 0) in copymodes()
/dflybsd-src/usr.sbin/newsyslog/
H A Dnewsyslog.c2682 failed = fchflags(fd, UF_NODUMP); in createlog()