/osnet-11/usr/src/lib/libc/port/sys/ |
H A D | chown.c | 54 #pragma weak _fchown = fchown 56 fchown(int filedes, uid_t uid, gid_t gid) function
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | krbfileio.c | 78 fchown(fd, uid, gid);
|
H A D | safechown.c | 57 if (fchown(fd, uid, gid)) {
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mdcf.c | 70 (void) fchown(fileno(tfp), sbuf.st_uid, sbuf.st_gid);
|
H A D | meta_patch.c | 115 if (fchown(fileno(tfp), sbuf.st_uid, sbuf.st_gid) != 0) {
|
H A D | meta_systemfile.c | 114 (fchown(fileno(*tfp), sbuf.st_uid, sbuf.st_gid)
|
H A D | meta_db.c | 476 if (fchown(fileno(cfp), sbuf.st_uid, sbuf.st_gid) != 0)
|
/osnet-11/usr/src/lib/libnsl/common/ |
H A D | daemon_utils.c | 183 ret = fchown(fd, uid, gid);
|
/osnet-11/usr/src/cmd/sendmail/libsmdb/ |
H A D | smndbm.c | 256 result = fchown(fd, uid, gid); 264 result = fchown(fd, uid, gid); 597 /* XXX Got to get fchown stuff in here */
|
H A D | smdb1.c | 289 result = fchown(fd, uid, gid);
|
H A D | smdb2.c | 335 result = fchown(fd, uid, gid);
|
/osnet-11/usr/src/lib/libzonecfg/common/ |
H A D | getzoneent.c | 312 (void) fchown(tmp_file_desc, ZONE_INDEX_UID, ZONE_INDEX_GID);
|
/osnet-11/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 517 int fchown(int, int, int);
|
/osnet-11/usr/src/lib/libsmbns/common/ |
H A D | smbns_netbios.c | 505 (void) fchown(fileno(fp), uid, gid);
|
/osnet-11/usr/src/lib/libdevalloc/common/ |
H A D | libdevalloc.c | 1253 (void) fchown(lockfd, DA_UID, DA_GID); 1506 (void) fchown(tmpfd, DA_UID, DA_GID); 1645 (void) fchown(tafd, DA_UID, DA_GID); 1736 (void) fchown(tmfd, DA_UID, DA_GID);
|
/osnet-11/usr/src/lib/passwdutil/ |
H A D | files_attr.c | 958 (void) fchown(tempfd, (uid_t)0, stbuf.st_gid); 1189 (void) fchown(tmpfd, (uid_t)0, (gid_t)0);
|
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | logging.c | 154 (void) fchown(fd, chan->out.file.owner, chan->out.file.group);
|
/osnet-11/usr/src/lib/libipsecutil/common/ |
H A D | algs.c | 319 if (fchown(fd, CFG_OWNER, CFG_GROUP) == -1) {
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdladm.c | 844 if (fchown(nfd, UID_DLADM, GID_NETADM) < 0) {
|
/osnet-11/usr/src/lib/libzoneinfo/common/ |
H A D | libzone.c | 1141 if (fchown(fileno(ofp), sb.st_uid, sb.st_gid) == -1) {
|
/osnet-11/usr/src/lib/nsswitch/pynss/common/ |
H A D | nssbase.py | 518 os.fchown(self.tmpfd.fileno(), self.OWNER, self.GROUP)
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | map.c | 1637 if (fchown(dfd, TrustedUid, -1) < 0 || 1638 fchown(pfd, TrustedUid, -1) < 0) 1650 "no fchown(): cannot change ownership on %s", 1652 message("050 no fchown(): cannot change ownership on %s", 2252 if (fchown(fd, TrustedUid, -1) < 0) 2264 "no fchown(): cannot change ownership on %s", 2266 message("050 no fchown(): cannot change ownership on %s",
|
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_lgrp.c | 2753 fchown(fileno(etctmp), sb.st_uid, sb.st_gid) != 0) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | doio.c | 882 (void)fchown(PL_lastfd,fileuid,filegid);
|
H A D | config_h.SH | 146 * This symbol, if defined, indicates that the fchown routine is available
|