Searched refs:S_IWGRP (Results 1 - 25 of 126) sorted by relevance

123456

/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dmodedata.c64 S_IWGRP, X_IWGRP,
H A Dstrperm.c110 typ |= S_IWUSR|S_IWGRP|S_IWOTH;
192 perm |= who & (S_IWUSR|S_IWGRP);
197 if (typ & S_IWGRP)
H A Dfmtperm.c71 if (perm & S_IWGRP)
/macosx-10.10/uucp-11/uucp/unix/
H A Dchmod.c24 imode |= S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_s_ifmt.h56 #define S_IWGRP 0000020 /* [XSI] W for group */ macro
/macosx-10.10/basic_cmds-55/mesg/
H A Dmesg.c88 if (sb.st_mode & S_IWGRP) {
98 if (chmod(tty, sb.st_mode | S_IWGRP) < 0)
102 if (chmod(tty, sb.st_mode & ~S_IWGRP) < 0)
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h124 # define S_IWGRP (S_IWRITE >> 3) /* write, group */ macro
133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
139 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixstat.h124 # define S_IWGRP (S_IWRITE >> 3) /* write, group */ macro
133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
139 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dfilemode.c84 #ifndef S_IWGRP macro
85 #define S_IWGRP 0020
115 str[5] = (mode & S_IWGRP) != 0 ? 'w' : '-';
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dstat.h35 #define S_IWGRP _S_IWRITE /* Group write permission */ macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dsymlink.c48 if ((fd = open(b, O_CREAT|O_TRUNC|O_WRONLY|O_cloexec, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)) < 0)
/macosx-10.10/procmail-14/procmail/src/
H A Drecommend.c8 #define PERMIS (S_IRWXU|S_IRWXG&~S_IWGRP|S_IRWXO&~S_IWOTH)
33 { if(!(stbuf.st_mode&S_IWGRP))
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Dclib_port.h108 #ifndef S_IWGRP
109 #define S_IWGRP 0 /* W for group */ macro
136 #ifndef S_IWGRP
137 #define S_IWGRP 0000020 /* W for group */ macro
/macosx-10.10/BerkeleyDB-21/db/build_s60/
H A Dclib_port.h108 #ifndef S_IWGRP
109 #define S_IWGRP 0 /* W for group */ macro
136 #ifndef S_IWGRP
137 #define S_IWGRP 0000020 /* W for group */ macro
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/
H A Dclib_port.h110 #ifndef S_IWGRP
111 #define S_IWGRP 0 /* W for group */ macro
138 #ifndef S_IWGRP
139 #define S_IWGRP 0000020 /* W for group */ macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Dclib_port.h110 #ifndef S_IWGRP
111 #define S_IWGRP 0 /* W for group */ macro
138 #ifndef S_IWGRP
139 #define S_IWGRP 0000020 /* W for group */ macro
/macosx-10.10/BerkeleyDB-21/db/build_windows/
H A Dclib_port.h110 #ifndef S_IWGRP
111 #define S_IWGRP 0 /* W for group */ macro
138 #ifndef S_IWGRP
139 #define S_IWGRP 0000020 /* W for group */ macro
/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A Dmisc.c241 S_IREAD | S_IWRITE | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
287 S_IREAD | S_IWRITE | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
317 S_IREAD | S_IWRITE | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
337 S_IREAD | S_IWRITE | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
/macosx-10.10/ntp-92/lib/isc/win32/include/isc/
H A Dstat.h36 #define S_IWGRP _S_IWRITE /* Group write permission */ macro
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dos.h84 #define DB_MODE_660 (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP)
85 #define DB_MODE_666 (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dfileacc.c53 mode |= S_IWGRP;
88 if (mode & S_IWGRP)
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dmodechange.c61 && S_IRGRP == RGRP && S_IWGRP == WGRP && S_IXGRP == XGRP
71 | (octal & WGRP ? S_IWGRP : 0)
237 value |= S_IWUSR | S_IWGRP | S_IWOTH;
339 | (value & (S_IWUSR | S_IWGRP | S_IWOTH)
340 ? S_IWUSR | S_IWGRP | S_IWOTH : 0)
H A Dsys_stat_.h223 #if !S_IWGRP
224 # define S_IWGRP (S_IWUSR >> 3) macro
247 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/macosx-10.10/text_cmds-88/sort/
H A Dstat-macros.h212 # if !S_IWGRP
213 # define S_IWGRP (S_IWUSR >> 3) macro
236 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/macosx-10.10/ksh-23/ksh/src/lib/libast/features/
H A Dmode.c158 #ifndef S_IWGRP
159 printf("#define S_IWGRP 0%04o\n", X_IWGRP);
161 if (S_IWGRP != X_IWGRP) idperm = 0;
187 printf("#define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)\n");

Completed in 324 milliseconds

123456