Lines Matching refs:STDERR
42 #define STDERR stdout /* For DOS */ macro
467 fprintf(STDERR, "\n%s: libpng warning: %s\n", name, message); in pngtest_warning()
577 fprintf(STDERR, "NULL pointer to png_debug_free.\n"); in png_debug_free()
582 fprintf(STDERR, "WARNING: freeing NULL pointer\n"); in png_debug_free()
601 fprintf(STDERR, "Duplicate free of memory\n"); in png_debug_free()
612 fprintf(STDERR, "Pointer %p not found\n", ptr); in png_debug_free()
759 fprintf(STDERR, "\n stereo mode = %d\n", user_chunk_data.sTER_mode); in write_sTER_chunk()
772 fprintf(STDERR, " vpAg = %lu x %lu, units = %d\n", in write_vpAg_chunk()
884 fprintf(STDERR, "Could not find input file %s\n", inname); in test_one_file()
890 fprintf(STDERR, "Could not open output file %s\n", outname); in test_one_file()
937 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname); in test_one_file()
941 fprintf(STDERR, " destroy read structs\n"); in test_one_file()
945 fprintf(STDERR, " destroy write structs\n"); in test_one_file()
959 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname); in test_one_file()
961 fprintf(STDERR, " destroying read structs\n"); in test_one_file()
964 fprintf(STDERR, " destroying write structs\n"); in test_one_file()
1210 fprintf(STDERR," eXIf type %c%c, %lu bytes\n",exif[0],exif[1], in test_one_file()
1328 fprintf(STDERR,"\n"); in test_one_file()
1331 fprintf(STDERR," Text compression[%d]=%d\n", in test_one_file()
1548 fprintf(STDERR,"\n"); in test_one_file()
1551 fprintf(STDERR," Text compression[%d]=%d\n", in test_one_file()
1568 fprintf(STDERR," eXIf type %c%c, %lu bytes\n",exif[0],exif[1], in test_one_file()
1650 fprintf(STDERR, "\n Image width = %lu, height = %lu\n", in test_one_file()
1683 fprintf(STDERR, "\n %s: %d libpng errors found (%d warnings)", in test_one_file()
1694 fprintf(STDERR, "\n %s: unsupported chunks (%d)%s", in test_one_file()
1701 fprintf(STDERR, "\n %s: %d libpng warnings found", in test_one_file()
1711 fprintf(STDERR, "Could not find file %s\n", inname); in test_one_file()
1717 fprintf(STDERR, "Could not find file %s\n", outname); in test_one_file()
1737 fprintf(STDERR, "\nFiles %s and %s are of a different size\n", in test_one_file()
1742 fprintf(STDERR, in test_one_file()
1746 fprintf(STDERR, in test_one_file()
1748 fprintf(STDERR, in test_one_file()
1769 fprintf(STDERR, "\nFiles %s and %s are different\n", inname, in test_one_file()
1774 fprintf(STDERR, in test_one_file()
1778 fprintf(STDERR, in test_one_file()
1780 fprintf(STDERR, in test_one_file()
1827 fprintf(STDERR, "\n Testing libpng version %s\n", PNG_LIBPNG_VER_STRING); in main()
1828 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION); in main()
1829 fprintf(STDERR, "%s", png_get_copyright(NULL)); in main()
1831 fprintf(STDERR, " library (%lu):%s", in main()
1836 fprintf(STDERR, " pngtest (%lu):%s", (unsigned long)PNG_LIBPNG_VER, in main()
1845 fprintf(STDERR, " NOTE: Zlib compiled for max 64k, libpng not\n"); in main()
1849 fprintf(STDERR, " NOTE: libpng compiled for max 64k, zlib not\n"); in main()
1854 fprintf(STDERR, in main()
1856 fprintf(STDERR, " png.h version: %s\n", PNG_LIBPNG_VER_STRING); in main()
1857 fprintf(STDERR, " png.c version: %s\n\n", png_libpng_ver); in main()
1927 fprintf(STDERR, in main()
1930 fprintf(STDERR, in main()
1932 fprintf(STDERR, in main()
1946 fprintf(STDERR, "\n Testing %s:", argv[i]); in main()
1948 fprintf(STDERR, "\n"); in main()
1954 fprintf(STDERR, "\n PASS (%lu zero samples)\n", in main()
1957 fprintf(STDERR, " PASS\n"); in main()
1961 fprintf(STDERR, " tIME = %s\n", tIME_string); in main()
1970 fprintf(STDERR, " XFAIL\n"); in main()
1973 fprintf(STDERR, " FAIL\n"); in main()
1979 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n", in main()
1986 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n", in main()
1991 fprintf(STDERR, " %lu bytes at %p\n", in main()
2000 fprintf(STDERR, " Current memory allocation: %10d bytes\n", in main()
2002 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n", in main()
2004 fprintf(STDERR, " Total memory allocation: %10d bytes\n", in main()
2006 fprintf(STDERR, " Number of allocations: %10d\n", in main()
2028 fprintf(STDERR, "\n Testing %s:", inname); in main()
2030 fprintf(STDERR, "\n"); in main()
2041 fprintf(STDERR, "\n PASS (%lu zero samples)\n", in main()
2044 fprintf(STDERR, " PASS\n"); in main()
2048 fprintf(STDERR, " tIME = %s\n", tIME_string); in main()
2057 fprintf(STDERR, "\n Testing %s:", inname); in main()
2059 fprintf(STDERR, "\n"); in main()
2064 fprintf(STDERR, " XFAIL\n"); in main()
2067 fprintf(STDERR, " FAIL\n"); in main()
2073 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n", in main()
2080 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n", in main()
2085 fprintf(STDERR, " %lu bytes at %p\n", in main()
2093 fprintf(STDERR, " Current memory allocation: %10d bytes\n", in main()
2095 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n", in main()
2097 fprintf(STDERR, " Total memory allocation: %10d bytes\n", in main()
2099 fprintf(STDERR, " Number of allocations: %10d\n", in main()
2108 fprintf(STDERR, " CPU time used = %.3f seconds", in main()
2110 fprintf(STDERR, " (decoding %.3f,\n", in main()
2112 fprintf(STDERR, " encoding %.3f ,", in main()
2114 fprintf(STDERR, " other %.3f seconds)\n\n", in main()
2119 fprintf(STDERR, " libpng passes test\n"); in main()
2122 fprintf(STDERR, " libpng FAILS test\n"); in main()
2125 fprintf(STDERR, " Default limits:\n"); in main()
2126 fprintf(STDERR, " width_max = %lu\n", in main()
2128 fprintf(STDERR, " height_max = %lu\n", in main()
2131 fprintf(STDERR, " cache_max = unlimited\n"); in main()
2133 fprintf(STDERR, " cache_max = %lu\n", in main()
2136 fprintf(STDERR, " malloc_max = unlimited\n"); in main()
2138 fprintf(STDERR, " malloc_max = %lu\n", in main()
2148 fprintf(STDERR, in main()