Home
last modified time | relevance | path

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

/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c181 attcmp(const void *att1, const void *att2) { in attcmp() function
198 qsort((void *)atts, nAtts, sizeof(XML_Char *) * 2, attcmp); in startElement()