Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.c675 char *newsel; in xml_to_commands() local
688 newsel = stralloccat(3, "document('", tmpfile, "')"); in xml_to_commands()
690 if (newsel == NULL) { in xml_to_commands()
697 (xmlChar *)ATTR_SELECT, (xmlChar *)newsel); in xml_to_commands()
699 free(newsel); in xml_to_commands()