matches           446 lib/cluster/membership.c     guint matches = 0;
matches           463 lib/cluster/membership.c     matches = g_hash_table_foreach_remove(crm_peer_cache,
matches           465 lib/cluster/membership.c     if (matches > 0) {
matches           469 lib/cluster/membership.c                        matches, pcmk__plural_s(matches), criterion);
matches           473 lib/cluster/membership.c                        matches);
matches           837 lib/cluster/membership.c     int matches = 0;
matches           864 lib/cluster/membership.c             matches++;
matches           868 lib/cluster/membership.c     return matches;
matches          1515 lib/cluster/membership.c     int matches = 0;
matches          1525 lib/cluster/membership.c     matches = g_hash_table_foreach_remove(crm_peer_cache,
matches          1527 lib/cluster/membership.c     if(matches) {
matches          1530 lib/cluster/membership.c                    matches, pcmk__plural_s(matches), search.id,
matches          1542 lib/cluster/membership.c     return matches;
matches           230 lib/common/actions.c match_before(const char *key, size_t position, const char **matches)
matches           232 lib/common/actions.c     for (int i = 0; matches[i] != NULL; ++i) {
matches           233 lib/common/actions.c         const size_t match_len = strlen(matches[i]);
matches           240 lib/common/actions.c                 && (strncmp(key + possible + 1, matches[i], match_len) == 0)) {
matches            58 lib/pengine/pe_actions.c     GList *matches = NULL;
matches            64 lib/pengine/pe_actions.c     matches = find_actions(((rsc == NULL)? scheduler->actions : rsc->actions),
matches            66 lib/pengine/pe_actions.c     if (matches == NULL) {
matches            69 lib/pengine/pe_actions.c     CRM_LOG_ASSERT(!pcmk__list_of_multiple(matches));
matches            71 lib/pengine/pe_actions.c     action = matches->data;
matches            72 lib/pengine/pe_actions.c     g_list_free(matches);
matches          1189 lib/pengine/pe_actions.c find_unfencing_devices(GList *candidates, GList *matches) 
matches          1195 lib/pengine/pe_actions.c             matches = find_unfencing_devices(candidate->children, matches);
matches          1201 lib/pengine/pe_actions.c             matches = g_list_prepend(matches, candidate);
matches          1206 lib/pengine/pe_actions.c             matches = g_list_prepend(matches, candidate);
matches          1209 lib/pengine/pe_actions.c     return matches;
matches          1311 lib/pengine/pe_actions.c             GList *matches = find_unfencing_devices(scheduler->resources, NULL);
matches          1313 lib/pengine/pe_actions.c             for (GList *gIter = matches; gIter != NULL; gIter = gIter->next) {
matches          1350 lib/pengine/pe_actions.c             g_list_free(matches);
matches           516 lib/pengine/pe_digest.c     bool matches = FALSE;
matches           525 lib/pengine/pe_digest.c         matches = (strstr(node_summary, search_secure) != NULL);
matches           527 lib/pengine/pe_digest.c                   search_secure, matches? "" : "not ", node_summary);
matches           530 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];