usr 175 daemons/based/based_remote.c check_group_membership(const char *usr, const char *grp) usr 181 daemons/based/based_remote.c pwd = getpwnam(usr); usr 183 daemons/based/based_remote.c crm_notice("Rejecting remote client: '%s' is not a valid user", usr); usr 204 daemons/based/based_remote.c } else if (pcmk__str_eq(usr, member, pcmk__str_none)) { usr 210 daemons/based/based_remote.c "group '%s'", usr, grp); usr 332 maint/gnulib/lib/timevar.c const int usr = total->user ? tv->elapsed.user * 100 / total->user : 0; usr 337 maint/gnulib/lib/timevar.c if (!usr && !sys && !wall) usr 341 maint/gnulib/lib/timevar.c fprintf (fp, "%8.3f (%2d%%)", tv->elapsed.user * 1e-9, usr);