matches           336 lib/cluster/membership.c     int matches = 0;
matches           346 lib/cluster/membership.c     matches = g_hash_table_foreach_remove(crm_peer_cache, crm_reap_dead_member, &search);
matches           347 lib/cluster/membership.c     if(matches) {
matches           349 lib/cluster/membership.c                    matches, pcmk__plural_s(matches), search.id,
matches           360 lib/cluster/membership.c     return matches;
matches           688 lib/cluster/membership.c     int matches = 0;
matches           715 lib/cluster/membership.c             matches++;
matches           719 lib/cluster/membership.c     return matches;
matches            77 lib/common/actions.c match_before(const char *key, size_t position, const char **matches)
matches            79 lib/common/actions.c     for (int i = 0; matches[i] != NULL; ++i) {
matches            80 lib/common/actions.c         const size_t match_len = strlen(matches[i]);
matches            87 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          1172 lib/pengine/pe_actions.c find_unfencing_devices(GList *candidates, GList *matches) 
matches          1178 lib/pengine/pe_actions.c             matches = find_unfencing_devices(candidate->children, matches);
matches          1184 lib/pengine/pe_actions.c             matches = g_list_prepend(matches, candidate);
matches          1190 lib/pengine/pe_actions.c             matches = g_list_prepend(matches, candidate);
matches          1193 lib/pengine/pe_actions.c     return matches;
matches          1294 lib/pengine/pe_actions.c             GList *matches = find_unfencing_devices(scheduler->resources, NULL);
matches          1299 lib/pengine/pe_actions.c             for (GList *gIter = matches; gIter != NULL; gIter = gIter->next) {
matches           506 lib/pengine/pe_digest.c     bool matches = FALSE;
matches           515 lib/pengine/pe_digest.c         matches = (strstr(node_summary, search_secure) != NULL);
matches           517 lib/pengine/pe_digest.c                   search_secure, matches? "" : "not ", node_summary);
matches           520 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];