S_IRGRP           352 lib/ais/plugin.c                 ignore = fchmod(logfd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
S_IRGRP           334 lib/common/io.c                         && buf.st_gid == sys_grp->gr_gid && (buf.st_mode & (S_IRGRP | S_IWGRP)));
S_IRGRP           341 lib/common/ipc.c         qb_ipcs_connection_auth_set(c, -1, gid_cluster, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
S_IRGRP           296 lib/common/logging.c             } else if ((st.st_mode & S_IRWXG) != (S_IRGRP | S_IWGRP)) {
S_IRGRP           309 lib/common/logging.c             rc = fchmod(logfd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);