pass              217 daemons/based/based_remote.c     const char *pass = NULL;
pass              238 daemons/based/based_remote.c     pass = crm_element_value(login, "password");
pass              240 daemons/based/based_remote.c     if (!user || !pass) {
pass              252 daemons/based/based_remote.c     } else if (authenticate_user(user, pass) == FALSE) {
pass              628 daemons/based/based_remote.c     gboolean pass = TRUE;
pass              631 daemons/based/based_remote.c     gboolean pass = FALSE;
pass              684 daemons/based/based_remote.c     pass = TRUE;
pass              689 daemons/based/based_remote.c     return pass;
pass               41 daemons/fenced/cts-fence-helper.c #define mainloop_test_done(pass) \
pass               42 daemons/fenced/cts-fence-helper.c     if (pass) { \
pass              311 lib/cib/cib_client.c         const char *pass = getenv("CIB_passwd");
pass              329 lib/cib/cib_client.c         return cib_remote_new(server, user, pass, port, encrypted);