Home | History | Annotate | Download | only in libpng

Lines Matching refs:STDERR

103 /*  #define STDERR stderr  */
104 #define STDERR stdout /* For DOS */
468 fprintf(STDERR, "%s: libpng warning: %s\n", name, message);
470 fprintf(STDERR, "%s: libpng warning: %s\n", test, message);
571 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
575 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
591 fprintf(STDERR, "Duplicate free of memory\n");
601 fprintf(STDERR, "Pointer %x not found\n", (unsigned int)ptr);
728 fprintf(STDERR, "Could not find input file %s\n", inname);
740 fprintf(STDERR, "Could not open output file %s\n", outname);
802 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
826 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1178 fprintf(STDERR, "\n stereo mode = %lu\n",
1191 fprintf(STDERR, " vpAg = %lu x %lu, units = %lu\n",
1336 fprintf(STDERR, "\n Image width = %lu, height = %lu\n",
1369 fprintf(STDERR, "Could not find file %s\n", inname);
1381 fprintf(STDERR, "Could not find file %s\n", outname);
1395 fprintf(STDERR, "\nFiles %s and %s are of a different size\n",
1399 fprintf(STDERR,
1402 fprintf(STDERR,
1404 fprintf(STDERR,
1419 fprintf(STDERR, "\nFiles %s and %s are different\n", inname, outname);
1422 fprintf(STDERR,
1425 fprintf(STDERR,
1427 fprintf(STDERR,
1459 fprintf(STDERR, "\n Testing libpng version %s\n", PNG_LIBPNG_VER_STRING);
1460 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION);
1461 fprintf(STDERR, "%s", png_get_copyright(NULL));
1463 fprintf(STDERR, " library (%lu):%s",
1467 fprintf(STDERR, " pngtest (%lu):%s", (unsigned long)PNG_LIBPNG_VER,
1469 fprintf(STDERR, " sizeof(png_struct)=%ld, sizeof(png_info)=%ld\n",
1478 fprintf(STDERR, " NOTE: Zlib compiled for max 64k, libpng not\n");
1482 fprintf(STDERR, " NOTE: libpng compiled for max 64k, zlib not\n");
1487 fprintf(STDERR,
1489 fprintf(STDERR, " png.h version: %s\n", PNG_LIBPNG_VER_STRING);
1490 fprintf(STDERR, " png.c version: %s\n\n", png_libpng_ver);
1526 fprintf(STDERR,
1529 fprintf(STDERR,
1531 fprintf(STDERR,
1545 fprintf(STDERR, "\n Testing %s:", argv[i]);
1553 fprintf(STDERR, "\n PASS (%lu zero samples)\n",
1556 fprintf(STDERR, " PASS\n");
1561 fprintf(STDERR, " Filter %d was used %lu times\n",
1566 fprintf(STDERR, " tIME = %s\n", tIME_string);
1572 fprintf(STDERR, " FAIL\n");
1577 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n",
1583 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n",
1587 fprintf(STDERR, " %lu bytes at %x\n",
1596 fprintf(STDERR, " Current memory allocation: %10d bytes\n",
1598 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n",
1600 fprintf(STDERR, " Total memory allocation: %10d bytes\n",
1602 fprintf(STDERR, " Number of allocations: %10d\n",
1618 fprintf(STDERR, "\n Testing %s:", inname);
1628 fprintf(STDERR, "\n PASS (%lu zero samples)\n",
1631 fprintf(STDERR, " PASS\n");
1636 fprintf(STDERR, " Filter %d was used %lu times\n",
1641 fprintf(STDERR, " tIME = %s\n", tIME_string);
1648 fprintf(STDERR, "\n Testing %s:", inname);
1649 fprintf(STDERR, " FAIL\n");
1654 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n",
1660 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n",
1664 fprintf(STDERR, " %lu bytes at %x\n",
1672 fprintf(STDERR, " Current memory allocation: %10d bytes\n",
1674 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n",
1676 fprintf(STDERR, " Total memory allocation: %10d bytes\n",
1678 fprintf(STDERR, " Number of allocations: %10d\n",
1687 fprintf(STDERR, " CPU time used = %.3f seconds",
1689 fprintf(STDERR, " (decoding %.3f,\n",
1691 fprintf(STDERR, " encoding %.3f ,",
1693 fprintf(STDERR, " other %.3f seconds)\n\n",
1698 fprintf(STDERR, " libpng passes test\n");
1700 fprintf(STDERR, " libpng FAILS test\n");