Home
last modified time | relevance | path

Searched refs:fsuccess (Results 1 – 3 of 3) sorted by relevance

/external/libpng/contrib/libtests/
Dpngunknown.c1245 FILE *fsuccess = fopen(touch_file, "wt"); in main() local
1247 if (fsuccess != NULL) in main()
1250 fprintf(fsuccess, "PNG unknown tests succeeded\n"); in main()
1251 fflush(fsuccess); in main()
1252 err = ferror(fsuccess); in main()
1254 if (fclose(fsuccess) || err) in main()
Dpngstest.c3794 FILE *fsuccess = fopen(touch, "wt"); in main() local
3796 if (fsuccess != NULL) in main()
3799 fprintf(fsuccess, "PNG simple API tests succeeded\n"); in main()
3800 fflush(fsuccess); in main()
3801 error = ferror(fsuccess); in main()
3803 if (fclose(fsuccess) || error) in main()
Dpngvalid.c12194 FILE *fsuccess = fopen(touch, "wt"); in main() local
12196 if (fsuccess != NULL) in main()
12199 fprintf(fsuccess, "PNG validation succeeded\n"); in main()
12200 fflush(fsuccess); in main()
12201 error = ferror(fsuccess); in main()
12203 if (fclose(fsuccess) || error) in main()