pwd               159 daemons/based/based_remote.c     struct passwd *pwd = NULL;
pwd               162 daemons/based/based_remote.c     pwd = getpwnam(usr);
pwd               163 daemons/based/based_remote.c     if (pwd == NULL) {
pwd               168 daemons/based/based_remote.c     group = getgrgid(pwd->pw_gid);
pwd               379 lib/common/mock.c __wrap_getpwnam_r(const char *name, struct passwd *pwd, char *buf,
pwd               386 lib/common/mock.c         check_expected_ptr(pwd);
pwd               394 lib/common/mock.c         return __real_getpwnam_r(name, pwd, buf, buflen, result);
pwd                78 lib/common/mock_private.h int __real_getpwnam_r(const char *name, struct passwd *pwd,
pwd                80 lib/common/mock_private.h int __wrap_getpwnam_r(const char *name, struct passwd *pwd,
pwd                45 lib/common/tests/utils/crm_user_lookup_test.c     expect_any(__wrap_getpwnam_r, pwd);
pwd                67 lib/common/tests/utils/crm_user_lookup_test.c     expect_any(__wrap_getpwnam_r, pwd);
pwd                96 lib/common/tests/utils/crm_user_lookup_test.c     expect_any(__wrap_getpwnam_r, pwd);
pwd               109 lib/common/tests/utils/crm_user_lookup_test.c     expect_any(__wrap_getpwnam_r, pwd);
pwd                30 lib/common/tests/utils/pcmk_daemon_user_test.c     expect_any(__wrap_getpwnam_r, pwd);
pwd                59 lib/common/tests/utils/pcmk_daemon_user_test.c     expect_any(__wrap_getpwnam_r, pwd);
pwd               103 lib/common/utils.c     struct passwd pwd;
pwd               111 lib/common/utils.c     rc = getpwnam_r(name, &pwd, buffer, PCMK__PW_BUFFER_LEN, &pwentry);