Home | History | Annotate | Download | only in libxml2

Lines Matching refs:LOGFILE

31 #define LOGFILE "runxmlconf.log"
32 static FILE *logfile = NULL;
113 if (logfile != NULL) {
114 fprintf(logfile, "\n------------\n");
116 vfprintf(logfile, msg, args);
118 fprintf(logfile, "%s", testErrors);
414 xmlMemDisplayLast(logfile, final - mem);
555 logfile = fopen(LOGFILE, "w");
556 if (logfile == NULL) {
586 printf("See %s for detailed output\n", LOGFILE);
596 if (logfile != NULL)
597 fclose(logfile);