Home
last modified time | relevance | path

Searched refs:lchmod (Results 1 – 20 of 20) sorted by relevance

/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
H A Dstat.h744 # define lchmod chmod
748 _GL_CXXALIAS_RPL_CAST_1 (lchmod, chmod, int,
752 _GL_FUNCDECL_SYS (lchmod, int, (const char *filename, mode_t mode)
755 _GL_CXXALIAS_SYS (lchmod, int, (const char *filename, mode_t mode));
758 _GL_CXXALIASWARN (lchmod);
761 # undef lchmod
763 _GL_WARN_ON_USE (lchmod, "lchmod is unportable - "
/dragonfly/gnu/usr.bin/diff/libdiffutils/sys/
H A Dstat.h981 # define lchmod chmod
985 _GL_CXXALIAS_RPL_CAST_1 (lchmod, chmod, int,
989 _GL_FUNCDECL_SYS (lchmod, int, (const char *filename, mode_t mode)
992 _GL_CXXALIAS_SYS (lchmod, int, (const char *filename, mode_t mode));
995 _GL_CXXALIASWARN (lchmod);
998 # undef lchmod
1000 _GL_WARN_ON_USE (lchmod, "lchmod is unportable - "
/dragonfly/bin/cpdup/
H A Dcpdup.h45 #define lchmod chmod /* horrible hack */ macro
H A Dhcproto.c1392 return(lchmod(path, mode)); in hc_lchmod()
1428 return(lchmod(path, mode)); in rc_chmod()
/dragonfly/sys/sys/
H A Dstat.h322 int lchmod(const char *, mode_t);
H A Dsysunion.h166 struct lchmod_args lchmod; member
H A Dsyscall.mk158 lchmod.o \
/dragonfly/usr.sbin/mtree/
H A Dverify.c284 if (lchmod(path, p->st_mode)) in miss()
H A Dcompare.c274 if (lchmod(p->fts_accpath, s->st_mode)) in compare()
/dragonfly/sys/vfs/dirfs/
H A Ddirfs_subr.c719 if (lchmod(tmp, mode) < 0) in dirfs_node_chmod()
740 lchmod(tmp, mode); in dirfs_node_chown()
/dragonfly/bin/cp/
H A Dutils.c322 (islink ? lchmod(to.p_path, fs->st_mode) : in setfile()
/dragonfly/sbin/newfs/
H A Dfscopy.c347 if (lchmod(path, st->st_mode & ALLPERMS) < 0) in FSPaste()
/dragonfly/lib/libc/sys/
H A DMakefile.inc115 chmod.2 lchmod.2
H A DSymbol.map138 lchmod;
/dragonfly/sbin/jscan/
H A Ddump_mirror.c673 lchmod(filename, jattr->modes); in dosetattr()
/dragonfly/usr.bin/unzip/
H A Dunzip.c636 if (lchmod(*path, mode) != 0) in extract_file()
/dragonfly/sbin/restore/
H A Dtape.c574 lchmod(name, mode); in extractfile()
/dragonfly/sbin/hammer2/
H A Dcmd_recover.c1058 lchmod(dest, inode->meta.mode); in dump_tree()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c2587 lchmod(p->name, p->mode & 07777); in _archive_write_disk_close()
3769 if (lchmod(a->name, mode) != 0) { in set_mode()
/dragonfly/contrib/libarchive/
H A DNEWS644 Feb 26, 2007: Fix a broken test on platforms that lack lchmod().