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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c95 #define DTD_ELEM_MCAP (const xmlChar *) "mcap" macro
7008 newnode = xmlNewTextChild(cur, NULL, DTD_ELEM_MCAP, NULL);
7026 if (xmlStrcmp(cur->name, DTD_ELEM_MCAP) != 0)
7069 if (xmlStrcmp(cur->name, DTD_ELEM_MCAP) != 0)
7152 if (xmlStrcmp(cur->name, DTD_ELEM_MCAP) == 0)

Completed in 57 milliseconds