Lines Matching refs:outname
853 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) in test_one_file() argument
888 if ((fpout = fopen(outname, "wb")) == NULL) in test_one_file()
890 fprintf(STDERR, "Could not open output file %s\n", outname); in test_one_file()
937 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname); in test_one_file()
959 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname); in test_one_file()
1715 if ((fpout = fopen(outname, "rb")) == NULL) in test_one_file()
1717 fprintf(STDERR, "Could not find file %s\n", outname); in test_one_file()
1738 inname, outname); in test_one_file()
1770 outname); in test_one_file()
1813 static PNG_CONST char *outname = "pngout/png"; variable
1816 static PNG_CONST char *outname = "pngout.png"; variable
1922 outname = argv[2 + verbose]; in main()
1933 " with -m %s is used as a temporary file\n", outname); in main()
1950 kerror = test_one_file(argv[i], outname); in main()
2034 kerror = test_one_file(inname, outname); in main()