passwd             75 daemons/based/based_remote.c int authenticate_user(const char *user, const char *passwd);
passwd            176 daemons/based/based_remote.c     struct passwd *pwd = NULL;
passwd            620 daemons/based/based_remote.c authenticate_user(const char *user, const char *passwd)
passwd            641 daemons/based/based_remote.c     p_conv.appdata_ptr = strdup(passwd);
passwd             94 daemons/based/pacemaker-based.c     struct passwd *pwentry = NULL;
passwd             39 include/crm/cib.h cib_t *cib_remote_new(const char *server, const char *user, const char *passwd, int port,
passwd            219 lib/cib/cib_client.c         struct passwd *pwent = getpwuid(uid);
passwd            626 lib/cib/cib_file.c     struct passwd *daemon_pwent;
passwd             56 lib/cib/cib_remote.c     char *passwd;
passwd            104 lib/cib/cib_remote.c cib_remote_new(const char *server, const char *user, const char *passwd, int port,
passwd            126 lib/cib/cib_remote.c     pcmk__str_update(&private->passwd, passwd);
passwd            256 lib/cib/cib_remote.c     crm_xml_add(login, "password", private->passwd);
passwd            379 lib/cib/cib_remote.c     if (private->passwd == NULL) {
passwd            384 lib/cib/cib_remote.c             pcmk__text_prompt("Password", false, &(private->passwd));
passwd            386 lib/cib/cib_remote.c             private->out->prompt("Password", false, &(private->passwd));
passwd            455 lib/cib/cib_remote.c             free(private->passwd);
passwd            700 lib/common/acl.c     struct passwd *pwent = getpwuid(uid);
passwd            257 lib/common/io.c     struct passwd *sys_user = NULL;
passwd            947 lib/common/logging.c         struct passwd *pwent = getpwuid(user);
passwd             68 lib/common/mock.c __wrap_getpwnam_r(const char *name, struct passwd *pwd,
passwd             69 lib/common/mock.c                   char *buf, size_t buflen, struct passwd **result) {
passwd             26 lib/common/mock_private.h int __real_getpwnam_r(const char *name, struct passwd *pwd,
passwd             27 lib/common/mock_private.h                       char *buf, size_t buflen, struct passwd **result);
passwd             28 lib/common/mock_private.h int __wrap_getpwnam_r(const char *name, struct passwd *pwd,
passwd             29 lib/common/mock_private.h                       char *buf, size_t buflen, struct passwd **result);
passwd             34 lib/common/tests/utils/crm_user_lookup_test.c __wrap_getpwnam_r(const char *name, struct passwd *pwd, char *buf, size_t buflen,
passwd             35 lib/common/tests/utils/crm_user_lookup_test.c                   struct passwd **result)
passwd             39 lib/common/tests/utils/crm_user_lookup_test.c     *result = mock_ptr_type(struct passwd *);
passwd             95 lib/common/tests/utils/crm_user_lookup_test.c     struct passwd returned_ent = { .pw_uid = 1000, .pw_gid = 1000 };
passwd             22 lib/common/tests/utils/pcmk_daemon_user_test.c __wrap_getpwnam_r(const char *name, struct passwd *pwd, char *buf, size_t buflen,
passwd             23 lib/common/tests/utils/pcmk_daemon_user_test.c                   struct passwd **result)
passwd             25 lib/common/tests/utils/pcmk_daemon_user_test.c     *result = mock_ptr_type(struct passwd *);
passwd             49 lib/common/tests/utils/pcmk_daemon_user_test.c     struct passwd returned_ent = { .pw_uid = 1000, .pw_gid = 1000 };
passwd             61 lib/common/utils.c     struct passwd pwd;
passwd             62 lib/common/utils.c     struct passwd *pwentry = NULL;
passwd            646 maint/gnulib/lib/glob.c               struct passwd *p;
passwd            647 maint/gnulib/lib/glob.c               struct passwd pwbuf;
passwd            817 maint/gnulib/lib/glob.c             struct passwd *p;
passwd            822 maint/gnulib/lib/glob.c             struct passwd pwbuf;
passwd             85 maint/gnulib/lib/idcache.c       struct passwd *pwent = getpwuid (uid);
passwd            108 maint/gnulib/lib/idcache.c   struct passwd *pwent;
passwd            111 maint/gnulib/lib/userspec.c   struct passwd *pwd;
passwd             62 maint/gnulib/tests/test-getlogin.h     struct passwd *pwd;
passwd            112 maint/gnulib/tests/test-userspec.c         struct passwd *pw = getpwuid (uid);