S_IRGRP 321 lib/common/io.c if ((target_stat->st_mode & (S_IRGRP | S_IWGRP)) == 0) { S_IRGRP 236 lib/common/ipc_server.c qb_ipcs_connection_auth_set(c, -1, gid_cluster, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); S_IRGRP 229 lib/common/logging.c mode_t filemode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP; S_IRGRP 242 lib/common/logging.c } else if ((st.st_mode & S_IRWXG) != (S_IRGRP | S_IWGRP)) {