pcmk__replace_submatches   26 include/crm/common/rules_internal.h char *pcmk__replace_submatches(const char *string, const char *match,
pcmk__replace_submatches 1080 lib/common/rules.c     expanded_attr = pcmk__replace_submatches(attr, rule_input->rsc_id,
pcmk__replace_submatches   31 lib/common/tests/rules/pcmk__replace_submatches_test.c     expanded = pcmk__replace_submatches(string, match, submatches, nmatches);
pcmk__replace_submatches   44 lib/common/tests/rules/pcmk__replace_submatches_test.c     assert_null(pcmk__replace_submatches(NULL, NULL, NULL, 0));
pcmk__replace_submatches   52 lib/common/tests/rules/pcmk__replace_submatches_test.c     assert_null(pcmk__replace_submatches("this has no submatch variables",
pcmk__replace_submatches   54 lib/common/tests/rules/pcmk__replace_submatches_test.c     assert_null(pcmk__replace_submatches("this ends in a %",
pcmk__replace_submatches   56 lib/common/tests/rules/pcmk__replace_submatches_test.c     assert_null(pcmk__replace_submatches("%this starts with one",
pcmk__replace_submatches  187 lib/pacemaker/pcmk_sched_location.c         char *result = pcmk__replace_submatches(score, rule_input->rsc_id,
pcmk__replace_submatches  478 lib/pengine/rules.c     return pcmk__replace_submatches(string, match_data->string,