lchmod
(islink ? lchmod(to.p_path, fs->st_mode) :
return(lchmod(path, mode));
return(lchmod(path, mode));
lchmod(dest, inode->meta.mode);
lchmod(filename, jattr->modes);
if (lchmod(path, st->st_mode & ALLPERMS) < 0)
lchmod(name, mode);
int lchmod(const char *, mode_t);
struct lchmod_args lchmod;
if (lchmod(tmp, mode) < 0)
lchmod(tmp, mode);
if (lchmod(*path, mode) != 0)
if (lchmod(p->fts_accpath, s->st_mode))
if (lchmod(path, p->st_mode))