Home | History | Annotate | Download | only in libpng

Lines Matching defs:STDERR

41 /*  #define STDERR stderr  */
42 #define STDERR stdout /* For DOS */
91 # define pngtest_debug(m) ((void)fprintf(stderr, m "\n"))
92 # define pngtest_debug1(m,p1) ((void)fprintf(stderr, m "\n", p1))
93 # define pngtest_debug2(m,p1,p2) ((void)fprintf(stderr, m "\n", p1, p2))
446 fprintf(STDERR, "%s: libpng warning: %s\n", name, message);
556 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
561 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
579 fprintf(STDERR, "Duplicate free of memory\n");
591 fprintf(STDERR, "Pointer %x not found\n", (unsigned int)ptr);
738 fprintf(STDERR, "\n stereo mode = %d\n", user_chunk_data.sTER_mode);
751 fprintf(STDERR, " vpAg = %lu x %lu, units = %d\n",
857 fprintf(STDERR, "Could not find input file %s\n", inname);
863 fprintf(STDERR, "Could not open output file %s\n", outname);
910 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
928 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1529 fprintf(STDERR, "\n Image width = %lu, height = %lu\n",
1562 fprintf(STDERR, "\n %s: %d libpng errors found (%d warnings)",
1573 fprintf(STDERR, "\n %s: unsupported chunks (%d)%s",
1580 fprintf(STDERR, "\n %s: %d libpng warnings found",
1590 fprintf(STDERR, "Could not find file %s\n", inname);
1596 fprintf(STDERR, "Could not find file %s\n", outname);
1615 fprintf(STDERR, "\nFiles %s and %s are of a different size\n",
1620 fprintf(STDERR,
1623 fprintf(STDERR,
1625 fprintf(STDERR,
1646 fprintf(STDERR, "\nFiles %s and %s are different\n", inname,
1651 fprintf(STDERR,
1654 fprintf(STDERR,
1656 fprintf(STDERR,
1701 fprintf(STDERR, "\n Testing libpng version %s\n", PNG_LIBPNG_VER_STRING);
1702 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION);
1703 fprintf(STDERR, "%s", png_get_copyright(NULL));
1705 fprintf(STDERR, " library (%lu):%s",
1710 fprintf(STDERR, " pngtest (%lu):%s", (unsigned long)PNG_LIBPNG_VER,
1719 fprintf(STDERR, " NOTE: Zlib compiled for max 64k, libpng not\n");
1723 fprintf(STDERR, " NOTE: libpng compiled for max 64k, zlib not\n");
1728 fprintf(STDERR,
1730 fprintf(STDERR, " png.h version: %s\n", PNG_LIBPNG_VER_STRING);
1731 fprintf(STDERR, " png.c version: %s\n\n", png_libpng_ver);
1788 fprintf(STDERR,
1791 fprintf(STDERR,
1793 fprintf(STDERR,
1807 fprintf(STDERR, "\n Testing %s:", argv[i]);
1815 fprintf(STDERR, "\n PASS (%lu zero samples)\n",
1818 fprintf(STDERR, " PASS\n");
1823 fprintf(STDERR, " Filter %d was used %lu times\n",
1828 fprintf(STDERR, " tIME = %s\n", tIME_string);
1836 fprintf(STDERR, " FAIL\n");
1841 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n",
1848 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n",
1853 fprintf(STDERR, " %lu bytes at %x\n",
1862 fprintf(STDERR, " Current memory allocation: %10d bytes\n",
1864 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n",
1866 fprintf(STDERR, " Total memory allocation: %10d bytes\n",
1868 fprintf(STDERR, " Number of allocations: %10d\n",
1889 fprintf(STDERR, "\n Testing %s:", inname);
1901 fprintf(STDERR, "\n PASS (%lu zero samples)\n",
1904 fprintf(STDERR, " PASS\n");
1909 fprintf(STDERR, " Filter %d was used %lu times\n",
1914 fprintf(STDERR, " tIME = %s\n", tIME_string);
1922 fprintf(STDERR, "\n Testing %s:", inname);
1924 fprintf(STDERR, " FAIL\n");
1929 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n",
1936 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n",
1941 fprintf(STDERR, " %lu bytes at %x\n",
1949 fprintf(STDERR, " Current memory allocation: %10d bytes\n",
1951 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n",
1953 fprintf(STDERR, " Total memory allocation: %10d bytes\n",
1955 fprintf(STDERR, " Number of allocations: %10d\n",
1964 fprintf(STDERR, " CPU time used = %.3f seconds",
1966 fprintf(STDERR, " (decoding %.3f,\n",
1968 fprintf(STDERR, " encoding %.3f ,",
1970 fprintf(STDERR, " other %.3f seconds)\n\n",
1975 fprintf(STDERR, " libpng passes test\n");
1978 fprintf(STDERR, " libpng FAILS test\n");
1986 fprintf(STDERR,