passwd             63 daemons/based/based_remote.c static bool authenticate_user(const char *user, const char *passwd);
passwd            159 daemons/based/based_remote.c     struct passwd *pwd = NULL;
passwd            587 daemons/based/based_remote.c authenticate_user(const char *user, const char *passwd)
passwd            606 daemons/based/based_remote.c     p_conv.appdata_ptr = (void *) passwd;
passwd             78 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            453 lib/cib/cib_client.c         struct passwd *pwent = getpwuid(uid);
passwd            448 lib/cib/cib_file.c     struct passwd *daemon_pwent;
passwd             45 lib/cib/cib_remote.c     char *passwd;
passwd            417 lib/cib/cib_remote.c     crm_xml_add(login, PCMK__XA_PASSWORD, private->passwd);
passwd            478 lib/cib/cib_remote.c     if (private->passwd == NULL) {
passwd            483 lib/cib/cib_remote.c             pcmk__text_prompt("Password", false, &(private->passwd));
passwd            485 lib/cib/cib_remote.c             private->out->prompt("Password", false, &(private->passwd));
passwd            557 lib/cib/cib_remote.c             free(private->passwd);
passwd            623 lib/cib/cib_remote.c cib_remote_new(const char *server, const char *user, const char *passwd, int port,
passwd            645 lib/cib/cib_remote.c     private->passwd = pcmk__str_copy(passwd);
passwd            767 lib/common/acl.c     struct passwd *pwent = getpwuid(uid);
passwd            254 lib/common/io.c     struct passwd *sys_user = NULL;
passwd           1016 lib/common/logging.c         struct passwd *pwent = getpwuid(user);
passwd            379 lib/common/mock.c __wrap_getpwnam_r(const char *name, struct passwd *pwd, char *buf,
passwd            380 lib/common/mock.c                   size_t buflen, struct passwd **result)
passwd            390 lib/common/mock.c         *result = mock_ptr_type(struct passwd *);
passwd             78 lib/common/mock_private.h int __real_getpwnam_r(const char *name, struct passwd *pwd,
passwd             79 lib/common/mock_private.h                       char *buf, size_t buflen, struct passwd **result);
passwd             80 lib/common/mock_private.h int __wrap_getpwnam_r(const char *name, struct passwd *pwd,
passwd             81 lib/common/mock_private.h                       char *buf, size_t buflen, struct passwd **result);
passwd             88 lib/common/tests/utils/crm_user_lookup_test.c     struct passwd returned_ent = { .pw_uid = 1000, .pw_gid = 1000 };
passwd             51 lib/common/tests/utils/pcmk_daemon_user_test.c     struct passwd returned_ent = { .pw_uid = 1000, .pw_gid = 1000 };
passwd            103 lib/common/utils.c     struct passwd pwd;
passwd            104 lib/common/utils.c     struct passwd *pwentry = NULL;