Searched refs:S_IWGRP (Results 76 - 84 of 84) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Ddebug.c1101 mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dproc.c1080 if (!(ino->i_mode & (S_IWUSR | S_IWGRP | S_IWOTH)))
1794 fattr->f_mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-unix.c1995 (S_IRGRP & sb.st_mode) || (S_IWGRP & sb.st_mode))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c1553 st.st_mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dclient.c2313 *p++ = rwx_to_str(m, S_IWGRP, 'w');
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dvi.c2428 !(statbuf.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dlibsmbclient.c3639 if (!(newmode & (S_IWUSR | S_IWGRP | S_IWOTH))) mode |= aRONLY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dtrans2.c1077 ret |= ((perms & UNIX_W_GRP ) ? S_IWGRP : 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c11653 S_IRGRP, S_IWGRP, S_IXGRP,

Completed in 321 milliseconds

1234