Symbol: S_IWGRP
bin/sh/miscbltin.c
411
if ((mask & S_IWGRP) == 0)
crypto/heimdal/appl/login/login.c
348
if (chmod (ttyn, S_IRUSR | S_IWUSR | S_IWGRP) < 0) {
crypto/heimdal/kcm/acl.c
111
mask |= S_IWUSR|S_IWGRP|S_IWOTH;
crypto/heimdal/kcm/acl.c
132
mask |= S_IWGRP;
crypto/heimdal/lib/krb5/kuserok.c
131
if ((st.st_mode & (S_IWGRP | S_IWOTH)) != 0)
crypto/heimdal/lib/krb5/kuserok.c
74
if ((st.st_mode & (S_IWGRP | S_IWOTH)) != 0) {
crypto/heimdal/lib/roken/iruserok.c
270
else if (sbuf.st_mode & (S_IWGRP|S_IWOTH))
crypto/openssh/openbsd-compat/strmode.c
104
if (mode & S_IWGRP)
crypto/openssh/sshd.c
1807
(sb.st_mode & (S_IWGRP|S_IWOTH)) != 0))
crypto/openssh/sshd.c
1809
if (sb.st_uid != 0 || (sb.st_mode & (S_IWGRP|S_IWOTH)) != 0)
lib/libc/gen/setmode.c
269
perm |= S_IWUSR|S_IWGRP|S_IWOTH;
lib/libc/net/rcmd.c
482
else if (sbuf.st_mode & (S_IWGRP|S_IWOTH))
lib/libc/posix1e/acl_equiv_mode_np.c
77
ret_mode |= S_IWGRP;
lib/libc/posix1e/acl_from_mode_np.c
86
if (mode & S_IWGRP)
lib/libc/string/strmode.c
101
if (mode & S_IWGRP)
lib/libutil/_secure_path.c
64
} else if ((int)gid != -1 && sb.st_gid != gid && (sb.st_mode & S_IWGRP))
libexec/flua/lfs/lfs.c
366
S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | \
libexec/tftpd/tftpd.c
780
S_IWGRP | S_IROTH | S_IWOTH );
libexec/tftpd/tftpd.c
93
static mode_t mask = S_IWGRP | S_IWOTH;
sbin/ldconfig/elfhints.c
80
if ((stbuf.st_mode & S_IWGRP) != 0) {
sbin/pfctl/parse.y
7591
if (st.st_mode & (S_IWGRP | S_IXGRP | S_IRWXO)) {
sys/compat/linuxkpi/common/include/linux/fs.h
66
#define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
sys/dev/drm2/drmP.h
1594
#define DRM_DEV_MODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP)
sys/dev/hid/hgame.c
170
S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
sys/dev/hid/ps4dshock.c
814
S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
sys/dev/hid/ps4dshock.c
895
S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
sys/dev/mrsas/mrsas.c
997
GID_OPERATOR, (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP), "mrsas%u",
sys/fs/fuse/fuse_device.c
625
S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH, "fuse");
sys/fs/msdosfs/msdosfs_vnops.c
285
mode &= ~(S_IWUSR|S_IWGRP|S_IWOTH);
sys/fs/smbfs/smbfs_node.c
365
va->va_mode &= ~(S_IWUSR|S_IWGRP|S_IWOTH);
sys/fs/unionfs/union_vnops.c
930
mask |= S_IWGRP;
sys/kern/subr_acl_nfs4.c
1112
if ((mode & S_IWGRP) == 0)
sys/kern/subr_acl_nfs4.c
1149
if (mode & S_IWGRP)
sys/kern/subr_acl_nfs4.c
680
if (mode & S_IWGRP)
sys/kern/subr_acl_nfs4.c
769
((seen & S_IWGRP) == 0)) {
sys/kern/subr_acl_nfs4.c
770
seen |= S_IWGRP;
sys/kern/subr_acl_nfs4.c
772
mode |= S_IWGRP;
sys/kern/subr_acl_nfs4.c
804
if ((seen & S_IWGRP) == 0) {
sys/kern/subr_acl_nfs4.c
805
seen |= S_IWGRP;
sys/kern/subr_acl_nfs4.c
807
mode |= S_IWGRP;
sys/kern/subr_acl_posix1e.c
381
if (mode & S_IWGRP)
sys/kern/subr_acl_posix1e.c
455
mode |= S_IWGRP;
sys/kern/sys_socket.c
335
ub->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH;
sys/kern/tty.c
1398
mode = S_IRUSR|S_IWUSR|S_IWGRP;
sys/kern/vfs_subr.c
5659
if (file_mode & S_IWGRP)
sys/sys/stat.h
300
#define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
sys/ufs/ufs/ufs_vnops.c
798
S_IXGRP | S_IWGRP | S_IXOTH | S_IWOTH)) != 0)
tests/sys/acl/acl-api-test.c
51
S_IWGRP,
tools/build/cross-build/include/linux/sys/stat.h
62
#define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
usr.bin/bintrans/uuencode.c
127
#define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
usr.bin/mesg/mesg.c
72
if (sb.st_mode & S_IWGRP) {
usr.bin/mesg/mesg.c
82
if (chmod(tty, sb.st_mode | S_IWGRP) < 0)
usr.bin/mesg/mesg.c
86
if (chmod(tty, sb.st_mode & ~S_IWGRP) < 0)
usr.bin/mkfifo/mkfifo.c
42
#define BASEMODE S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | \
usr.bin/posixmqcontrol/posixmqcontrol.c
602
dual(mode & S_IWGRP, 'w'),
usr.bin/posixshmcontrol/posixshmcontrol.c
211
str[i++] = (m & S_IWGRP) != 0 ? 'w' : '-';
usr.bin/sort/file.c
535
orig_file_mask = umask(S_IWGRP | S_IWOTH |
usr.bin/talk/init_disp.c
62
if (!(sb.st_mode & S_IWGRP))
usr.bin/who/who.c
179
state = sb.st_mode & (S_IWOTH|S_IWGRP) ?
usr.sbin/bluetooth/sdpd/server.c
106
if (chmod(control, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) < 0) {
usr.sbin/lpr/common_source/lp.h
215
#define LOCK_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
usr.sbin/lpr/common_source/lp.h
220
#define STAT_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
usr.sbin/lpr/common_source/lp.h
221
#define LOG_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
usr.sbin/lpr/common_source/lp.h
222
#define TEMP_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
usr.sbin/lpr/lpr/lpr.c
456
chmod(dfname, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
usr.sbin/makefs/zfs/fs.c
460
if ((mode & S_IWGRP) != 0)
usr.sbin/nscd/config.c
554
S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
usr.sbin/syslogd/syslogd.c
2194
if ((sb.st_mode & S_IWGRP) == 0)
usr.sbin/tzsetup/tzsetup.c
895
(void)umask(S_IWGRP | S_IWOTH);
usr.sbin/ypldap/parse.y
670
if (st.st_mode & (S_IWGRP | S_IXGRP | S_IRWXO)) {