Lines Matching full:stderr
41 mem_used(&strm, "msg") prints to stderr "msg" and the total bytes used
42 mem_high(&strm, "msg") prints to stderr "msg" and the high water mark
48 problem is printed to stderr. If everything is
188 fprintf(stderr, "%s: %lu allocated\n", prefix, zone->total);
196 fprintf(stderr, "%s: %lu high water mark\n", prefix, zone->highwater);
221 fprintf(stderr, "** %s: %lu bytes in %d blocks not freed\n",
224 fprintf(stderr, "** %s: %d frees not LIFO\n", prefix, zone->notlifo);
226 fprintf(stderr, "** %s: %d frees not recognized\n",
384 fputs("inflate built-in memory routines\n", stderr);
397 fputs("inflate bad parameters\n", stderr);
482 fputs("inflateBack bad parameters\n", stderr);
503 fputs("inflateBack built-in memory routines\n", stderr);
637 fputs("inflate_table not enough errors\n", stderr);
663 fprintf(stderr, "%s\n", zlibVersion());