Lines Matching refs:fpout
856 static png_FILE_p fpout; /* "static" prevents setjmp corruption */ in test_one_file() local
888 if ((fpout = fopen(outname, "wb")) == NULL) in test_one_file()
950 FCLOSE(fpout); in test_one_file()
970 FCLOSE(fpout); in test_one_file()
1017 png_init_io(write_ptr, fpout); in test_one_file()
1022 png_set_write_fn(write_ptr, (png_voidp)fpout, pngtest_write_data, in test_one_file()
1674 FCLOSE(fpout); in test_one_file()
1717 if ((fpout = fopen(outname, "rb")) == NULL) in test_one_file()
1735 num_out = fread(outbuf, 1, sizeof outbuf, fpout); in test_one_file()
1757 FCLOSE(fpout); in test_one_file()
1789 FCLOSE(fpout); in test_one_file()
1807 FCLOSE(fpout); in test_one_file()