nmatches          603 daemons/controld/controld_te_callbacks.c     int nmatches = 0;
nmatches          637 daemons/controld/controld_te_callbacks.c     nmatches = numXpathResults(xpathObj);
nmatches          638 daemons/controld/controld_te_callbacks.c     if (nmatches == 0) {
nmatches          641 daemons/controld/controld_te_callbacks.c         for (int lpc = 0; lpc < nmatches; lpc++) {
nmatches           27 include/crm/common/rules_internal.h                                const regmatch_t submatches[], int nmatches);
nmatches          618 lib/common/rules.c                    const regmatch_t submatches[], int nmatches,
nmatches          651 lib/common/rules.c         if ((nmatches <= submatch)                // Not enough submatches
nmatches          687 lib/common/rules.c                          const regmatch_t submatches[], int nmatches)
nmatches          697 lib/common/rules.c     if (!process_submatches(string, match, submatches, nmatches, NULL,
nmatches          706 lib/common/rules.c     (void) process_submatches(string, match, submatches, nmatches, result,
nmatches           24 lib/common/tests/rules/pcmk__replace_submatches_test.c static const int nmatches = 3;
nmatches           31 lib/common/tests/rules/pcmk__replace_submatches_test.c     expanded = pcmk__replace_submatches(string, match, submatches, nmatches);
nmatches           53 lib/common/tests/rules/pcmk__replace_submatches_test.c                                          match, submatches, nmatches));
nmatches           55 lib/common/tests/rules/pcmk__replace_submatches_test.c                                          match, submatches, nmatches));
nmatches           57 lib/common/tests/rules/pcmk__replace_submatches_test.c                                          match, submatches, nmatches));