/titanic_50/usr/src/cmd/sendmail/db/os/ |
H A D | os_oflags.c | 66 #define S_IWUSR S_IWRITE /* W for owner */
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | stat.h | 76 #define S_IWRITE 0000200 /* write permission, owner */ macro
|
/titanic_50/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acmsvc.h | 73 #define S_IWRITE _S_IWRITE macro
|
/titanic_50/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 99 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 D | safefile.c | 207 int md = S_IWRITE|S_IEXEC; 709 smode = S_IWRITE; 713 smode = S_IREAD|S_IWRITE;
|
/titanic_50/usr/src/ucbcmd/ls/ |
H A D | ls.c | 727 { 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 D | test.c | 145 return(chk_access(nxtarg(0), S_IWRITE, 0) == 0); in e3()
|
/titanic_50/usr/src/lib/libadm/common/ |
H A D | ckpath.c | 230 if ((pflags & P_WRITE) && !(status.st_mode & S_IWRITE)) { in ckpath_val()
|
/titanic_50/usr/src/lib/librcm/ |
H A D | librcm_event.c | 336 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 D | stat.h | 424 #define S_IWRITE 00200 /* write permission, owner */ macro
|
/titanic_50/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 734 # 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 D | errortouch.c | 762 if ((statbuf.st_mode & S_IWRITE) == 0) in probethisfile()
|
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.exp.c | 541 i = !chk_access(ep, S_IWRITE); in exp6()
|
/titanic_50/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 1131 S_IREAD|S_IWRITE|S_IRGRP|S_IROTH)) < 0) { in make_daemon_exclusive()
|
/titanic_50/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 1980 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 D | scp.c | 927 mode |= S_IWRITE;
|
/titanic_50/usr/src/cmd/syseventd/daemons/syseventd/ |
H A D | syseventd.c | 1470 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 D | sftp-client.c | 827 mode | S_IWRITE); in do_download()
|
/titanic_50/usr/src/cmd/pr/ |
H A D | pr.c | 1413 (void) chmod(Ttyout, (S_IREAD|S_IWRITE));
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_file.c | 1633 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 D | recipient.c | 1375 errno = safefile(filename, euid, egid, user, flags, S_IWRITE, NULL);
|
H A D | map.c | 1450 smode = S_IWRITE; 2048 smode = S_IWRITE;
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 1701 S_IREAD|S_IWRITE)) < 0) { in make_daemon_exclusive()
|
/titanic_50/usr/src/cmd/find/ |
H A D | find.c | 1749 if (stp->st_mode & permission(who, S_IWRITE))
|
/titanic_50/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 2138 } else if (!(statb.st_mode & S_IWRITE)) { in writetodev()
|