/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | chown.c | 34 #pragma weak _fchownat = fchownat 36 fchownat(int fd, const char *name, uid_t uid, gid_t gid, int flags) in fchownat() function 48 return (fchownat(AT_FDCWD, name, uid, gid, 0)); in chown() 59 return (fchownat(AT_FDCWD, name, uid, gid, AT_SYMLINK_NOFOLLOW)); in lchown() 70 return (fchownat(filedes, NULL, uid, gid, 0)); in fchown()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | chown.c | 58 fchownat(int fd, char *path, uid_t uid, gid_t gid, int flag) in fchownat() function 85 return (fchownat(AT_FDCWD, path, uid, gid, 0)); in chown() 91 return (fchownat(AT_FDCWD, path, uid, gid, AT_SYMLINK_NOFOLLOW)); in lchown() 97 return (fchownat(fd, NULL, uid, gid, 0)); in fchown()
|
/titanic_41/usr/src/man/man2/ |
H A D | Makefile | 189 fchownat.2 \ 288 fchownat.2 := LINKSRC = chown.2
|
/titanic_41/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 53 fchownat 56
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 52 fchownat 56
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sysent.c | 76 int fchownat(int, char *, uid_t, gid_t, int); 504 /* 56 */ SYSENT_CI("fchownat", fchownat, 5), 879 /* 56 */ SYSENT_CI("fchownat", fchownat, 5),
|
/titanic_41/usr/src/head/ |
H A D | unistd.h | 576 extern int fchownat(int, const char *, uid_t, gid_t, int);
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 690 @ MSG_SYS_FCHOWNAT "[ fchownat ]" # 56 691 @ MSG_SYS_FCHOWNAT_ALT "fchownat"
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 280 fchownat
|
/titanic_41/usr/src/cmd/cpio/ |
H A D | cpio.c | 1847 if (fchownat(dirfd, ".", Rpw_p->pw_uid, in creat_spec() 1854 } else if ((fchownat(dirfd, ".", G_p->g_uid, in creat_spec() 5725 if (fchownat(dirfd, in openout() 5742 } else if ((fchownat(dirfd, get_component(nam_p), in openout() 6253 if (fchownat(dirfd, get_component(onam_p), in rstfiles() 6265 if ((fchownat(dirfd, get_component(onam_p), in rstfiles() 9697 fchownat(int fd, char *name, uid_t owner, gid_t group, int flag) in fchownat() function
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 183 link path=usr/share/man/man2/fchownat.2 target=chown.2
|
/titanic_41/usr/src/cmd/tar/ |
H A D | tar.c | 108 static int fchownat(); 3118 if (fchownat(dirfd, ".", stbuf.st_uid, in doxtract() 4517 (void) fchownat(dirfd, name, duid, dgid, symflag); in resugname() 8498 fchownat(int fd, const char *name, uid_t owner, gid_t group, int flag) in fchownat() function
|
/titanic_41/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 331 284:AUE_FCHOWNAT:fchownat(2):no
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 983 fchownat;
|
/titanic_41/ |
H A D | .gitignore | 4574 usr/src/man/man2/fchownat.2
|