• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/

Lines Matching defs:STDERR

82 /*  #define STDERR stderr  */
83 #define STDERR stdout /* For DOS */
423 fprintf(STDERR, "%s: libpng warning: %s\n", name, message);
425 fprintf(STDERR, "%s: libpng warning: %s\n", test, message);
526 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
530 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
546 fprintf(STDERR, "Duplicate free of memory\n");
556 fprintf(STDERR, "Pointer %x not found\n", (unsigned int)ptr);
674 fprintf(STDERR, "Could not find input file %s\n", inname);
680 fprintf(STDERR, "Could not open output file %s\n", outname);
739 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
763 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1115 fprintf(STDERR, "\n stereo mode = %lu\n",
1128 fprintf(STDERR, " vpAg = %lu x %lu, units = %lu\n",
1273 fprintf(STDERR, "\n Image width = %lu, height = %lu\n",
1300 fprintf(STDERR, "Could not find file %s\n", inname);
1306 fprintf(STDERR, "Could not find file %s\n", outname);
1320 fprintf(STDERR, "\nFiles %s and %s are of a different size\n",
1324 fprintf(STDERR,
1327 fprintf(STDERR,
1329 fprintf(STDERR,
1344 fprintf(STDERR, "\nFiles %s and %s are different\n", inname, outname);
1347 fprintf(STDERR,
1350 fprintf(STDERR,
1352 fprintf(STDERR,
1384 fprintf(STDERR, "\n Testing libpng version %s\n", PNG_LIBPNG_VER_STRING);
1385 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION);
1386 fprintf(STDERR, "%s", png_get_copyright(NULL));
1388 fprintf(STDERR, " library (%lu):%s",
1392 fprintf(STDERR, " pngtest (%lu):%s", (unsigned long)PNG_LIBPNG_VER,
1394 fprintf(STDERR, " sizeof(png_struct)=%ld, sizeof(png_info)=%ld\n",
1403 fprintf(STDERR, " NOTE: Zlib compiled for max 64k, libpng not\n");
1407 fprintf(STDERR, " NOTE: libpng compiled for max 64k, zlib not\n");
1412 fprintf(STDERR,
1414 fprintf(STDERR, " png.h version: %s\n", PNG_LIBPNG_VER_STRING);
1415 fprintf(STDERR, " png.c version: %s\n\n", png_libpng_ver);
1451 fprintf(STDERR,
1454 fprintf(STDERR,
1456 fprintf(STDERR,
1470 fprintf(STDERR, "\n Testing %s:", argv[i]);
1478 fprintf(STDERR, "\n PASS (%lu zero samples)\n",
1481 fprintf(STDERR, " PASS\n");
1486 fprintf(STDERR, " Filter %d was used %lu times\n",
1491 fprintf(STDERR, " tIME = %s\n", tIME_string);
1497 fprintf(STDERR, " FAIL\n");
1502 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n",
1508 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n",
1512 fprintf(STDERR, " %lu bytes at %x\n",
1521 fprintf(STDERR, " Current memory allocation: %10d bytes\n",
1523 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n",
1525 fprintf(STDERR, " Total memory allocation: %10d bytes\n",
1527 fprintf(STDERR, " Number of allocations: %10d\n",
1543 fprintf(STDERR, "\n Testing %s:", inname);
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);
1573 fprintf(STDERR, "\n Testing %s:", inname);
1574 fprintf(STDERR, " FAIL\n");
1579 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n",
1585 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n",
1589 fprintf(STDERR, " %lu bytes at %x\n",
1597 fprintf(STDERR, " Current memory allocation: %10d bytes\n",
1599 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n",
1601 fprintf(STDERR, " Total memory allocation: %10d bytes\n",
1603 fprintf(STDERR, " Number of allocations: %10d\n",
1612 fprintf(STDERR, " CPU time used = %.3f seconds",
1614 fprintf(STDERR, " (decoding %.3f,\n",
1616 fprintf(STDERR, " encoding %.3f ,",
1618 fprintf(STDERR, " other %.3f seconds)\n\n",
1623 fprintf(STDERR, " libpng passes test\n");
1625 fprintf(STDERR, " libpng FAILS test\n");