Home
last modified time | relevance | path

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

/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c218 nsattcmp(const void *p1, const void *p2) { in nsattcmp() function
254 qsort((void *)atts, nAtts, sizeof(XML_Char *) * 2, nsattcmp); in startElementNS()
/freebsd/contrib/expat/
H A DChanges320 #594 xmlwf: Fix harmless variable mix-up in function nsattcmp