Home
last modified time | relevance | path

Searched refs:fchmod (Results 1 – 25 of 100) sorted by last modified time

1234

/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2599 fchmod;
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c457 if (fchmod(fd, mode) < 0) in mq_open()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmchild.c326 (void) fchmod(0, 0620); in openline()
584 (void) fchmod(0, 0620); in invoke_service()
H A Dttymon.c488 (void) fchmod(fd, 0620); in open_device()
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1212 if (fchmod(fileno(fp), S_IRWXU|S_IRGRP|S_IROTH)) in log2errdefs()
1901 if (fchmod(fileno(sfp), S_IRWXU|S_IRGRP|S_IROTH)) in test_driver()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc72 link path=usr/share/man/man2/fchmod.2 target=chmod.2
/illumos-gate/usr/src/man/man2/
H A DMakefile191 fchmod.2 \
292 fchmod.2 := LINKSRC = chmod.2
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c540 fchmod(Cn, M_DEVICEMODE); in main()
1619 fchmod(Cn, Dev_mode); in cleanup()
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c182 int fchmod(int, int);
548 /* 93 */ SYSENT_CI("fchmod", fchmod, 2),
915 /* 93 */ SYSENT_CI("fchmod", fchmod, 2),
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c1870 if (fchmod(dirfd, G_p->g_mode) != 0) { in creat_spec()
3983 if (fchmod(dirfd, newmode) == -1) { in retry_open_attr()
4011 if (fchmod(dirfd, parentstat.st_mode) == -1) { in retry_open_attr()
6315 error = fchmod(Ofile, new_mask); in rstfiles()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c2082 (void) fchmod(fileno(status_fp), 0644); in idmap_cfg_discover1()
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c521 (void) fchmod(fileno(dfstab), 0644); in open_dfstab()
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c3496 if (fchmod(mpconf, S_IRUSR | S_IRGRP | S_IROTH) < 0) { in MP_RegisterPlugin()
3605 if (fchmod(mpconf, S_IRUSR | S_IRGRP | S_IROTH) < 0) { in MP_DeregisterPlugin()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1633 reti = fchmod(((krb5_fcc_data *) id->data)->file, S_IREAD | S_IWRITE); in krb5_fcc_initialize()
2235 fchmod(ret, S_IRUSR | S_IWUSR); in krb5_fcc_generate_new()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow.c402 if (fchmod(nfd, DLADM_FLOW_DB_PERMS) == -1) in i_dladm_flow_walk_rw_db()
H A Dlibdladm.c805 if (fchmod(nfd, db_perms) < 0) { in i_dladm_rw_db()
/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c236 if (fchmod(to_fd, mode)) {
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_domain.c442 (void) fchmod(fileno(fp), 0600); in smb_domain_save()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_dli.c110 if (fchmod(fd, mode) < 0) { in di_dli_open()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dtmpfile.c86 (void) fchmod(mkret, 0666 & ~current_umask); in _common()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsafechown.c62 if (fchmod(fd, (mode_t)mode)) { in safechown()
/illumos-gate/usr/src/cmd/tip/
H A Duucplock.c229 (void) fchmod(fd, 0444); in onelock()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg777 @ MSG_SYS_FCHMOD "[ fchmod ]" # 93
778 @ MSG_SYS_FCHMOD_ALT "fchmod"
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmail.local.c814 (void) fchmod(mbfd, 0660);
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dgroups.c86 if (fchmod(fd, sbuf.st_mode) != 0 || in edit_group()

1234