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

/gem5/ext/mcpat/
H A DxmlParser.cc293 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { function
342 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { function
349 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { function
399 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { function
410 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { function
441 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { function
932 (xstrnicmp(s, entity->s, entity->l) == 0)) {
1005 if (xstrnicmp(ss, entity->s, entity->l) == 0) {
1047 if (xstrnicmp(cclose, copen, l) != 0) return 1;
3166 if ((xstrnicmp((cha
[all...]

Completed in 20 milliseconds