Home | History | Annotate | Download | only in libpng

Lines Matching defs:fp

2325          FILE *fp = fopen(file_name, "wb");
2327 if (fp != NULL)
2329 if (png_image_write_to_stdio(image, fp, convert_to_8bit, buffer,
2335 if (fflush(fp) == 0 && ferror(fp) == 0)
2337 if (fclose(fp) == 0)
2346 (void)fclose(fp);
2359 (void)fclose(fp);