Lines Matching refs:XML_PREFIX
128 static char XML_PREFIX[256];
1218 strcpy(XML_PREFIX,rootName);
1220 char *p = XML_PREFIX+strlen(XML_PREFIX);
1221 for(p--;*p&&p>XML_PREFIX&&!isalnum((int)*p);p--) {
1226 fprintf(XML_FILE, "<testsuite name=\"%s\">\n", XML_PREFIX);
1249 fprintf(XML_FILE, "\t<testcase classname=\"%s:%s\" name=\"%s:%s\" time=\"%s\"", XML_PREFIX, classname, XML_PREFIX, name, time);