expanded 621 lib/common/rules.c bool expanded = false; expanded 648 lib/common/rules.c expanded = true; // Expansion will be different from source expanded 669 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 81 tools/crm_resource.h bool expanded); expanded 122 tools/crm_resource_print.c bool expanded) expanded 133 tools/crm_resource_print.c out->message(out, "resource-config", rsc, !expanded);