fchmodat
int fchmodat(int, const char *, mode_t, int);
fchmodat(ff->ff_dirfd, newname, perm, 0) != 0 ||
fchmodat(ff->ff_dirfd, newname, perm, 0) != 0 ||
fchmodat(ff->ff_dirfd, newname, perm, 0) != 0 ||
if (fchmodat(file->ff_dirfd, file->ff_name,
if (fchmodat(file->ff_dirfd, file->ff_name,
return (fchmodat(AT_FDCWD, path, mode, 0));
return (fchmodat(fd, NULL, mode, 0));
if (fchmodat(AT_FDCWD, link, 0666, AT_SYMLINK_NOFOLLOW) == 0) {
if (fchmodat(AT_FDCWD, file, 0666, AT_SYMLINK_NOFOLLOW) != 0) {
/* 101 */ SYSENT_CI("fchmodat", fchmodat, 4),
int fchmodat(int, char *, int, int);
/* 101 */ SYSENT_CI("fchmodat", fchmodat, 4),
extern int fchmodat(int, const char *, mode_t, int);
return (fchmodat(AT_FDCWD, path, mode, 0));
return (fchmodat(fd, NULL, mode, 0));