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           485 lib/pengine/pe_digest.c     bool matches = FALSE;
matches           494 lib/pengine/pe_digest.c         matches = (strstr(node_summary, search_secure) != NULL);
matches           496 lib/pengine/pe_digest.c                   search_secure, matches? "" : "not ", node_summary);
matches           499 lib/pengine/pe_digest.c     return matches;
matches           446 lib/pengine/utils.c     GList *matches = NULL;
matches           452 lib/pengine/utils.c     matches = find_actions(((rsc == NULL)? data_set->actions : rsc->actions),
matches           454 lib/pengine/utils.c     if (matches == NULL) {
matches           457 lib/pengine/utils.c     CRM_LOG_ASSERT(!pcmk__list_of_multiple(matches));
matches           459 lib/pengine/utils.c     action = matches->data;
matches           460 lib/pengine/utils.c     g_list_free(matches);
matches          2048 lib/pengine/utils.c find_unfencing_devices(GList *candidates, GList *matches) 
matches          2057 lib/pengine/utils.c             matches = find_unfencing_devices(candidate->children, matches);
matches          2062 lib/pengine/utils.c             matches = g_list_prepend(matches, candidate);
matches          2065 lib/pengine/utils.c     return matches;
matches          2169 lib/pengine/utils.c             GList *matches = find_unfencing_devices(data_set->resources, NULL);
matches          2171 lib/pengine/utils.c             for (GList *gIter = matches; gIter != NULL; gIter = gIter->next) {
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];