Home | History | Annotate | Download | only in dist

Lines Matching refs:to_file

3463   pcre_uint8 *to_file = NULL;
3887 to_file = pp;
4403 if (to_file != NULL)
4405 FILE *f = fopen((char *)to_file, "wb");
4408 fprintf(outfile, "Unable to open %s: %s\n", to_file, strerror(errno));
4427 fprintf(outfile, "Write error on %s: %s\n", to_file, strerror(errno));
4431 fprintf(outfile, "Compiled pattern written to %s\n", to_file);
4440 fprintf(outfile, "Write error on %s: %s\n", to_file,
4443 else fprintf(outfile, "Study data written to %s\n", to_file);