lchmod
change_mode = lchmod;
if (fd ? fchmod(fd, fs->st_mode) : lchmod(to.p_path, fs->st_mode)) {
if (lchmod(fnm, mode)) {
if (lchmod(path, va->va_mode) == -1)
PATHCALL(int, lchmod, DUALCALL_LCHMOD, \
(void) lchmod(name, mode);
__weak_alias(lchmod,rump___sysimpl_lchmod);
int lchmod(const char *, mode_t);
int lchmod(const char *, mode_t);
if (lchmod(outfile, st.st_mode & ALLPERMS) != 0) {
if (lchmod(*path, mode) == -1)
if (lchmod(p->fts_accpath, s->st_mode))
if (lchmod(path, p->st_mode))