Searched defs:outname (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngtest.c130 int test_one_file PNGARG((PNG_CONST char *inname, PNG_CONST char *outname));
790 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) argument
826 if ((fpout = fopen(outname, "wb")) == NULL)
828 fprintf(STDERR, "Could not open output file %s\n", outname);
886 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
911 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1476 if ((fpout = fopen(outname, "rb")) == NULL)
1478 fprintf(STDERR, "Could not find file %s\n", outname);
1493 inname, outname);
1518 fprintf(STDERR, "\nFiles %s and %s are different\n", inname, outname);
1548 static PNG_CONST char *outname = "pngout/png"; variable
1551 static PNG_CONST char *outname = "pngout.png"; variable
[all...]

Completed in 170 milliseconds