Home | History | Annotate | Download | only in libpng

Lines Matching full:fpout

864    static png_FILE_p fpout;  /* "static" prevents setjmp corruption */
896 if ((fpout = fopen(outname, "wb")) == NULL)
954 FCLOSE(fpout);
970 FCLOSE(fpout);
1006 png_init_io(write_ptr, fpout);
1011 png_set_write_fn(write_ptr, (png_voidp)fpout, pngtest_write_data,
1622 FCLOSE(fpout);
1665 if ((fpout = fopen(outname, "rb")) == NULL)
1683 num_out = fread(outbuf, 1, sizeof outbuf, fpout);
1704 FCLOSE(fpout);
1735 FCLOSE(fpout);
1753 FCLOSE(fpout);