write_xml_fd      160 include/crm/common/xml.h int write_xml_fd(xmlNode * xml_node, const char *filename, int fd, gboolean compress);
write_xml_fd      413 lib/cib/cib_file.c     if (write_xml_fd(cib_root, tmp_cib, fd, FALSE) <= 0) {
write_xml_fd      634 lib/common/schemas.c     write_xml_fd(xml_blob, filename, fd, FALSE);
write_xml_fd      179 pengine/pengine.c             write_xml_fd(data_set.graph, graph_file, graph_file_fd, FALSE);