Home | History | Annotate | Download | only in gregbook

Lines Matching refs:stderr

279     freopen("CONOUT$", "a", stderr);
429 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname);
431 fprintf(stderr, "\n"
459 fflush(stderr);
468 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename);
473 fprintf(stderr, PROGNAME
480 fprintf(stderr, PROGNAME
484 fprintf(stderr, PROGNAME ": insufficient memory\n");
487 fprintf(stderr, PROGNAME
501 fprintf(stderr, PROGNAME ": aborting.\n");
507 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname);
508 fprintf(stderr,
511 fflush(stderr);
553 Trace((stderr, "about to call readpng2_decode_data()\n"))
556 Trace((stderr, "done with readpng2_decode_data()\n"))
560 Trace((stderr, "done decoding PNG image\n"))
562 fprintf(stderr, PROGNAME
566 fprintf(stderr, PROGNAME ": end of file reached "
585 Trace((stderr, "about to call readpng2_cleanup()\n"))
589 fprintf(stderr, PROGNAME ": libpng error while decoding PNG image\n");
604 Trace((stderr, "about to call rpng2_win_cleanup()\n"))
623 Trace((stderr, "beginning rpng2_win_init()\n"))
624 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes))
625 Trace((stderr, " width = %ld\n", rpng2_info.width))
626 Trace((stderr, " height = %ld\n", rpng2_info.height))
828 fprintf(stderr, PROGNAME
949 fprintf(stderr, "%s: computing radial background...",
951 fflush(stderr);
1015 fprintf(stderr, "done.\n");
1016 fflush(stderr);
1062 Trace((stderr, "beginning rpng2_win_display_row()\n"))
1145 Trace((stderr, "beginning rpng2_win_finish_display()\n"))