Home | History | Annotate | Download | only in etc1tool

Lines Matching full:stderr

35         vfprintf(stderr, message, ap);
37 fprintf(stderr, "\n\n");
38 fprintf(stderr, "usage:\n");
41 stderr,
44 fprintf(stderr, "\tDefault is --encode\n");
45 fprintf(stderr, "\t\t--help print this usage information.\n");
46 fprintf(stderr,
49 stderr,
51 fprintf(stderr,
53 fprintf(stderr,
55 fprintf(stderr,
57 fprintf(stderr,
59 fprintf(stderr, "\twith the apropriate suffix (.pkm or .png).\n");
101 fprintf(stderr, "PNG error: %s\n", message);
105 fprintf(stderr, "PNG warning: %s\n", message);
150 fprintf(stderr, "Could not open input file %s for reading: %d\n",
158 fprintf(stderr, "Could not read PNG header from %s: %d\n", pInput,
164 fprintf(stderr, "%s is not a PNG file.\n", pInput);
170 fprintf(stderr, "Could not initialize png read struct.\n");
175 fprintf(stderr, "Could not create info struct.\n");
179 fprintf(stderr, "Could not create end_info struct.\n");
204 fprintf(stderr, "Out of memory.\n");
248 fprintf(stderr, "Could not open input file %s for reading: %d\n",
254 fprintf(stderr, "Could not read header from input file %s: %d\n",
260 fprintf(stderr, "Bad header PKM header for input file %s\n", pInput);
270 fprintf(stderr, "Out of memory.\n");
275 fprintf(stderr, "Could not read encoded data from input file %s: %d\n",
286 fprintf(stderr, "Out of memory.\n");
330 fprintf(stderr, "Out of memory.\n");
338 fprintf(stderr, "Could not open output file %s: %d\n", pOutput, errno);
346 fprintf(stderr,
354 fprintf(stderr,
370 fprintf(stderr, "Output file has incorrect bounds: %u, %u != %u, %u\n",
415 fprintf(stderr, "Could not initialize PNG library for writing.\n");
424 fprintf(stderr, "Could not open output file %s: %d\n", pOutput, errno);