| /freebsd/contrib/sendmail/test/ |
| H A D | t_pathconf.c | 70 if (fchown(fd, 1, 1) >= 0) 79 if (fchown(fd, 1, 1) >= 0)
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | fchown.c | 39 fchown(int fd, uid_t owner, gid_t group) in fchown() function
|
| /freebsd/tests/sys/fifo/ |
| H A D | fifo_misc.c | 274 if (fchown(reader_fd, -1, -1) != 0) { in test_chmodchown() 284 if (fchown(reader_fd, u, g) != 0) { in test_chmodchown()
|
| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | krbfileio.c | 74 fchown(fd, uid, gid); in k5_create_secure_file()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | mkfiles.c | 57 } else if (fchown(fd, getuid(), getgid()) < 0) { in main()
|
| H A D | dir_rd_update.c | 125 chownret = fchown(fd, 0, 0); in main()
|
| H A D | mkfile.c | 149 } else if (fchown(fd, getuid(), getgid()) < 0) { in main()
|
| /freebsd/tests/sys/cddl/zfs/bin/ |
| H A D | dir_rd_update.c | 110 chownret = fchown(fd, 0, 0); in main()
|
| /freebsd/contrib/dma/ |
| H A D | dma-mbox-create.c | 180 if (fchown(f, user_uid, mail_gid)) in main()
|
| /freebsd/sbin/mksnap_ffs/ |
| H A D | mksnap_ffs.c | 183 if (fchown(fd, -1, grp->gr_gid) != 0) in main()
|
| /freebsd/usr.sbin/pw/ |
| H A D | cpdir.c | 146 if (fchown(destfd, uid, gid) != 0) in copymkdir()
|
| /freebsd/contrib/tcpdump/lbl/ |
| H A D | os-sunos4.h | 65 int fchown(int, int, int);
|
| /freebsd/contrib/libpcap/lbl/ |
| H A D | os-sunos4.h | 65 int fchown(int, int, int);
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_write_disk_perms.c | 81 if (fchown(fd, uid, gid) != 0) { in searchgid() 96 if (fchown(fd, uid, gid) == 0) { in searchgid()
|
| /freebsd/usr.sbin/cron/crontab/ |
| H A D | crontab.c | 337 if (fchown(t, getuid(), getgid()) < 0) { 570 if (fchown(fileno(tmp), ROOT_UID, -1) < OK)
|
| /freebsd/contrib/sendmail/libsmdb/ |
| H A D | smndbm.c | 253 result = fchown(fd, uid, gid); 261 result = fchown(fd, uid, gid);
|
| /freebsd/share/doc/psd/05.sysman/ |
| H A D | spell.ok | 135 fchown
|
| /freebsd/usr.sbin/lpr/lpr/ |
| H A D | lpr.c | 317 (void) fchown(tfd, pp->daemon_user, -1); in main() 635 if (fchown(f, userid, -1) < 0) { in nfile()
|
| /freebsd/lib/libutil/ |
| H A D | quotafile.c | 196 fchown(qf->fd, 0, grp ? grp->gr_gid : 0); in quota_open() 566 fchown(newqf->fd, 0, grp ? grp->gr_gid : 0); in quota_convert()
|
| /freebsd/usr.bin/chpass/ |
| H A D | edit.c | 186 (void)fchown(fileno(fp), getuid(), getgid()); in display()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_ppsdev.c | 362 if (-1 == fchown(fdpps, sb.st_uid, sb.st_gid)) { in findMatchingPpsDev()
|
| /freebsd/lib/libsys/ |
| H A D | Symbol.sys.map | 78 fchown;
|
| /freebsd/tools/regression/security/cap_test/ |
| H A D | cap_test_capabilities.c | 300 ret = fchown(fd_cap, -1, -1); in try_file_ops() 301 CHECK_RESULT(fchown, CAP_FCHOWN, ret == 0); in try_file_ops()
|
| /freebsd/contrib/xz/src/xz/ |
| H A D | file_io.c | 331 if (fchown(pair->dest_fd, pair->src_st.st_uid, (gid_t)(-1)) in io_copy_attrs() 345 && fchown(pair->dest_fd, (uid_t)(-1), in io_copy_attrs()
|
| /freebsd/bin/mv/ |
| H A D | mv.c | 298 if (fchown(to_fd, sbp->st_uid, sbp->st_gid)) { in fastcopy()
|