pwent 228 lib/cib/cib_client.c struct passwd *pwent = getpwuid(uid); pwent 231 lib/cib/cib_client.c if (pwent) { pwent 232 lib/cib/cib_client.c user = pwent->pw_name; pwent 245 lib/cib/cib_client.c if (pwent) { pwent 246 lib/cib/cib_client.c home = pwent->pw_dir; pwent 856 lib/common/logging.c struct passwd *pwent = getpwuid(user); pwent 858 lib/common/logging.c if (pwent == NULL) { pwent 861 lib/common/logging.c } else if (safe_str_neq(pwent->pw_name, "root") pwent 862 lib/common/logging.c && safe_str_neq(pwent->pw_name, CRM_DAEMON_USER)) { pwent 863 lib/common/logging.c crm_trace("Don't change active directory for regular user: %s", pwent->pw_name); pwent 877 lib/common/logging.c crm_info("Changed active directory to %s/%s/%s", base, pwent->pw_name, path); pwent 1261 lib/common/utils.c struct passwd *pwent = getpwuid(uid); pwent 1263 lib/common/utils.c if (pwent == NULL) { pwent 1268 lib/common/utils.c return strdup(pwent->pw_name);