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

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c88 #define DTD_ELEM_ATTR (const xmlChar *) "attr" macro
206 { "attr", DTD_ELEM_ATTR },
3986 if (xmlStrcmp(cur->name, DTD_ELEM_ATTR))
4063 if ((err = newres(handle, cur, &newnode, DTD_ELEM_ATTR)) != Z_OK)
4101 if (xmlStrcmp(cur->name, DTD_ELEM_ATTR))
6108 cur = find_elem_node(handle, DTD_ELEM_ATTR);

Completed in 33 milliseconds