Home | History | Annotate | Download | only in libpng

Lines Matching full:fopen

250    if ((*fp = fopen(file_name, "rb")) == NULL)
279 if ((fp = fopen(file_name, "rb")) == NULL)
772 fp = fopen(file_name, "wb");