HomeSort by: relevance | last modified time | path
    Searched defs:att2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/expat/dist/xmlwf/
xmlwf.c 181 attcmp(const void *att1, const void *att2) {
182 return tcscmp(*(const XML_Char *const *)att1, *(const XML_Char *const *)att2);
220 const XML_Char *att2 = *(const XML_Char *const *)p2; local
222 int sep2 = (tcsrchr(att2, NSSEP) != 0);
225 return tcscmp(att1, att2);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h 703 Type *att2; // Save alias this type to detect recursion member in class:BinExp

Completed in 22 milliseconds