Home | History | Annotate | Download | only in libpng

Lines Matching refs:STDERR

41 /*  #define STDERR stderr  */
42 #define STDERR stdout /* For DOS */
92 # define pngtest_debug(m) ((void)fprintf(stderr, m "\n"))
93 # define pngtest_debug1(m,p1) ((void)fprintf(stderr, m "\n", p1))
94 # define pngtest_debug2(m,p1,p2) ((void)fprintf(stderr, m "\n", p1, p2))
467 fprintf(STDERR, "\n%s: libpng warning: %s\n", name, message);
577 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
582 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
601 fprintf(STDERR, "Duplicate free of memory\n");
612 fprintf(STDERR, "Pointer %p not found\n", ptr);
759 fprintf(STDERR, "\n stereo mode = %d\n", user_chunk_data.sTER_mode);
772 fprintf(STDERR, " vpAg = %lu x %lu, units = %d\n",
884 fprintf(STDERR, "Could not find input file %s\n", inname);
890 fprintf(STDERR, "Could not open output file %s\n", outname);
937 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
941 fprintf(STDERR, " destroy read structs\n");
945 fprintf(STDERR, " destroy write structs\n");
959 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
961 fprintf(STDERR, " destroying read structs\n");
964 fprintf(STDERR, " destroying write structs\n");
1210 fprintf(STDERR," eXIf type %c%c, %lu bytes\n",exif[0],exif[1],
1328 fprintf(STDERR,"\n");
1331 fprintf(STDERR," Text compression[%d]=%d\n",
1548 fprintf(STDERR,"\n");
1551 fprintf(STDERR," Text compression[%d]=%d\n",
1568 fprintf(STDERR," eXIf type %c%c, %lu bytes\n",exif[0],exif[1],
1650 fprintf(STDERR, "\n Image width = %lu, height = %lu\n",
1683 STDERR, "\n %s: %d libpng errors found (%d warnings)",
1694 fprintf(STDERR, "\n %s: unsupported chunks (%d)%s",
1701 fprintf(STDERR, "\n %s: %d libpng warnings found",
1711 fprintf(STDERR, "Could not find file %s\n", inname);
1717 fprintf(STDERR, "Could not find file %s\n", outname);
1737 fprintf(STDERR, "\nFiles %s and %s are of a different size\n",
1742 fprintf(STDERR,
1746 fprintf(STDERR,
1748 fprintf(STDERR,
1769 fprintf(STDERR, "\nFiles %s and %s are different\n", inname,
1774 fprintf(STDERR,
1778 fprintf(STDERR,
1780 fprintf(STDERR,
1827 fprintf(STDERR, "\n Testing libpng version %s\n", PNG_LIBPNG_VER_STRING);
1828 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION);
1829 fprintf(STDERR, "%s", png_get_copyright(NULL));
1831 fprintf(STDERR, " library (%lu):%s",
1836 fprintf(STDERR, " pngtest (%lu):%s", (unsigned long)PNG_LIBPNG_VER,
1845 fprintf(STDERR, " NOTE: Zlib compiled for max 64k, libpng not\n");
1849 fprintf(STDERR, " NOTE: libpng compiled for max 64k, zlib not\n");
1854 fprintf(STDERR,
1856 fprintf(STDERR, " png.h version: %s\n", PNG_LIBPNG_VER_STRING);
1857 fprintf(STDERR, " png.c version: %s\n\n", png_libpng_ver);
1927 fprintf(STDERR,
1930 fprintf(STDERR,
1932 fprintf(STDERR,
1946 fprintf(STDERR, "\n Testing %s:", argv[i]);
1948 fprintf(STDERR, "\n");
1954 fprintf(STDERR, "\n PASS (%lu zero samples)\n",
1957 fprintf(STDERR, " PASS\n");
1961 fprintf(STDERR, " tIME = %s\n", tIME_string);
1970 fprintf(STDERR, " XFAIL\n");
1973 fprintf(STDERR, " FAIL\n");
1979 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n",
1986 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n",
1991 fprintf(STDERR, " %lu bytes at %p\n",
2000 fprintf(STDERR, " Current memory allocation: %10d bytes\n",
2002 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n",
2004 fprintf(STDERR, " Total memory allocation: %10d bytes\n",
2006 fprintf(STDERR, " Number of allocations: %10d\n",
2028 fprintf(STDERR, "\n Testing %s:", inname);
2030 fprintf(STDERR, "\n");
2041 fprintf(STDERR, "\n PASS (%lu zero samples)\n",
2044 fprintf(STDERR, " PASS\n");
2048 fprintf(STDERR, " tIME = %s\n", tIME_string);
2057 fprintf(STDERR, "\n Testing %s:", inname);
2059 fprintf(STDERR, "\n");
2064 fprintf(STDERR, " XFAIL\n");
2067 fprintf(STDERR, " FAIL\n");
2073 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n",
2080 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n",
2085 fprintf(STDERR, " %lu bytes at %p\n",
2093 fprintf(STDERR, " Current memory allocation: %10d bytes\n",
2095 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n",
2097 fprintf(STDERR, " Total memory allocation: %10d bytes\n",
2099 fprintf(STDERR, " Number of allocations: %10d\n",
2108 fprintf(STDERR, " CPU time used = %.3f seconds",
2110 fprintf(STDERR, " (decoding %.3f,\n",
2112 fprintf(STDERR, " encoding %.3f ,",
2114 fprintf(STDERR, " other %.3f seconds)\n\n",
2119 fprintf(STDERR, " libpng passes test\n");
2122 fprintf(STDERR, " libpng FAILS test\n");
2125 fprintf(STDERR, " Default limits:\n");
2126 fprintf(STDERR, " width_max = %lu\n",
2128 fprintf(STDERR, " height_max = %lu\n",
2131 fprintf(STDERR, " cache_max = unlimited\n");
2133 fprintf(STDERR, " cache_max = %lu\n",
2136 fprintf(STDERR, " malloc_max = unlimited\n");
2138 fprintf(STDERR, " malloc_max = %lu\n",
2148 fprintf(STDERR,