read_value        456 tools/crm_attribute.c         char *read_value = NULL;
read_value        459 tools/crm_attribute.c                                 attr_id, attr_name, &read_value, TRUE, NULL);
read_value        462 tools/crm_attribute.c             read_value = strdup(attr_default);
read_value        467 tools/crm_attribute.c                  attr_name, crm_str(read_value), set_name ? "in " : "", set_name ? set_name : "");
read_value        478 tools/crm_attribute.c                     read_value ? read_value : "(null)");
read_value        480 tools/crm_attribute.c         } else if (read_value != NULL) {
read_value        481 tools/crm_attribute.c             fprintf(stdout, "%s\n", read_value);
read_value        483 tools/crm_attribute.c         free(read_value);