Home
last modified time | relevance | path

Searched refs:schemasOutput (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Druntest.c2992 FILE *schemasOutput; in schemasOneTest() local
3005 schemasOutput = fopen(temp, "wb"); in schemasOneTest()
3006 if (schemasOutput == NULL) { in schemasOneTest()
3020 fprintf(schemasOutput, "%s validates\n", filename); in schemasOneTest()
3022 fprintf(schemasOutput, "%s fails to validate\n", filename); in schemasOneTest()
3024 fprintf(schemasOutput, "%s validation generated an internal error\n", in schemasOneTest()
3027 fclose(schemasOutput); in schemasOneTest()
3167 FILE *schemasOutput; in rngOneTest() local
3180 schemasOutput = fopen(temp, "wb"); in rngOneTest()
3181 if (schemasOutput == NULL) { in rngOneTest()
[all …]