Home
last modified time | relevance | path

Searched refs:S_IWRITE (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacwin64.h181 #define S_IWRITE _S_IWRITE macro
H A Dacwin.h196 #define S_IWRITE _S_IWRITE macro
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_oflags.c66 #define S_IWUSR S_IWRITE /* W for owner */
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc100 S_IREAD | S_IWRITE)) < 0) { in redirect_io()
118 S_IREAD | S_IWRITE)) < 0) { in redirect_io()
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c207 int md = S_IWRITE|S_IEXEC;
709 smode = S_IWRITE;
713 smode = S_IREAD|S_IWRITE;
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c725 { 1, S_IWRITE>>0, 'w', '-' };
731 { 1, S_IWRITE>>3, 'w', '-' };
737 { 1, S_IWRITE>>6, 'w', '-' };
/illumos-gate/usr/src/cmd/sh/
H A Dtest.c143 return(chk_access(nxtarg(0), S_IWRITE, 0) == 0); in e3()
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h208 #define S_IWRITE S_IWUSR macro
/illumos-gate/usr/src/lib/libadm/common/
H A Dckpath.c230 if ((pflags & P_WRITE) && !(status.st_mode & S_IWRITE)) { in ckpath_val()
/illumos-gate/usr/src/lib/librcm/
H A Dlibrcm_event.c334 fd = open(door_name, O_EXCL|O_CREAT, S_IREAD|S_IWRITE); in create_event_service()
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h734 # define S_IWUSR S_IWRITE
1356 # define S_IWRITE _S_IWRITE macro
1859 # define S_IWRITE S_IWUSR macro
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h424 #define S_IWRITE 00200 /* write permission, owner */ macro
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c541 i = !chk_access(ep, S_IWRITE); in exp6()
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c763 if ((statbuf.st_mode & S_IWRITE) == 0) in probethisfile()
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c1131 S_IREAD|S_IWRITE|S_IRGRP|S_IROTH)) < 0) { in make_daemon_exclusive()
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c1981 S_IREAD|S_IWRITE); in sysevent_bind_publisher()
2173 fd = open(SH_DOOR_NAME(shp), O_CREAT|O_RDWR, S_IREAD|S_IWRITE); in sysevent_bind_subscriber_cmn()
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c1469 fd = open(local_door_file, O_CREAT|O_RDWR, S_IREAD|S_IWRITE); in syseventd_init()
/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()
1635 reti = chmod(((krb5_fcc_data *) id->data)->filename, S_IREAD | S_IWRITE); in krb5_fcc_initialize()
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c1412 (void) chmod(Ttyout, (S_IREAD|S_IWRITE));
/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c1373 errno = safefile(filename, euid, egid, user, flags, S_IWRITE, NULL);
H A Dmap.c1450 smode = S_IWRITE;
2048 smode = S_IWRITE;
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1757 if (stp->st_mode & permission(who, S_IWRITE)) in list()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1726 S_IREAD|S_IWRITE)) < 0) { in make_daemon_exclusive()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c2125 } else if (!(statb.st_mode & S_IWRITE)) { in writetodev()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c1761 if ((ZTOV(zp)->v_type == VDIR) && (mode & S_IWRITE)) { in zfs_create()

12