write_xml_fd 137 include/crm/common/xml.h int write_xml_fd(xmlNode * xml_node, const char *filename, int fd, gboolean compress); write_xml_fd 429 lib/cib/cib_file.c if (write_xml_fd(cib_root, tmp_cib, fd, FALSE) <= 0) { write_xml_fd 691 lib/common/schemas.c write_xml_fd(xml_blob, filename, fd, FALSE);