crm_xml_escape    292 include/crm/common/xml.h char * crm_xml_escape(const char *text);
crm_xml_escape    568 lib/common/options.c     char *escaped_en = crm_xml_escape(desc);
crm_xml_escape    581 lib/common/options.c         char *localized = crm_xml_escape(_(desc));
crm_xml_escape   1436 lib/common/xml.c     p_value = crm_xml_escape((const char *)attr->children->content);
crm_xml_escape   1492 lib/common/xml.c                     p_copy = crm_xml_escape(p_value);
crm_xml_escape   1300 lib/pengine/pe_output.c     char *reason_s = crm_xml_escape(exit_reason ? exit_reason : "none");
crm_xml_escape    697 lib/services/systemd.c     escaped = crm_xml_escape(desc);