Home
last modified time | relevance | path

Searched refs:fchown (Results 1 – 25 of 78) sorted by relevance

1234

/titanic_41/usr/src/lib/libc/port/sys/
H A Dchown.c63 #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 Dchown.c95 fchown(int fd, uid_t uid, uid_t gid) in fchown() function
/titanic_41/usr/src/cmd/oamuser/group/
H A Ddel_group.c81 fchown(fd, sbuf.st_uid, sbuf.st_gid) != 0) { in del_group()
H A Dadd_group.c72 fchown(fileno(etctmp), sb.st_uid, sb.st_gid) != 0 ||
H A Dmod_group.c81 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 Ddir_rd_update.c107 chownret = fchown(fd, 0, 0); in main()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsafechown.c58 if (fchown(fd, uid, gid)) { in safechown()
/titanic_41/usr/src/cmd/acct/
H A Daccton.c94 if (fchown(fd, admuid, (gid_t)admuid) == ERR) { in ckfile()
/titanic_41/usr/src/cmd/ttymon/
H A Dtmextern.h113 extern int fchown();
H A Dtmchild.c327 (void) fchown(0, ROOTUID, Tty_gid);
597 (void) fchown(0, pmtab->p_uid, Tty_gid);
H A Dttymon.c498 (void) fchown(fd, Uucp_uid, Tty_gid);
500 (void) fchown(fd, ROOTUID, Tty_gid);
/titanic_41/usr/src/man/man2/
H A DMakefile188 fchown.2 \
287 fchown.2 := LINKSRC = chown.2
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mdcf.c70 (void) fchown(fileno(tfp), sbuf.st_uid, sbuf.st_gid); in meta_update_md_cf()
H A Dmeta_patch.c115 if (fchown(fileno(tfp), sbuf.st_uid, sbuf.st_gid) != 0) { in meta_patch_vfstab()
/titanic_41/usr/src/lib/libnsl/common/
H A Ddaemon_utils.c183 ret = fchown(fd, uid, gid); in _create_daemon_lock()
/titanic_41/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c248 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 Dproj.c79 fchown(fd, sbuf.st_uid, sbuf.st_gid) != 0) { in edit_project()
H A Dgroups.c90 fchown(fd, sbuf.st_uid, sbuf.st_gid) != 0) { in edit_group()
/titanic_41/usr/src/uts/intel/os/
H A Dname_to_sysnum89 fchown 94
/titanic_41/usr/src/uts/sparc/os/
H A Dname_to_sysnum88 fchown 94
/titanic_41/usr/src/ucbcmd/sbcp/
H A Dsyscalls.list147 fchown SIMPLE /* 123 = 3, fchown */
/titanic_41/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c256 result = fchown(fd, uid, gid);
264 result = fchown(fd, uid, gid);
/titanic_41/usr/src/cmd/modload/
H A Dplcysubr.c304 (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 Dlibsys.list24 f 1 fchown
/titanic_41/usr/src/lib/libsys/sparc/
H A Dlibsys.list24 f 1 fchown

1234