pass              218 daemons/based/based_remote.c     const char *pass = NULL;
pass              239 daemons/based/based_remote.c     pass = crm_element_value(login, "password");
pass              241 daemons/based/based_remote.c     if (!user || !pass) {
pass              253 daemons/based/based_remote.c     } else if (authenticate_user(user, pass) == FALSE) {
pass              624 daemons/based/based_remote.c     gboolean pass = TRUE;
pass              627 daemons/based/based_remote.c     gboolean pass = FALSE;
pass              680 daemons/based/based_remote.c     pass = TRUE;
pass              685 daemons/based/based_remote.c     return pass;
pass               42 daemons/fenced/cts-fence-helper.c #define mainloop_test_done(pass) \
pass               43 daemons/fenced/cts-fence-helper.c     if (pass) { \
pass              311 lib/cib/cib_client.c         const char *pass = getenv("CIB_passwd");
pass              336 lib/cib/cib_client.c         return cib_remote_new(server, user, pass, port, encrypted);