grp               178 cib/remote.c   check_group_membership(const char *usr, const char *grp)
grp               185 cib/remote.c       CRM_CHECK(grp != NULL, return FALSE);
grp               194 cib/remote.c       if (group != NULL && crm_str_eq(grp, group->gr_name, TRUE)) {
grp               198 cib/remote.c       group = getgrnam(grp);
grp               200 cib/remote.c           crm_err("No group named '%s' exists!", grp);