matches           335 lib/cluster/membership.c     int matches = 0;
matches           345 lib/cluster/membership.c     matches = g_hash_table_foreach_remove(crm_peer_cache, crm_reap_dead_member, &search);
matches           346 lib/cluster/membership.c     if(matches) {
matches           348 lib/cluster/membership.c                    matches, pcmk__plural_s(matches), search.id,
matches           359 lib/cluster/membership.c     return matches;
matches           655 lib/cluster/membership.c     int matches = 0;
matches           682 lib/cluster/membership.c             matches++;
matches           686 lib/cluster/membership.c     return matches;
matches            57 lib/pengine/pe_actions.c     GList *matches = NULL;
matches            63 lib/pengine/pe_actions.c     matches = find_actions(((rsc == NULL)? data_set->actions : rsc->actions),
matches            65 lib/pengine/pe_actions.c     if (matches == NULL) {
matches            68 lib/pengine/pe_actions.c     CRM_LOG_ASSERT(!pcmk__list_of_multiple(matches));
matches            70 lib/pengine/pe_actions.c     action = matches->data;
matches            71 lib/pengine/pe_actions.c     g_list_free(matches);
matches           989 lib/pengine/pe_actions.c find_unfencing_devices(GList *candidates, GList *matches) 
matches           995 lib/pengine/pe_actions.c             matches = find_unfencing_devices(candidate->children, matches);
matches          1001 lib/pengine/pe_actions.c             matches = g_list_prepend(matches, candidate);
matches          1007 lib/pengine/pe_actions.c             matches = g_list_prepend(matches, candidate);
matches          1010 lib/pengine/pe_actions.c     return matches;
matches          1107 lib/pengine/pe_actions.c             GList *matches = find_unfencing_devices(data_set->resources, NULL);
matches          1112 lib/pengine/pe_actions.c             for (GList *gIter = matches; gIter != NULL; gIter = gIter->next) {
matches           497 lib/pengine/pe_digest.c     bool matches = FALSE;
matches           506 lib/pengine/pe_digest.c         matches = (strstr(node_summary, search_secure) != NULL);
matches           508 lib/pengine/pe_digest.c                   search_secure, matches? "" : "not ", node_summary);
matches           511 lib/pengine/pe_digest.c     return matches;
matches          2988 maint/gnulib/lib/dfa.c       charclass matches;            /* Set of matching characters.  */
matches          2993 maint/gnulib/lib/dfa.c           zeroset (&matches);
matches          2994 maint/gnulib/lib/dfa.c           setbit (d->tokens[pos.index], &matches);
matches          3000 maint/gnulib/lib/dfa.c           matches = d->charclasses[d->tokens[pos.index] - CSET];
matches          3001 maint/gnulib/lib/dfa.c           if (tstbit (uc, &matches))
matches          3006 maint/gnulib/lib/dfa.c           matches = d->charclasses[d->canychar];
matches          3007 maint/gnulib/lib/dfa.c           if (tstbit (uc, &matches))
matches          3034 maint/gnulib/lib/dfa.c               matches.w[j] &= ~d->syntax.newline.w[j];
matches          3038 maint/gnulib/lib/dfa.c               matches.w[j] &= ~d->syntax.letters.w[j];
matches          3042 maint/gnulib/lib/dfa.c               matches.w[j] &= d->syntax.letters.w[j] | d->syntax.newline.w[j];
matches          3045 maint/gnulib/lib/dfa.c           if (emptyset (&matches))
matches          3051 maint/gnulib/lib/dfa.c           if (!tstbit (uc, &matches))
matches          3060 maint/gnulib/lib/dfa.c         if (tstbit (j, &matches))
matches          3068 maint/gnulib/lib/dfa.c             label.w[k] &= matches.w[k];
matches          3074 maint/gnulib/lib/dfa.c             label.w[k] &= ~matches.w[k];