Lines Matching refs:outname
861 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
896 if ((fpout = fopen(outname, "wb")) == NULL)
898 fprintf(STDERR, "Could not open output file %s\n", outname);
945 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
963 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1665 if ((fpout = fopen(outname, "rb")) == NULL)
1667 fprintf(STDERR, "Could not find file %s\n", outname);
1688 outname);
1719 outname);
1761 static PNG_CONST char *outname = "pngout/png";
1764 static PNG_CONST char *outname = "pngout.png";
1858 outname = argv[2 + verbose];
1869 " with -m %s is used as a temporary file\n", outname);
1886 kerror = test_one_file(argv[i], outname);
1965 kerror = test_one_file(inname, outname);