D | pngtest.c | 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() [all …]
|