Searched refs:fpout (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngtest.c793 static png_FILE_p fpout; /* "static" prevents setjmp corruption */ local
826 if ((fpout = fopen(outname, "wb")) == NULL)
895 FCLOSE(fpout);
918 FCLOSE(fpout);
932 png_init_io(write_ptr, fpout);
937 png_set_write_fn(write_ptr, (png_voidp)fpout, pngtest_write_data,
1467 FCLOSE(fpout);
1476 if ((fpout = fopen(outname, "rb")) == NULL)
1488 num_out = fread(outbuf, 1, 1, fpout);
1509 FCLOSE(fpout);
[all...]

Completed in 25 milliseconds