crm_xml_escape    294 include/crm/common/xml.h char * crm_xml_escape(const char *text);
crm_xml_escape    371 lib/common/options.c     char *escaped_en = crm_xml_escape(desc);
crm_xml_escape    387 lib/common/options.c         char *localized = crm_xml_escape(_(desc));
crm_xml_escape   1407 lib/common/xml.c     p_value = crm_xml_escape((const char *)attr->children->content);
crm_xml_escape    133 lib/common/xml_display.c                 p_copy = crm_xml_escape(p_value);
crm_xml_escape   1450 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);