Home | History | Annotate | Download | only in libpng

Lines Matching refs:outname

862 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
897 if ((fpout = fopen(outname, "wb")) == NULL)
899 fprintf(STDERR, "Could not open output file %s\n", outname);
952 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
970 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1672 if ((fpout = fopen(outname, "rb")) == NULL)
1674 fprintf(STDERR, "Could not find file %s\n", outname);
1695 inname, outname);
1727 outname);
1770 static PNG_CONST char *outname = "pngout/png";
1773 static PNG_CONST char *outname = "pngout.png";
1867 outname = argv[2 + verbose];
1878 " with -m %s is used as a temporary file\n", outname);
1895 kerror = test_one_file(argv[i], outname);
1974 kerror = test_one_file(inname, outname);