Lines Matching refs:STDERR

111 /*  #define STDERR stderr  */
112 #define STDERR stdout /* for DOS */
454 fprintf(STDERR, "%s: libpng warning: %s\n", name, message);
551 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
555 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
571 fprintf(STDERR, "Duplicate free of memory\n");
581 fprintf(STDERR, "Pointer %x not found\n", (unsigned int)ptr);
639 fprintf(STDERR, "Could not find input file %s\n", inname);
650 fprintf(STDERR, "Could not open output file %s\n", outname);
698 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
722 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1192 fprintf(STDERR, "Image width = %lu, height = %lu\n",
1224 fprintf(STDERR, "Could not find file %s\n", inname);
1235 fprintf(STDERR, "Could not find file %s\n", outname);
1249 fprintf(STDERR, "\nFiles %s and %s are of a different size\n",
1253 fprintf(STDERR,
1256 fprintf(STDERR,
1258 fprintf(STDERR,
1273 fprintf(STDERR, "\nFiles %s and %s are different\n", inname, outname);
1276 fprintf(STDERR,
1279 fprintf(STDERR,
1281 fprintf(STDERR,
1313 fprintf(STDERR, "Testing libpng version %s\n", PNG_LIBPNG_VER_STRING);
1314 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION);
1315 fprintf(STDERR,"%s",png_get_copyright(NULL));
1317 fprintf(STDERR," library (%lu):%s", png_access_version_number(),
1320 fprintf(STDERR," pngtest (%lu):%s", (unsigned long)PNG_LIBPNG_VER,
1322 fprintf(STDERR," png_sizeof(png_struct)=%ld, png_sizeof(png_info)=%ld\n",
1330 fprintf(STDERR, " NOTE: Zlib compiled for max 64k, libpng not\n");
1334 fprintf(STDERR, " NOTE: libpng compiled for max 64k, zlib not\n");
1339 fprintf(STDERR,
1341 fprintf(STDERR, " png.h version: %s\n", PNG_LIBPNG_VER_STRING);
1342 fprintf(STDERR, " png.c version: %s\n\n", png_libpng_ver);
1378 fprintf(STDERR,
1381 fprintf(STDERR,
1383 fprintf(STDERR,
1400 fprintf(STDERR, "Testing %s:",argv[i]);
1405 fprintf(STDERR, "\n PASS (%lu zero samples)\n",zero_samples);
1407 fprintf(STDERR, " PASS\n");
1412 fprintf(STDERR, " Filter %d was used %lu times\n",
1417 fprintf(STDERR, " tIME = %s\n",tIME_string);
1423 fprintf(STDERR, " FAIL\n");
1428 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n",
1434 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n",
1438 fprintf(STDERR, " %lu bytes at %x\n", pinfo->size,
1446 fprintf(STDERR, " Current memory allocation: %10d bytes\n",
1448 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n",
1450 fprintf(STDERR, " Total memory allocation: %10d bytes\n",
1452 fprintf(STDERR, " Number of allocations: %10d\n",
1468 fprintf(STDERR, "Testing %s:",inname);
1478 fprintf(STDERR, "\n PASS (%lu zero samples)\n",zero_samples);
1480 fprintf(STDERR, " PASS\n");
1485 fprintf(STDERR, " Filter %d was used %lu times\n",
1490 fprintf(STDERR, " tIME = %s\n",tIME_string);
1497 fprintf(STDERR, "Testing %s:",inname);
1498 fprintf(STDERR, " FAIL\n");
1503 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n",
1509 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n",
1513 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",
1536 fprintf(STDERR," CPU time used = %.3f seconds",
1538 fprintf(STDERR," (decoding %.3f,\n",
1540 fprintf(STDERR," encoding %.3f ,",
1542 fprintf(STDERR," other %.3f seconds)\n\n",
1547 fprintf(STDERR, "libpng passes test\n");
1549 fprintf(STDERR, "libpng FAILS test\n");