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

/gem5/ext/mcpat/
H A DxmlParser.cc299 static inline int xstricmp(XMLCSTR c1, XMLCSTR c2) { function
345 static inline int xstricmp(XMLCSTR c1, XMLCSTR c2) { function
352 static inline int xstricmp(XMLCSTR c1, XMLCSTR c2) { function
405 static inline int xstricmp(XMLCSTR c1, XMLCSTR c2) { function
416 static inline int xstricmp(XMLCSTR c1, XMLCSTR c2) { function
447 static inline int xstricmp(XMLCSTR c1, XMLCSTR c2) { function
1990 if (tag && (*tag) && ((!name) || (xstricmp(name, tag)))) {
2718 if (xstricmp(pc->d->lpszName, name) == 0) j++;
2730 if (!xstricmp(pc->d->lpszName, name)) {
2747 while (i--) if (!xstricmp(nam
[all...]

Completed in 9 milliseconds