S_IWGRP           251 lib-src/asset-directory-tool.c 	     S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
S_IWGRP          1215 lib-src/emacsclient.c       if (st.st_uid != uid || (st.st_mode & (S_IWGRP | S_IWOTH)))
S_IWGRP           171 lib/euidaccess.c       && S_IRGRP == (4 << 3) && S_IWGRP == (2 << 3) && S_IXGRP == (1 << 3)
S_IWGRP           179 lib/euidaccess.c                + (stats.st_mode & S_IWGRP ? 2 << 3 : 0)
S_IWGRP            94 lib/filemode.c   str[5] = mode & S_IWGRP ? 'w' : '-';
S_IWGRP            43 lib/set-permissions.c   if (mode & S_IWGRP) acl_text[11] = 'w';
S_IWGRP           360 lib/sys_stat.in.h #if !S_IWGRP
S_IWGRP           384 lib/sys_stat.in.h # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)