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

/vbox/src/libs/libxml2-2.6.31/
H A Drunsuite.c175 static char testErrors[32769]; variable
185 fprintf(logfile, "%s", testErrors);
186 testErrorsSize = 0; testErrors[0] = 0;
203 res = vsnprintf(&testErrors[testErrorsSize],
210 testErrors[testErrorsSize] = 0;
214 testErrors[testErrorsSize] = 0;
442 testErrorsSize = 0; testErrors[0] = 0;
798 testErrorsSize = 0; testErrors[0] = 0;
896 testErrorsSize = 0; testErrors[0] = 0;
943 if ((ret == 0) && (strstr(testErrors, "nimplemente
[all...]
H A Druntest.c245 static char testErrors[32769]; variable
256 res = vsnprintf(&testErrors[testErrorsSize],
263 testErrors[testErrorsSize] = 0;
267 testErrors[testErrorsSize] = 0;
278 res = vsnprintf(&testErrors[testErrorsSize],
285 testErrors[testErrorsSize] = 0;
289 testErrors[testErrorsSize] = 0;
1876 res = compareFileMem(err, testErrors, testErrorsSize);
2046 res = compareFileMem(err, testErrors, testErrorsSize);
2158 ret = compareFileMem(err, testErrors, testErrorsSiz
[all...]

Completed in 58 milliseconds