Home | History | Annotate | Download | only in libtests

Lines Matching refs:fsuccess

1245          FILE *fsuccess = fopen(touch_file, "wt");
1247 if (fsuccess != NULL)
1250 fprintf(fsuccess, "PNG unknown tests succeeded\n");
1251 fflush(fsuccess);
1252 err = ferror(fsuccess);
1254 if (fclose(fsuccess) || err)