passwd             77 daemons/based/based_remote.c static bool authenticate_user(const char *user, const char *passwd);
passwd            178 daemons/based/based_remote.c     struct passwd *pwd = NULL;
passwd            610 daemons/based/based_remote.c authenticate_user(const char *user, const char *passwd)
passwd            629 daemons/based/based_remote.c     p_conv.appdata_ptr = (void *) passwd;
passwd             79 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            489 lib/cib/cib_client.c         struct passwd *pwent = getpwuid(uid);
passwd            455 lib/cib/cib_file.c     struct passwd *daemon_pwent;
passwd             49 lib/cib/cib_remote.c     char *passwd;
passwd            433 lib/cib/cib_remote.c     crm_xml_add(login, PCMK__XA_PASSWORD, private->passwd);
passwd            490 lib/cib/cib_remote.c     if (private->passwd == NULL) {
passwd            495 lib/cib/cib_remote.c             pcmk__text_prompt("Password", false, &(private->passwd));
passwd            497 lib/cib/cib_remote.c             private->out->prompt("Password", false, &(private->passwd));
passwd            568 lib/cib/cib_remote.c             free(private->passwd);
passwd            642 lib/cib/cib_remote.c cib_remote_new(const char *server, const char *user, const char *passwd, int port,
passwd            664 lib/cib/cib_remote.c     private->passwd = pcmk__str_copy(passwd);
passwd            770 lib/common/acl.c     struct passwd *pwent = getpwuid(uid);
passwd            258 lib/common/io.c     struct passwd *sys_user = NULL;
passwd            991 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             69 lib/common/mock_private.h int __real_getpwnam_r(const char *name, struct passwd *pwd,
passwd             70 lib/common/mock_private.h                       char *buf, size_t buflen, struct passwd **result);
passwd             71 lib/common/mock_private.h int __wrap_getpwnam_r(const char *name, struct passwd *pwd,
passwd             72 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             87 lib/common/utils.c     struct passwd pwd;
passwd             88 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);