Lines Matching refs:outname
104 int test_one_file PNGARG((PNG_CONST char *inname, PNG_CONST char *outname));
599 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
644 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH);
647 if ((fpout = fopen(outname, "wb")) == NULL)
650 fprintf(STDERR, "Could not open output file %s\n", outname);
698 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
722 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1229 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH);
1232 if ((fpout = fopen(outname, "rb")) == NULL)
1235 fprintf(STDERR, "Could not find file %s\n", outname);
1250 inname, outname);
1273 fprintf(STDERR, "\nFiles %s and %s are different\n", inname, outname);
1301 static PNG_CONST char *outname = "pngout/png";
1304 static PNG_CONST char *outname = "pngout.png";
1374 outname = argv[2+verbose];
1384 " with -m %s is used as a temporary file\n", outname);
1401 kerror = test_one_file(argv[i], outname);
1469 kerror = test_one_file(inname, outname);