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

/gem5/ext/mcpat/
H A DxmlParser.cc2779 XMLCHAR *tend1, sepString[2]; local
2782 tend1 = xstrstr(path, sepString);
2783 while (tend1) {
2784 *tend1 = 0;
2789 *tend1 = sep;
2793 *tend1 = sep;
2795 path = tend1 + 1;
2796 tend1 = xstrstr(path, sepString);

Completed in 16 milliseconds