Home | History | Annotate | Download | only in gregbook

Lines Matching refs:stderr

276         fprintf(stderr, "\n%s %s:  %s\n", PROGNAME, VERSION, appname);
278 fprintf(stderr, "\n"
296 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename);
302 fprintf(stderr, PROGNAME
307 fprintf(stderr, PROGNAME
311 fprintf(stderr, PROGNAME ": insufficient memory\n");
314 fprintf(stderr, PROGNAME
323 fprintf(stderr, PROGNAME ": can't open X display [%s]\n",
334 fprintf(stderr, PROGNAME ": aborting.\n");
362 fprintf(stderr, PROGNAME
377 Trace((stderr, "calling readpng_get_image()\n"))
380 Trace((stderr, "done with readpng_get_image()\n"))
390 fprintf(stderr, PROGNAME ": unable to decode PNG image\n");
397 Trace((stderr, "calling rpng_x_display_image()\n"))
402 Trace((stderr, "done with rpng_x_display_image()\n"))
459 fprintf(stderr,
472 Trace((stderr, "default depth is %d: checking other visuals\n",
482 fprintf(stderr, "default screen depth %d not supported, and no"
486 Trace((stderr, "XGetVisualInfo() returned %d 24-bit visuals\n",
511 fprintf(stderr, "XCreateColormap() failed\n");
533 fprintf(stderr, "rpng internal logic error: negative X shift(s)!\n");
555 fprintf(stderr, "XCreateWindow() failed\n");
656 fprintf(stderr, PROGNAME ": unable to allocate image memory\n");
664 fprintf(stderr, PROGNAME ": XCreateImage() failed\n");
697 Trace((stderr, "beginning display loop (image_channels == %d)\n",
699 Trace((stderr, " (width = %ld, rowbytes = %ld, ximage_rowbytes = %d)\n",
701 Trace((stderr, " (bpp = %d)\n", ximage->bits_per_pixel))
702 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst?
848 Trace((stderr, "calling final XPutImage()\n"))