Searched defs:STDERR (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/pngminus/
H A Dpng2pnm.c35 #define STDERR 2 macro
H A Dpnm2png.c34 #define STDERR 2 macro
/vbox/src/libs/libpng-1.2.8/
H A Dpngtest.c111 /* #define STDERR stderr */
112 #define STDERR stdout /* for DOS */ macro
454 fprintf(STDERR, "%s: libpng warning: %s\n", name, message);
551 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
555 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
571 fprintf(STDERR, "Duplicate free of memory\n");
581 fprintf(STDERR, "Pointer %x not found\n", (unsigned int)ptr);
639 fprintf(STDERR, "Could not find input file %s\n", inname);
650 fprintf(STDERR, "Could not open output file %s\n", outname);
698 fprintf(STDERR, "
[all...]

Completed in 513 milliseconds