read_value        313 tools/crm_attribute.c         char *read_value = NULL;
read_value        316 tools/crm_attribute.c                                 attr_id, attr_name, &read_value, TRUE, NULL);
read_value        319 tools/crm_attribute.c             read_value = strdup(attr_default);
read_value        324 tools/crm_attribute.c                  attr_name, crm_str(read_value), set_name ? "in " : "", set_name ? set_name : "");
read_value        334 tools/crm_attribute.c                     read_value ? read_value : "(null)");
read_value        336 tools/crm_attribute.c         } else if (read_value != NULL) {
read_value        337 tools/crm_attribute.c             fprintf(stdout, "%s\n", read_value);
read_value        339 tools/crm_attribute.c         free(read_value);