nmatches          413 daemons/controld/controld_te_callbacks.c     int nmatches = 0;
nmatches          447 daemons/controld/controld_te_callbacks.c     nmatches = numXpathResults(xpathObj);
nmatches          448 daemons/controld/controld_te_callbacks.c     if (nmatches == 0) {
nmatches          451 daemons/controld/controld_te_callbacks.c         for (int lpc = 0; lpc < nmatches; lpc++) {
nmatches           31 include/crm/common/rules_internal.h                                const regmatch_t submatches[], int nmatches);
nmatches          545 lib/common/rules.c                    const regmatch_t submatches[], int nmatches,
nmatches          578 lib/common/rules.c         if ((nmatches <= submatch)                // Not enough submatches
nmatches          614 lib/common/rules.c                          const regmatch_t submatches[], int nmatches)
nmatches          624 lib/common/rules.c     if (!process_submatches(string, match, submatches, nmatches, NULL,
nmatches          633 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));