crm_xml_escape 300 include/crm/common/xml.h char * crm_xml_escape(const char *text); crm_xml_escape 602 lib/common/options.c char *escaped_en = crm_xml_escape(desc); crm_xml_escape 618 lib/common/options.c char *localized = crm_xml_escape(_(desc)); crm_xml_escape 1509 lib/common/xml.c p_value = crm_xml_escape((const char *)attr->children->content); crm_xml_escape 1570 lib/common/xml.c p_copy = crm_xml_escape(p_value); crm_xml_escape 1360 lib/pengine/pe_output.c char *reason_s = crm_xml_escape(exit_reason ? exit_reason : "none"); crm_xml_escape 699 lib/services/systemd.c escaped = crm_xml_escape(desc);