Home
last modified time | relevance | path

Searched refs:fchown (Results 26 – 50 of 76) sorted by relevance

1234

/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c678 error = fchown(fd_ptemp, statbuf.st_uid, statbuf.st_gid); in main()
722 error = fchown(fd_stemp, statbuf.st_uid, statbuf.st_gid); in main()
762 error = fchown(fd_uatemp, statbuf.st_uid, statbuf.st_gid); in main()
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c181 int fchown(int, uid_t, uid_t);
549 /* 94 */ SYSENT_CI("fchown", fchown, 3),
916 /* 94 */ SYSENT_CI("fchown", fchown, 3),
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c320 (void) fchown(tmp_file_desc, ZONE_INDEX_UID, ZONE_INDEX_GID); in putzoneent()
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c399 } else if (fchown(fd, ROOT_UID, ROOT_GID) != 0) { in pam_sm_setcred()
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/
H A Dimplicit_dependencies_verbose.pretty313 {'call': 'fchown',
785 {'call': 'fchown',
1165 {'call': 'fchown', 'reason': set([('fd', 'flags')])},
1523 {'call': 'fchown', 'reason': set([('fd', 'flags')])},
1885 {'call': 'fchown',
4560 {'call': 'fchown',
5498 {'call': 'fchown',
6122 {'call': 'fchown',
7007 {'call': 'fchown',
8179 {'call': 'fchown',
[all …]
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c1196 (void) fchown(lockfd, DA_UID, DA_GID); in _da_lock_devdb()
1449 (void) fchown(tmpfd, DA_UID, DA_GID); in da_update_defattrs()
1588 (void) fchown(tafd, DA_UID, DA_GID); in da_update_device()
1679 (void) fchown(tmfd, DA_UID, DA_GID); in da_update_device()
/illumos-gate/usr/src/cmd/sed/
H A Dmain.c436 (fchown(fileno(outfile), sb.st_uid, sb.st_gid) in mf_fgets()
/illumos-gate/usr/src/boot/include/
H A Dunistd.h404 int fchown(int, uid_t, gid_t);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c406 (void) fchown(fd, 0, 2); /* force owner to root/bin */ in utmpx_clear_old()
/illumos-gate/usr/src/cmd/rctladm/
H A Drctladm.c173 (void) fchown(fd, CONFIGOWNER, CONFIGGROUP); in rctladm_save_config()
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_after.h512 int fchown(int, int, int);
/illumos-gate/usr/src/cmd/varpd/
H A Dvarpd.c158 if (fchown(fd, UID_NETADM, GID_NETADM) != 0) in varpd_dir_setup()
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.c506 (void) fchown(fileno(fp), uid, gid); in smb_netbios_dump()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c454 if (fchown(fd, uid, gid) < 0) { in cmd_start()
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c932 (void) fchown(tempfd, (uid_t)0, stbuf.st_gid); in files_update_shadow()
1165 (void) fchown(tmpfd, (uid_t)0, (gid_t)0); in files_update_history()
/illumos-gate/usr/src/lib/libadm/common/
H A Dputdgrp.c175 (void) fchown(fileno(fp), sbuf.st_uid, in opennewdgrptab()
/illumos-gate/usr/src/head/
H A Dunistd.h305 extern int fchown(int, uid_t, gid_t);
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_main.c460 if (fchown(fd, uid, gid) != 0) in vscand_init_file()
/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd_door.c430 if (fchown(fd, UID_NETADM, GID_NETADM) != 0) { in libvarpd_door_server_create()
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies_verbose2052 {'call': 'fchown',
2232 {'call': 'fchown',
2462 'fchown': [{'call': 'syncfs',
2492 {'call': 'fchown',
2698 {'call': 'fchown',
3416 {'call': 'fchown',
4298 {'call': 'fchown',
7659 {'call': 'fchown',
8984 {'call': 'fchown',
13193 {'call': 'fchown',
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c289 result = fchown(fd, uid, gid);
H A Dsmdb2.c335 result = fchown(fd, uid, gid);
/illumos-gate/usr/src/cmd/cron/
H A Dcrontab.c272 if (fchown(tmpfd, ruid, -1) == -1) { in main()
/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c286 if (fchown(dcp->dc_conf_fd, DC_OWNER, DC_GROUP) == -1) in dconf_write()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg779 @ MSG_SYS_FCHOWN "[ fchown ]" # 94
780 @ MSG_SYS_FCHOWN_ALT "fchown"

1234