Lines Matching defs:STDERR

137 /*  #define STDERR stderr  */
138 #define STDERR stdout /* For DOS */
555 fprintf(STDERR, "%s: libpng warning: %s\n", name, message);
558 fprintf(STDERR, "%s: libpng warning: %s\n", test, message);
666 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
671 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
689 fprintf(STDERR, "Duplicate free of memory\n");
700 fprintf(STDERR, "Pointer %x not found\n", (unsigned int)ptr);
822 fprintf(STDERR, "Could not find input file %s\n", inname);
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);
1280 fprintf(STDERR, "\n stereo mode = %lu\n",
1295 fprintf(STDERR, " vpAg = %lu x %lu, units = %lu\n",
1445 fprintf(STDERR, "\n Image width = %lu, height = %lu\n",
1472 fprintf(STDERR, "Could not find file %s\n", inname);
1478 fprintf(STDERR, "Could not find file %s\n", outname);
1492 fprintf(STDERR, "\nFiles %s and %s are of a different size\n",
1497 fprintf(STDERR,
1500 fprintf(STDERR,
1502 fprintf(STDERR,
1518 fprintf(STDERR, "\nFiles %s and %s are different\n", inname, outname);
1522 fprintf(STDERR,
1525 fprintf(STDERR,
1527 fprintf(STDERR,
1560 fprintf(STDERR, "\n Testing libpng version %s\n", PNG_LIBPNG_VER_STRING);
1561 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION);
1562 fprintf(STDERR, "%s", png_get_copyright(NULL));
1564 fprintf(STDERR, " library (%lu):%s",
1569 fprintf(STDERR, " pngtest (%lu):%s", (unsigned long)PNG_LIBPNG_VER,
1578 fprintf(STDERR, " NOTE: Zlib compiled for max 64k, libpng not\n");
1582 fprintf(STDERR, " NOTE: libpng compiled for max 64k, zlib not\n");
1587 fprintf(STDERR,
1589 fprintf(STDERR, " png.h version: %s\n", PNG_LIBPNG_VER_STRING);
1590 fprintf(STDERR, " png.c version: %s\n\n", png_libpng_ver);
1629 fprintf(STDERR,
1632 fprintf(STDERR,
1634 fprintf(STDERR,
1648 fprintf(STDERR, "\n Testing %s:", argv[i]);
1656 fprintf(STDERR, "\n PASS (%lu zero samples)\n",
1659 fprintf(STDERR, " PASS\n");
1664 fprintf(STDERR, " Filter %d was used %lu times\n",
1669 fprintf(STDERR, " tIME = %s\n", tIME_string);
1677 fprintf(STDERR, " FAIL\n");
1682 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n",
1689 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n",
1694 fprintf(STDERR, " %lu bytes at %x\n",
1703 fprintf(STDERR, " Current memory allocation: %10d bytes\n",
1705 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n",
1707 fprintf(STDERR, " Total memory allocation: %10d bytes\n",
1709 fprintf(STDERR, " Number of allocations: %10d\n",
1730 fprintf(STDERR, "\n Testing %s:", inname);
1742 fprintf(STDERR, "\n PASS (%lu zero samples)\n",
1745 fprintf(STDERR, " PASS\n");
1750 fprintf(STDERR, " Filter %d was used %lu times\n",
1755 fprintf(STDERR, " tIME = %s\n", tIME_string);
1763 fprintf(STDERR, "\n Testing %s:", inname);
1765 fprintf(STDERR, " FAIL\n");
1770 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n",
1777 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n",
1782 fprintf(STDERR, " %lu bytes at %x\n",
1790 fprintf(STDERR, " Current memory allocation: %10d bytes\n",
1792 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n",
1794 fprintf(STDERR, " Total memory allocation: %10d bytes\n",
1796 fprintf(STDERR, " Number of allocations: %10d\n",
1805 fprintf(STDERR, " CPU time used = %.3f seconds",
1807 fprintf(STDERR, " (decoding %.3f,\n",
1809 fprintf(STDERR, " encoding %.3f ,",
1811 fprintf(STDERR, " other %.3f seconds)\n\n",
1816 fprintf(STDERR, " libpng passes test\n");
1819 fprintf(STDERR, " libpng FAILS test\n");