Searched refs:fchflags (Results 1 – 17 of 17) sorted by relevance
| /dflybsd-src/lib/libc_rtld/ |
| H A D | Makefile | 23 execve.o fchflags.o fchmod.o fchown.o fcntl.o \
|
| /dflybsd-src/usr.sbin/pw/ |
| H A D | cpdir.c | 112 fchflags(outfd, st.st_flags); in copymkdir()
|
| /dflybsd-src/sys/sys/ |
| H A D | stat.h | 319 int fchflags(int, unsigned long);
|
| H A D | sysunion.h | 47 struct fchflags_args fchflags; member
|
| H A D | syscall.mk | 38 fchflags.o \
|
| /dflybsd-src/lib/libc/include/ |
| H A D | namespace.h | 253 #define fchflags _fchflags
|
| H A D | un-namespace.h | 226 #undef fchflags
|
| /dflybsd-src/bin/mv/ |
| H A D | mv.c | 342 if (fchflags(to_fd, sbp->st_flags)) in fastcopy()
|
| /dflybsd-src/bin/cp/ |
| H A D | utils.c | 331 fchflags(fd, fs->st_flags) : in setfile()
|
| /dflybsd-src/lib/libc/sys/ |
| H A D | Makefile.inc | 111 chflags.2 fchflags.2 \
|
| H A D | Symbol.map | 72 fchflags;
|
| /dflybsd-src/usr.bin/xinstall/ |
| H A D | xinstall.c | 806 (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 D | dump_mirror.c | 661 fchflags(fd, jattr->fflags); in dosetattr()
|
| /dflybsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_write_disk_posix.c | 810 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 D | cmd_recover.c | 1180 fchflags(wfd, inode->meta.uflags); in dump_inum_file()
|
| /dflybsd-src/usr.bin/gzip/ |
| H A D | gzip.c | 1066 if (sb.st_flags != 0 && fchflags(fd, sb.st_flags) < 0) in copymodes()
|
| /dflybsd-src/usr.sbin/newsyslog/ |
| H A D | newsyslog.c | 2682 failed = fchflags(fd, UF_NODUMP); in createlog()
|