Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/cmd/sendmail/db/os/
H A Dos_oflags.c66 #define S_IWUSR S_IWRITE /* W for owner */
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h76 #define S_IWRITE 0000200 /* write permission, owner */ macro
/titanic_50/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h73 #define S_IWRITE _S_IWRITE macro
/titanic_50/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc99 S_IREAD | S_IWRITE)) < 0) { in redirect_io()
117 S_IREAD | S_IWRITE)) < 0) { in redirect_io()
/titanic_50/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;
/titanic_50/usr/src/ucbcmd/ls/
H A Dls.c727 { 1, S_IWRITE>>0, 'w', '-' };
733 { 1, S_IWRITE>>3, 'w', '-' };
739 { 1, S_IWRITE>>6, 'w', '-' };
/titanic_50/usr/src/cmd/sh/
H A Dtest.c145 return(chk_access(nxtarg(0), S_IWRITE, 0) == 0); in e3()
/titanic_50/usr/src/lib/libadm/common/
H A Dckpath.c230 if ((pflags & P_WRITE) && !(status.st_mode & S_IWRITE)) { in ckpath_val()
/titanic_50/usr/src/lib/librcm/
H A Dlibrcm_event.c336 fd = open(door_name, O_EXCL|O_CREAT, S_IREAD|S_IWRITE); in create_event_service()
/titanic_50/usr/src/uts/common/sys/
H A Dstat.h424 #define S_IWRITE 00200 /* write permission, owner */ macro
/titanic_50/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
/titanic_50/usr/src/cmd/sgs/error/common/
H A Derrortouch.c762 if ((statbuf.st_mode & S_IWRITE) == 0) in probethisfile()
/titanic_50/usr/src/cmd/csh/
H A Dsh.exp.c541 i = !chk_access(ep, S_IWRITE); in exp6()
/titanic_50/usr/src/cmd/vt/
H A Dvtdaemon.c1131 S_IREAD|S_IWRITE|S_IRGRP|S_IROTH)) < 0) { in make_daemon_exclusive()
/titanic_50/usr/src/lib/libsysevent/
H A Dlibsysevent.c1980 S_IREAD|S_IWRITE); in sysevent_bind_publisher()
2172 fd = open(SH_DOOR_NAME(shp), O_CREAT|O_RDWR, S_IREAD|S_IWRITE); in sysevent_bind_subscriber_cmn()
/titanic_50/usr/src/cmd/ssh/scp/
H A Dscp.c927 mode |= S_IWRITE;
/titanic_50/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c1470 fd = open(local_door_file, O_CREAT|O_RDWR, S_IREAD|S_IWRITE); in syseventd_init()
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c827 mode | S_IWRITE); in do_download()
/titanic_50/usr/src/cmd/pr/
H A Dpr.c1413 (void) chmod(Ttyout, (S_IREAD|S_IWRITE));
/titanic_50/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()
/titanic_50/usr/src/cmd/sendmail/src/
H A Drecipient.c1375 errno = safefile(filename, euid, egid, user, flags, S_IWRITE, NULL);
H A Dmap.c1450 smode = S_IWRITE;
2048 smode = S_IWRITE;
/titanic_50/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1701 S_IREAD|S_IWRITE)) < 0) { in make_daemon_exclusive()
/titanic_50/usr/src/cmd/find/
H A Dfind.c1749 if (stp->st_mode & permission(who, S_IWRITE))
/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.c2138 } else if (!(statb.st_mode & S_IWRITE)) { in writetodev()

12