passwd             76 daemons/based/based_remote.c int authenticate_user(const char *user, const char *passwd);
passwd            177 daemons/based/based_remote.c     struct passwd *pwd = NULL;
passwd            621 daemons/based/based_remote.c authenticate_user(const char *user, const char *passwd)
passwd            642 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            618 lib/cib/cib_file.c     struct passwd *daemon_pwent;
passwd             58 lib/cib/cib_remote.c     char *passwd;
passwd            106 lib/cib/cib_remote.c cib_remote_new(const char *server, const char *user, const char *passwd, int port,
passwd            125 lib/cib/cib_remote.c     if (passwd) {
passwd            126 lib/cib/cib_remote.c         private->passwd = strdup(passwd);
passwd            257 lib/cib/cib_remote.c     crm_xml_add(login, "password", private->passwd);
passwd            380 lib/cib/cib_remote.c     if (private->passwd == NULL) {
passwd            385 lib/cib/cib_remote.c             pcmk__text_prompt("Password", false, &(private->passwd));
passwd            387 lib/cib/cib_remote.c             private->out->prompt("Password", false, &(private->passwd));
passwd            456 lib/cib/cib_remote.c             free(private->passwd);
passwd            688 lib/common/acl.c     struct passwd *pwent = getpwuid(uid);
passwd            257 lib/common/io.c     struct passwd *sys_user = NULL;
passwd            899 lib/common/logging.c         struct passwd *pwent = getpwuid(user);
passwd            133 lib/common/utils.c     struct passwd pwd;
passwd            134 lib/common/utils.c     struct passwd *pwentry = NULL;