Home
last modified time | relevance | path

Searched refs:xml_out (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/libtopo/
H A Ddigraph-test.c203 FILE *xml_out; in test_serialize() local
205 if ((xml_out = fopen(path, "w")) == NULL) { in test_serialize()
211 if (topo_digraph_serialize(thp, tdg, xml_out) != 0) { in test_serialize()
213 (void) fclose(xml_out); in test_serialize()
216 (void) fclose(xml_out); in test_serialize()