Home | History | Annotate | Download | only in lpng_v163

Lines Matching defs:fp

2271          FILE *fp = fopen(file_name, "wb");

2273 if (fp != NULL)
2275 if (png_image_write_to_stdio(image, fp, convert_to_8bit, buffer,
2281 if (fflush(fp) == 0 && ferror(fp) == 0)
2283 if (fclose(fp) == 0)
2292 (void)fclose(fp);
2305 (void)fclose(fp);