usr               174 daemons/based/based_remote.c check_group_membership(const char *usr, const char *grp)
usr               180 daemons/based/based_remote.c     CRM_CHECK(usr != NULL, return FALSE);
usr               183 daemons/based/based_remote.c     pwd = getpwnam(usr);
usr               185 daemons/based/based_remote.c         crm_err("No user named '%s' exists!", usr);
usr               206 daemons/based/based_remote.c         } else if (pcmk__str_eq(usr, member, pcmk__str_none)) {