daemon_pwent      600 lib/cib/cib_file.c     struct passwd *daemon_pwent;
daemon_pwent      607 lib/cib/cib_file.c     daemon_pwent = getpwnam(CRM_DAEMON_USER);
daemon_pwent      608 lib/cib/cib_file.c     if (daemon_pwent == NULL) {
daemon_pwent      617 lib/cib/cib_file.c     if ((uid != 0) && (uid != daemon_pwent->pw_uid)) {
daemon_pwent      641 lib/cib/cib_file.c         cib_file_owner = daemon_pwent->pw_uid;
daemon_pwent      642 lib/cib/cib_file.c         cib_file_group = daemon_pwent->pw_gid;