expanded          899 attrd/legacy.c     char *expanded = NULL;
expanded          902 attrd/legacy.c         expanded = crm_itoa(attrd_expand_value(value, old_value));
expanded          904 attrd/legacy.c     return expanded;
expanded          918 attrd/legacy.c     char *expanded = NULL;
expanded          938 attrd/legacy.c         expanded = expand_attr_value(value, hash_entry->value);
expanded          939 attrd/legacy.c         if (expanded) {
expanded          940 attrd/legacy.c             crm_info("Expanded %s=%s to %s", hash_entry->id, value, expanded);
expanded          941 attrd/legacy.c             value = expanded;
expanded          947 attrd/legacy.c         free(expanded);
expanded          954 attrd/legacy.c         hash_entry->value = (expanded? expanded : strdup(value));
expanded           63 tools/crm_resource.h                        bool expanded);
expanded          297 tools/crm_resource_print.c cli_resource_print(resource_t *rsc, pe_working_set_t *data_set, bool expanded)
expanded          307 tools/crm_resource_print.c     rsc_xml = dump_xml_formatted((!expanded && rsc->orig_xml)?
expanded          309 tools/crm_resource_print.c     fprintf(stdout, "%sxml:\n%s\n", expanded ? "" : "raw ", rsc_xml);