Home | History | Annotate | Download | only in gregbook

Lines Matching refs:stderr

467         fprintf(stderr, "\n%s %s:  %s\n\n", PROGNAME, VERSION, appname);
469 fprintf(stderr, "\n"
515 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename);
520 fprintf(stderr, PROGNAME
527 fprintf(stderr, PROGNAME
531 fprintf(stderr, PROGNAME ": insufficient memory\n");
534 fprintf(stderr, PROGNAME
540 Trace((stderr, "about to call XOpenDisplay()\n"))
544 fprintf(stderr, PROGNAME ": can't open X display [%s]\n",
555 fprintf(stderr, PROGNAME ": aborting.\n");
598 Trace((stderr, "about to call readpng2_decode_data()\n"))
601 Trace((stderr, "done with readpng2_decode_data()\n"))
605 Trace((stderr, "done decoding PNG image\n"))
607 fprintf(stderr, PROGNAME
611 fprintf(stderr, PROGNAME ": end of file reached "
630 Trace((stderr, "about to call readpng2_cleanup()\n"))
634 fprintf(stderr, PROGNAME ": libpng error while decoding PNG image\n");
642 Trace((stderr, "entering -loop loop (FEATURE_LOOP)\n"))
739 Trace((stderr, "entering final wait-for-quit-event loop\n"))
748 fprintf(stderr, PROGNAME ": init callback never called: probable "
756 Trace((stderr, "about to call rpng2_x_cleanup()\n"))
775 Trace((stderr, "beginning rpng2_x_init()\n"))
776 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes))
777 Trace((stderr, " width = %ld\n", rpng2_info.width))
778 Trace((stderr, " height = %ld\n", rpng2_info.height))
843 Trace((stderr, "beginning rpng2_x_create_window()\n"))
856 Trace((stderr, "default depth is %d: checking other visuals\n",
866 fprintf(stderr, "default screen depth %d not supported, and no"
870 Trace((stderr, "XGetVisualInfo() returned %d 24-bit visuals\n",
894 fprintf(stderr, "XCreateColormap() failed\n");
911 fprintf(stderr, "rpng2 internal logic error: negative X shift(s)!\n");
933 fprintf(stderr, "XCreateWindow() failed\n");
1004 fprintf(stderr, PROGNAME ": unable to allocate image memory\n");
1012 fprintf(stderr, PROGNAME ": XCreateImage() failed\n");
1095 fprintf(stderr, PROGNAME
1219 fprintf(stderr, "%s: computing radial background...",
1221 fflush(stderr);
1285 fprintf(stderr, "done.\n");
1286 fflush(stderr);
1387 Trace((stderr, "beginning rpng2_x_display_row()\n"))
1394 fprintf(stderr,
1401 fprintf(stderr, "%s: pass %d of 7\r", PROGNAME, rpng2_info.pass + 1);
1402 fflush(stderr);
1592 Trace((stderr, "beginning rpng2_x_finish_display()\n"))
1622 Trace((stderr, "beginning display loop (image_channels == %d)\n",
1624 Trace((stderr, " (width = %ld, rowbytes = %d, ximage_rowbytes = %d)\n",
1626 Trace((stderr, " (bpp = %d)\n", ximage->bits_per_pixel))
1627 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst?
1842 Trace((stderr, "calling final XPutImage()\n"))