Home
last modified time | relevance | path

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

/original-bsd/sys/sys/
H A Dstat.h87 #define S_IWRITE S_IWUSR macro
/original-bsd/usr.bin/write/
H A Dwrite.c196 *msgsokP = (s.st_mode & (S_IWRITE >> 3)) != 0; /* group write bit */
/original-bsd/usr.sbin/sendmail/src/
H A Dutil.c528 int md = S_IWRITE|S_IEXEC;
662 smode = S_IWRITE;
666 smode = S_IREAD|S_IWRITE;
H A Dconf.h716 # define S_IWRITE _S_IWRITE macro
H A Drecipient.c785 errno = safefile(filename, euid, egid, uname, flags, S_IWRITE, NULL);
/original-bsd/usr.bin/error/
H A Dtouch.c739 if((statbuf.st_mode & S_IWRITE) == 0)
/original-bsd/usr.bin/msgs/
H A Dmsgs.c256 && stbuf.st_mode&S_IWRITE) {
/original-bsd/bin/rcp/
H A Drcp.c656 mode |= S_IWRITE;
/original-bsd/local/local.cmd/
H A Dcpio.c579 if(Uncond && !(Xstatb.st_mode & S_IWRITE))
H A Dncpio.c743 if((Uncond && !((!(Xstatb.st_mode & S_IWRITE) || A_special) && (Uid != 0)))) {
/original-bsd/old/cpio/
H A Dcpio.c821 if(Uncond && !((!(Xstatb.st_mode & S_IWRITE) || A_special) && (Uid != 0))) {