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

/freebsd-10.0-release/contrib/expat/xmlwf/
H A Dxmlwf.c115 attcmp(const void *att1, const void *att2) argument
117 return tcscmp(*(const XML_Char **)att1, *(const XML_Char **)att2);
158 const XML_Char *att2 = *(const XML_Char **)p2; local
163 return tcscmp(att1, att2);

Completed in 62 milliseconds