• 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()
609 fprintf(STDERR, "Duplicate free of memory\n"); in png_debug_free()
620 fprintf(STDERR, "Pointer %p not found\n", ptr); in png_debug_free()
767 fprintf(STDERR, "\n stereo mode = %d\n", user_chunk_data.sTER_mode); in write_sTER_chunk()
780 fprintf(STDERR, " vpAg = %lu x %lu, units = %d\n", in write_vpAg_chunk()
892 fprintf(STDERR, "Could not find input file %s\n", inname); in test_one_file()
898 fprintf(STDERR, "Could not open output file %s\n", outname); in test_one_file()
945 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname); in test_one_file()
963 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname); in test_one_file()
1600 fprintf(STDERR, "\n Image width = %lu, height = %lu\n", in test_one_file()
1633 fprintf(STDERR, "\n %s: %d libpng errors found (%d warnings)", in test_one_file()
1644 fprintf(STDERR, "\n %s: unsupported chunks (%d)%s", in test_one_file()
1651 fprintf(STDERR, "\n %s: %d libpng warnings found", in test_one_file()
1661 fprintf(STDERR, "Could not find file %s\n", inname); in test_one_file()
1667 fprintf(STDERR, "Could not find file %s\n", outname); in test_one_file()
1687 fprintf(STDERR, "\nFiles %s and %s are of a different size\n", in test_one_file()
1692 fprintf(STDERR, in test_one_file()
1695 fprintf(STDERR, in test_one_file()
1697 fprintf(STDERR, in test_one_file()
1718 fprintf(STDERR, "\nFiles %s and %s are different\n", inname, in test_one_file()
1723 fprintf(STDERR, in test_one_file()
1726 fprintf(STDERR, in test_one_file()
1728 fprintf(STDERR, in test_one_file()
1775 fprintf(STDERR, "\n Testing libpng version %s\n", PNG_LIBPNG_VER_STRING); in main()
1776 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION); in main()
1777 fprintf(STDERR, "%s", png_get_copyright(NULL)); in main()
1779 fprintf(STDERR, " library (%lu):%s", in main()
1784 fprintf(STDERR, " pngtest (%lu):%s", (unsigned long)PNG_LIBPNG_VER, in main()
1793 fprintf(STDERR, " NOTE: Zlib compiled for max 64k, libpng not\n"); in main()
1797 fprintf(STDERR, " NOTE: libpng compiled for max 64k, zlib not\n"); in main()
1802 fprintf(STDERR, in main()
1804 fprintf(STDERR, " png.h version: %s\n", PNG_LIBPNG_VER_STRING); in main()
1805 fprintf(STDERR, " png.c version: %s\n\n", png_libpng_ver); in main()
1863 fprintf(STDERR, in main()
1866 fprintf(STDERR, in main()
1868 fprintf(STDERR, in main()
1882 fprintf(STDERR, "\n Testing %s:", argv[i]); in main()
1884 fprintf(STDERR, "\n"); in main()
1890 fprintf(STDERR, "\n PASS (%lu zero samples)\n", in main()
1893 fprintf(STDERR, " PASS\n"); in main()
1897 fprintf(STDERR, " tIME = %s\n", tIME_string); in main()
1905 fprintf(STDERR, " FAIL\n"); in main()
1910 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n", in main()
1917 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n", in main()
1922 fprintf(STDERR, " %lu bytes at %p\n", in main()
1931 fprintf(STDERR, " Current memory allocation: %10d bytes\n", in main()
1933 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n", in main()
1935 fprintf(STDERR, " Total memory allocation: %10d bytes\n", in main()
1937 fprintf(STDERR, " Number of allocations: %10d\n", in main()
1959 fprintf(STDERR, "\n Testing %s:", inname); in main()
1961 fprintf(STDERR, "\n"); in main()
1972 fprintf(STDERR, "\n PASS (%lu zero samples)\n", in main()
1975 fprintf(STDERR, " PASS\n"); in main()
1979 fprintf(STDERR, " tIME = %s\n", tIME_string); in main()
1988 fprintf(STDERR, "\n Testing %s:", inname); in main()
1990 fprintf(STDERR, "\n"); in main()
1994 fprintf(STDERR, " FAIL\n"); in main()
1999 fprintf(STDERR, "MEMORY ERROR: %d bytes lost\n", in main()
2006 fprintf(STDERR, "MEMORY ERROR: %d bytes still allocated\n", in main()
2011 fprintf(STDERR, " %lu bytes at %p\n", in main()
2019 fprintf(STDERR, " Current memory allocation: %10d bytes\n", in main()
2021 fprintf(STDERR, " Maximum memory allocation: %10d bytes\n", in main()
2023 fprintf(STDERR, " Total memory allocation: %10d bytes\n", in main()
2025 fprintf(STDERR, " Number of allocations: %10d\n", in main()
2034 fprintf(STDERR, " CPU time used = %.3f seconds", in main()
2036 fprintf(STDERR, " (decoding %.3f,\n", in main()
2038 fprintf(STDERR, " encoding %.3f ,", in main()
2040 fprintf(STDERR, " other %.3f seconds)\n\n", in main()
2045 fprintf(STDERR, " libpng passes test\n"); in main()
2048 fprintf(STDERR, " libpng FAILS test\n"); in main()
2051 fprintf(STDERR, " Default limits:\n"); in main()
2052 fprintf(STDERR, " width_max = %lu\n", in main()
2054 fprintf(STDERR, " height_max = %lu\n", in main()
2057 fprintf(STDERR, " cache_max = unlimited\n"); in main()
2059 fprintf(STDERR, " cache_max = %lu\n", in main()
2062 fprintf(STDERR, " malloc_max = unlimited\n"); in main()
2064 fprintf(STDERR, " malloc_max = %lu\n", in main()
2074 fprintf(STDERR, in main()