Searched defs:STDERR (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/libpng-1.2.8/contrib/pngminus/ |
H A D | png2pnm.c | 35 #define STDERR 2 macro
|
H A D | pnm2png.c | 34 #define STDERR 2 macro
|
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngtest.c | 111 /* #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 46 milliseconds