expanded 549 lib/common/rules.c bool expanded = false; expanded 576 lib/common/rules.c expanded = true; // Expansion will be different from source expanded 597 lib/common/rules.c return expanded; expanded 29 lib/common/tests/rules/pcmk__replace_submatches_test.c char *expanded = NULL; expanded 31 lib/common/tests/rules/pcmk__replace_submatches_test.c expanded = pcmk__replace_submatches(string, match, submatches, nmatches); expanded 32 lib/common/tests/rules/pcmk__replace_submatches_test.c if ((expanded == NULL) || (reference == NULL)) { expanded 33 lib/common/tests/rules/pcmk__replace_submatches_test.c assert_null(expanded); expanded 36 lib/common/tests/rules/pcmk__replace_submatches_test.c assert_int_equal(strcmp(expanded, reference), 0); expanded 38 lib/common/tests/rules/pcmk__replace_submatches_test.c free(expanded); expanded 80 tools/crm_resource.h int cli_resource_print(pcmk_resource_t *rsc, bool expanded); expanded 112 tools/crm_resource_print.c cli_resource_print(pcmk_resource_t *rsc, bool expanded) expanded 127 tools/crm_resource_print.c out->message(out, "resource-config", rsc, !expanded);