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

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

Completed in 61 milliseconds