/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | chown.c | 63 #pragma weak _fchown = fchown 65 fchown(int filedes, uid_t uid, gid_t gid) in fchown() function
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | chown.c | 95 fchown(int fd, uid_t uid, uid_t gid) in fchown() function
|
/titanic_41/usr/src/cmd/oamuser/group/ |
H A D | del_group.c | 81 fchown(fd, sbuf.st_uid, sbuf.st_gid) != 0) { in del_group()
|
H A D | add_group.c | 72 fchown(fileno(etctmp), sb.st_uid, sb.st_gid) != 0 ||
|
H A D | mod_group.c | 81 fchown(fd, sbuf.st_uid, sbuf.st_gid) != 0) { in mod_group()
|
/titanic_41/usr/src/test/zfs-tests/cmd/dir_rd_update/ |
H A D | dir_rd_update.c | 107 chownret = fchown(fd, 0, 0); in main()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | safechown.c | 58 if (fchown(fd, uid, gid)) { in safechown()
|
/titanic_41/usr/src/cmd/acct/ |
H A D | accton.c | 94 if (fchown(fd, admuid, (gid_t)admuid) == ERR) { in ckfile()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmextern.h | 113 extern int fchown();
|
H A D | tmchild.c | 327 (void) fchown(0, ROOTUID, Tty_gid); 597 (void) fchown(0, pmtab->p_uid, Tty_gid);
|
H A D | ttymon.c | 498 (void) fchown(fd, Uucp_uid, Tty_gid); 500 (void) fchown(fd, ROOTUID, Tty_gid);
|
/titanic_41/usr/src/man/man2/ |
H A D | Makefile | 188 fchown.2 \ 287 fchown.2 := LINKSRC = chown.2
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mdcf.c | 70 (void) fchown(fileno(tfp), sbuf.st_uid, sbuf.st_gid); in meta_update_md_cf()
|
H A D | meta_patch.c | 115 if (fchown(fileno(tfp), sbuf.st_uid, sbuf.st_gid) != 0) { in meta_patch_vfstab()
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | daemon_utils.c | 183 ret = fchown(fd, uid, gid); in _create_daemon_lock()
|
/titanic_41/usr/src/cmd/ypcmd/yppasswd/ |
H A D | changepasswd.c | 248 fchown(npwfd, pwstat.st_uid, pwstat.st_gid); in changepasswd() 272 fchown(nspfd, spstat.st_uid, spstat.st_gid); in changepasswd() 298 fchown(nadjfd, adjstat.st_uid, adjstat.st_gid); in changepasswd()
|
/titanic_41/usr/src/cmd/oamuser/user/ |
H A D | proj.c | 79 fchown(fd, sbuf.st_uid, sbuf.st_gid) != 0) { in edit_project()
|
H A D | groups.c | 90 fchown(fd, sbuf.st_uid, sbuf.st_gid) != 0) { in edit_group()
|
/titanic_41/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 89 fchown 94
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 88 fchown 94
|
/titanic_41/usr/src/ucbcmd/sbcp/ |
H A D | syscalls.list | 147 fchown SIMPLE /* 123 = 3, fchown */
|
/titanic_41/usr/src/cmd/sendmail/libsmdb/ |
H A D | smndbm.c | 256 result = fchown(fd, uid, gid); 264 result = fchown(fd, uid, gid);
|
/titanic_41/usr/src/cmd/modload/ |
H A D | plcysubr.c | 304 (void) fchown(newfd, buf.st_uid, buf.st_gid); in delete_one_entry() 307 (void) fchown(newfd, 0, 3); /* root:sys */ in delete_one_entry()
|
/titanic_41/usr/src/lib/libsys/i386/ |
H A D | libsys.list | 24 f 1 fchown
|
/titanic_41/usr/src/lib/libsys/sparc/ |
H A D | libsys.list | 24 f 1 fchown
|