Lines Matching refs:inname

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
721 MultiByteToWideChar(CP_ACP, 0, inname, -1, path, MAX_PATH); in test_one_file()
725 if ((fpin = fopen(inname, "rb")) == NULL) in test_one_file()
728 fprintf(STDERR, "Could not find input file %s\n", inname); in test_one_file()
757 png_set_error_fn(read_ptr, (png_voidp)inname, pngtest_error, in test_one_file()
782 png_set_error_fn(write_ptr, (png_voidp)inname, pngtest_error, 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()
1362 MultiByteToWideChar(CP_ACP, 0, inname, -1, path, MAX_PATH); in test_one_file()
1366 if ((fpin = fopen(inname, "rb")) == NULL) in test_one_file()
1369 fprintf(STDERR, "Could not find file %s\n", inname); in test_one_file()
1396 inname, outname); in test_one_file()
1401 inname, PNG_ZBUF_SIZE); in test_one_file()
1419 fprintf(STDERR, "\nFiles %s and %s are different\n", inname, outname); in test_one_file()
1424 inname, PNG_ZBUF_SIZE); in test_one_file()
1446 static PNG_CONST char *inname = "pngtest/png"; variable
1449 static PNG_CONST char *inname = "pngtest.png"; variable
1512 inname = argv[2]; in main()
1516 inname = argv[1]; in main()
1618 fprintf(STDERR, "\n Testing %s:", inname); in main()
1619 kerror = test_one_file(inname, outname); in main()
1648 fprintf(STDERR, "\n Testing %s:", inname); in main()