read_value        465 tools/crm_attribute.c         char *read_value = NULL;
read_value        468 tools/crm_attribute.c                                 options.attr_id, options.attr_name, &read_value, TRUE, NULL);
read_value        471 tools/crm_attribute.c             read_value = strdup(options.attr_default);
read_value        476 tools/crm_attribute.c                  options.attr_name, crm_str(read_value), options.set_name ? "in " : "", options.set_name ? options.set_name : "");
read_value        487 tools/crm_attribute.c                     read_value ? read_value : "(null)");
read_value        489 tools/crm_attribute.c         } else if (read_value != NULL) {
read_value        490 tools/crm_attribute.c             fprintf(stdout, "%s\n", read_value);
read_value        492 tools/crm_attribute.c         free(read_value);