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            626 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            134 lib/cib/cib_remote.c     if (passwd) {
passwd            135 lib/cib/cib_remote.c         private->passwd = strdup(passwd);
passwd            266 lib/cib/cib_remote.c     crm_xml_add(login, "password", private->passwd);
passwd            389 lib/cib/cib_remote.c     if (private->passwd == NULL) {
passwd            394 lib/cib/cib_remote.c             pcmk__text_prompt("Password", false, &(private->passwd));
passwd            396 lib/cib/cib_remote.c             private->out->prompt("Password", false, &(private->passwd));
passwd            465 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            926 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;
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);