Symbol: fchownat
usr/src/boot/include/unistd.h
431
int fchownat(int, const char *, uid_t, gid_t, int);
usr/src/cmd/cpio/cpio.c
1856
if (fchownat(dirfd, ".", Rpw_p->pw_uid,
usr/src/cmd/cpio/cpio.c
1863
} else if ((fchownat(dirfd, ".", G_p->g_uid,
usr/src/cmd/cpio/cpio.c
5732
if (fchownat(dirfd,
usr/src/cmd/cpio/cpio.c
5749
} else if ((fchownat(dirfd, get_component(nam_p),
usr/src/cmd/cpio/cpio.c
6264
if (fchownat(dirfd, get_component(onam_p),
usr/src/cmd/cpio/cpio.c
6276
if ((fchownat(dirfd, get_component(onam_p),
usr/src/cmd/tar/tar.c
110
static int fchownat();
usr/src/cmd/tar/tar.c
3177
if (fchownat(dirfd, ".", stbuf.st_uid,
usr/src/cmd/tar/tar.c
4576
(void) fchownat(dirfd, name, duid, dgid, symflag);
usr/src/head/unistd.h
577
extern int fchownat(int, const char *, uid_t, gid_t, int);
usr/src/lib/lib9p/common/backend/fs.c
1486
if (fchownat(ff->ff_dirfd, newname, uid, gid, AT_SYMLINK_NOFOLLOW) != 0 ||
usr/src/lib/lib9p/common/backend/fs.c
1527
if (fchownat(ff->ff_dirfd, newname, uid, gid, AT_SYMLINK_NOFOLLOW) != 0 ||
usr/src/lib/lib9p/common/backend/fs.c
1627
if (fchownat(ff->ff_dirfd, newname, uid, gid, AT_SYMLINK_NOFOLLOW) != 0 ||
usr/src/lib/lib9p/common/backend/fs.c
1683
if (fchownat(ff->ff_dirfd, newname, uid, gid, AT_SYMLINK_NOFOLLOW) != 0 ||
usr/src/lib/lib9p/common/backend/fs.c
2157
if (fchownat(file->ff_dirfd, file->ff_name, l9stat->n_uid,
usr/src/lib/lib9p/common/backend/fs.c
2667
if (fchownat(file->ff_dirfd, file->ff_name, uid, gid,
usr/src/lib/libc/port/sys/chown.c
48
return (fchownat(AT_FDCWD, name, uid, gid, 0));
usr/src/lib/libc/port/sys/chown.c
59
return (fchownat(AT_FDCWD, name, uid, gid, AT_SYMLINK_NOFOLLOW));
usr/src/lib/libc/port/sys/chown.c
70
return (fchownat(filedes, NULL, uid, gid, 0));
usr/src/uts/common/os/sysent.c
503
/* 56 */ SYSENT_CI("fchownat", fchownat, 5),
usr/src/uts/common/os/sysent.c
77
int fchownat(int, char *, uid_t, gid_t, int);
usr/src/uts/common/os/sysent.c
878
/* 56 */ SYSENT_CI("fchownat", fchownat, 5),
usr/src/uts/common/syscall/chown.c
85
return (fchownat(AT_FDCWD, path, uid, gid, 0));
usr/src/uts/common/syscall/chown.c
91
return (fchownat(AT_FDCWD, path, uid, gid, AT_SYMLINK_NOFOLLOW));
usr/src/uts/common/syscall/chown.c
97
return (fchownat(fd, NULL, uid, gid, 0));