read_value        626 tools/crm_attribute.c         char *read_value = NULL;
read_value        637 tools/crm_attribute.c                                  options.attr_name, &read_value, NULL);
read_value        640 tools/crm_attribute.c             read_value = strdup(options.attr_default);
read_value        645 tools/crm_attribute.c                  options.attr_name, crm_str(read_value), options.set_name ? "in " : "", options.set_name ? options.set_name : "");
read_value        652 tools/crm_attribute.c                          options.attr_name, read_value);
read_value        655 tools/crm_attribute.c         free(read_value);