Lines Matching refs:outname
829 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
861 if ((fpout = fopen(outname, "wb")) == NULL)
863 fprintf(STDERR, "Could not open output file %s\n", outname);
910 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
928 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1594 if ((fpout = fopen(outname, "rb")) == NULL)
1596 fprintf(STDERR, "Could not find file %s\n", outname);
1616 inname, outname);
1647 outname);
1689 static PNG_CONST char *outname = "pngout/png";
1692 static PNG_CONST char *outname = "pngout.png";
1784 outname = argv[2 + verbose];
1794 " with -m %s is used as a temporary file\n", outname);
1808 kerror = test_one_file(argv[i], outname);
1891 kerror = test_one_file(inname, outname);