• Home
  • Raw
  • Download

Lines Matching refs:STDERR

42 #define STDERR stdout   /* For DOS */  macro
475 fprintf(STDERR, "%s: libpng warning: %s\n", name, message); in pngtest_warning()
585 fprintf(STDERR, "NULL pointer to png_debug_free.\n"); in png_debug_free()
590 fprintf(STDERR, "WARNING: freeing NULL pointer\n"); in png_debug_free()
608 fprintf(STDERR, "Duplicate free of memory\n"); in png_debug_free()
621 fprintf(STDERR, "Pointer %p not found\n", ptr); in png_debug_free()
768 fprintf(STDERR, "\n stereo mode = %d\n", user_chunk_data.sTER_mode); in write_sTER_chunk()
781 fprintf(STDERR, " vpAg = %lu x %lu, units = %d\n", in write_vpAg_chunk()
893 fprintf(STDERR, "Could not find input file %s\n", inname); in test_one_file()
899 fprintf(STDERR, "Could not open output file %s\n", outname); in test_one_file()
952 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname); in test_one_file()
970 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname); in test_one_file()
1607 fprintf(STDERR, "\n Image width = %lu, height = %lu\n", in test_one_file()
1640 fprintf(STDERR, "\n %s: %d libpng errors found (%d warnings)", in test_one_file()
1651 fprintf(STDERR, "\n %s: unsupported chunks (%d)%s", in test_one_file()
1658 fprintf(STDERR, "\n %s: %d libpng warnings found", in test_one_file()
1668 fprintf(STDERR, "Could not find file %s\n", inname); in test_one_file()
1674 fprintf(STDERR, "Could not find file %s\n", outname); in test_one_file()
1694 fprintf(STDERR, "\nFiles %s and %s are of a different size\n", in test_one_file()
1699 fprintf(STDERR, in test_one_file()
1703 fprintf(STDERR, in test_one_file()
1705 fprintf(STDERR, in test_one_file()
1726 fprintf(STDERR, "\nFiles %s and %s are different\n", inname, in test_one_file()
1731 fprintf(STDERR, in test_one_file()
1735 fprintf(STDERR, in test_one_file()
1737 fprintf(STDERR, in test_one_file()
1784 fprintf(STDERR, "\n Testing libpng version %s\n", PNG_LIBPNG_VER_STRING); in main()
1785 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION); in main()
1786 fprintf(STDERR, "%s", png_get_copyright(NULL)); in main()
1788 fprintf(STDERR, " library (%lu):%s", in main()
1793 fprintf(STDERR, " pngtest (%lu):%s", (unsigned long)PNG_LIBPNG_VER, in main()
1802 fprintf(STDERR, " NOTE: Zlib compiled for max 64k, libpng not\n"); in main()
1806 fprintf(STDERR, " NOTE: libpng compiled for max 64k, zlib not\n"); in main()
1811 fprintf(STDERR, in main()
1813 fprintf(STDERR, " png.h version: %s\n", PNG_LIBPNG_VER_STRING); in main()
1814 fprintf(STDERR, " png.c version: %s\n\n", png_libpng_ver); in main()
1872 fprintf(STDERR, in main()
1875 fprintf(STDERR, in main()
1877 fprintf(STDERR, in main()
1891 fprintf(STDERR, "\n Testing %s:", argv[i]); in main()
1893 fprintf(STDERR, "\n"); in main()
1899 fprintf(STDERR, "\n PASS (%lu zero samples)\n", in main()
1902 fprintf(STDERR, " PASS\n"); in main()
1906 fprintf(STDERR, " tIME = %s\n", tIME_string); in main()
1914 fprintf(STDERR, " FAIL\n"); in main()
1919 fprintf(STDERR, "MEMORY ERROR: %lu bytes lost\n", in main()
1926 fprintf(STDERR, "MEMORY ERROR: %lu bytes still allocated\n", in main()
1931 fprintf(STDERR, " %lu bytes at %p\n", in main()
1940 fprintf(STDERR, " Current memory allocation: %20lu bytes\n", in main()
1942 fprintf(STDERR, " Maximum memory allocation: %20lu bytes\n", in main()
1944 fprintf(STDERR, " Total memory allocation: %20lu bytes\n", in main()
1946 fprintf(STDERR, " Number of allocations: %20lu\n", in main()
1968 fprintf(STDERR, "\n Testing %s:", inname); in main()
1970 fprintf(STDERR, "\n"); in main()
1981 fprintf(STDERR, "\n PASS (%lu zero samples)\n", in main()
1984 fprintf(STDERR, " PASS\n"); in main()
1988 fprintf(STDERR, " tIME = %s\n", tIME_string); in main()
1997 fprintf(STDERR, "\n Testing %s:", inname); in main()
1999 fprintf(STDERR, "\n"); in main()
2003 fprintf(STDERR, " FAIL\n"); in main()
2008 fprintf(STDERR, "MEMORY ERROR: %lu bytes lost\n", in main()
2015 fprintf(STDERR, "MEMORY ERROR: %lu bytes still allocated\n", in main()
2020 fprintf(STDERR, " %lu bytes at %p\n", in main()
2028 fprintf(STDERR, " Current memory allocation: %20lu bytes\n", in main()
2030 fprintf(STDERR, " Maximum memory allocation: %20lu bytes\n", in main()
2032 fprintf(STDERR, " Total memory allocation: %20lu bytes\n", in main()
2034 fprintf(STDERR, " Number of allocations: %20lu\n", in main()
2043 fprintf(STDERR, " CPU time used = %.3f seconds", in main()
2045 fprintf(STDERR, " (decoding %.3f,\n", in main()
2047 fprintf(STDERR, " encoding %.3f ,", in main()
2049 fprintf(STDERR, " other %.3f seconds)\n\n", in main()
2054 fprintf(STDERR, " libpng passes test\n"); in main()
2057 fprintf(STDERR, " libpng FAILS test\n"); in main()
2060 fprintf(STDERR, " Default limits:\n"); in main()
2061 fprintf(STDERR, " width_max = %lu\n", in main()
2063 fprintf(STDERR, " height_max = %lu\n", in main()
2066 fprintf(STDERR, " cache_max = unlimited\n"); in main()
2068 fprintf(STDERR, " cache_max = %lu\n", in main()
2071 fprintf(STDERR, " malloc_max = unlimited\n"); in main()
2073 fprintf(STDERR, " malloc_max = %lu\n", in main()
2083 fprintf(STDERR, in main()