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

/freebsd-11.0-release/contrib/expat/xmlwf/
H A Dxmlwf.c116 attcmp(const void *att1, const void *att2) argument
118 return tcscmp(*(const XML_Char **)att1, *(const XML_Char **)att2);
158 const XML_Char *att1 = *(const XML_Char **)p1; local
160 int sep1 = (tcsrchr(att1, NSSEP) != 0);
161 int sep2 = (tcsrchr(att1, NSSEP) != 0);
164 return tcscmp(att1, att2);

Completed in 98 milliseconds