Searched refs:att1 (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);
157 const XML_Char *att1 = *(const XML_Char **)p1; local
159 int sep1 = (tcsrchr(att1, NSSEP) != 0);
160 int sep2 = (tcsrchr(att1, NSSEP) != 0);
163 return tcscmp(att1, att2);

Completed in 127 milliseconds