• Home
  • Raw
  • Download

Lines Matching refs:STDERR

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