Searched refs:att2 (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlwf.c158 attcmp(const void *att1, const void *att2) { argument
159 return tcscmp(*(const XML_Char **)att1, *(const XML_Char **)att2);
197 const XML_Char *att2 = *(const XML_Char **)p2; local
202 return tcscmp(att1, att2);

Completed in 89 milliseconds