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