Lines Matching refs:STDERR
42 #define STDERR stdout /* For DOS */ macro
446 fprintf(STDERR, "%s: libpng warning: %s\n", name, message); in pngtest_warning()
556 fprintf(STDERR, "NULL pointer to png_debug_free.\n"); in png_debug_free()
561 fprintf(STDERR, "WARNING: freeing NULL pointer\n"); in png_debug_free()
579 fprintf(STDERR, "Duplicate free of memory\n"); in png_debug_free()
591 fprintf(STDERR, "Pointer %x not found\n", (unsigned int)ptr); in png_debug_free()
738 fprintf(STDERR, "\n stereo mode = %d\n", user_chunk_data.sTER_mode); in write_sTER_chunk()
751 fprintf(STDERR, " vpAg = %lu x %lu, units = %d\n", in write_vpAg_chunk()
857 fprintf(STDERR, "Could not find input file %s\n", inname); in test_one_file()
863 fprintf(STDERR, "Could not open output file %s\n", outname); in test_one_file()
910 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname); in test_one_file()
928 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname); in test_one_file()
1529 fprintf(STDERR, "\n Image width = %lu, height = %lu\n", in test_one_file()
1562 fprintf(STDERR, "\n %s: %d libpng errors found (%d warnings)", in test_one_file()
1573 fprintf(STDERR, "\n %s: unsupported chunks (%d)%s", in test_one_file()
1580 fprintf(STDERR, "\n %s: %d libpng warnings found", in test_one_file()
1590 fprintf(STDERR, "Could not find file %s\n", inname); in test_one_file()
1596 fprintf(STDERR, "Could not find file %s\n", outname); in test_one_file()
1615 fprintf(STDERR, "\nFiles %s and %s are of a different size\n", in test_one_file()
1620 fprintf(STDERR, in test_one_file()
1623 fprintf(STDERR, in test_one_file()
1625 fprintf(STDERR, in test_one_file()
1646 fprintf(STDERR, "\nFiles %s and %s are different\n", inname, in test_one_file()
1651 fprintf(STDERR, in test_one_file()
1654 fprintf(STDERR, in test_one_file()
1656 fprintf(STDERR, in test_one_file()
1701 fprintf(STDERR, "\n Testing libpng version %s\n", PNG_LIBPNG_VER_STRING); in main()
1702 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION); in main()
1703 fprintf(STDERR, "%s", png_get_copyright(NULL)); in main()
1705 fprintf(STDERR, " library (%lu):%s", in main()
1710 fprintf(STDERR, " pngtest (%lu):%s", (unsigned long)PNG_LIBPNG_VER, in main()
1719 fprintf(STDERR, " NOTE: Zlib compiled for max 64k, libpng not\n"); in main()
1723 fprintf(STDERR, " NOTE: libpng compiled for max 64k, zlib not\n"); in main()
1728 fprintf(STDERR, in main()
1730 fprintf(STDERR, " png.h version: %s\n", PNG_LIBPNG_VER_STRING); in main()
1731 fprintf(STDERR, " png.c version: %s\n\n", png_libpng_ver); in main()
1788 fprintf(STDERR, in main()
1791 fprintf(STDERR, in main()
1793 fprintf(STDERR, in main()
1807 fprintf(STDERR, "\n Testing %s:", argv[i]); in main()
1815 fprintf(STDERR, "\n PASS (%lu zero samples)\n", in main()
1818 fprintf(STDERR, " PASS\n"); in main()
1823 fprintf(STDERR, " Filter %d was used %lu times\n", in main()
1828 fprintf(STDERR, " tIME = %s\n", tIME_string); in main()
1836 fprintf(STDERR, " FAIL\n"); in main()
1841 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n", in main()
1848 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n", in main()
1853 fprintf(STDERR, " %lu bytes at %x\n", in main()
1862 fprintf(STDERR, " Current memory allocation: %10d bytes\n", in main()
1864 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n", in main()
1866 fprintf(STDERR, " Total memory allocation: %10d bytes\n", in main()
1868 fprintf(STDERR, " Number of allocations: %10d\n", in main()
1889 fprintf(STDERR, "\n Testing %s:", inname); in main()
1901 fprintf(STDERR, "\n PASS (%lu zero samples)\n", in main()
1904 fprintf(STDERR, " PASS\n"); in main()
1909 fprintf(STDERR, " Filter %d was used %lu times\n", in main()
1914 fprintf(STDERR, " tIME = %s\n", tIME_string); in main()
1922 fprintf(STDERR, "\n Testing %s:", inname); in main()
1924 fprintf(STDERR, " FAIL\n"); in main()
1929 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n", in main()
1936 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n", in main()
1941 fprintf(STDERR, " %lu bytes at %x\n", in main()
1949 fprintf(STDERR, " Current memory allocation: %10d bytes\n", in main()
1951 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n", in main()
1953 fprintf(STDERR, " Total memory allocation: %10d bytes\n", in main()
1955 fprintf(STDERR, " Number of allocations: %10d\n", in main()
1964 fprintf(STDERR, " CPU time used = %.3f seconds", in main()
1966 fprintf(STDERR, " (decoding %.3f,\n", in main()
1968 fprintf(STDERR, " encoding %.3f ,", in main()
1970 fprintf(STDERR, " other %.3f seconds)\n\n", in main()
1975 fprintf(STDERR, " libpng passes test\n"); in main()
1978 fprintf(STDERR, " libpng FAILS test\n"); in main()
1986 fprintf(STDERR, in main()