Home | History | Annotate | Download | only in libpng

Lines Matching defs:outname

96 int test_one_file PNGARG((PNG_CONST char *inname, PNG_CONST char *outname));
687 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
733 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH);
737 if ((fpout = fopen(outname, "wb")) == NULL)
740 fprintf(STDERR, "Could not open output file %s\n", outname);
802 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
826 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1374 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH);
1378 if ((fpout = fopen(outname, "rb")) == NULL)
1381 fprintf(STDERR, "Could not find file %s\n", outname);
1396 inname, outname);
1419 fprintf(STDERR, "\nFiles %s and %s are different\n", inname, outname);
1447 static PNG_CONST char *outname = "pngout/png";
1450 static PNG_CONST char *outname = "pngout.png";
1522 outname = argv[2 + verbose];
1532 " with -m %s is used as a temporary file\n", outname);
1546 kerror = test_one_file(argv[i], outname);
1619 kerror = test_one_file(inname, outname);